3.1.4.1.3.61 t:UnifiedMessageServiceConfiguration Complex Type

The UnifiedMessageServiceConfiguration complex type specifies the configuration for the Unified Messaging service. This type extends the ServiceConfiguration complex type, as specified in section 3.1.4.1.3.56.

 <xs:complexType name="UnifiedMessageServiceConfiguration">
   <xs:complexContent>
     <xs:extension base="t:ServiceConfiguration">
       <xs:sequence>
         <xs:element name="UmEnabled" type="xs:boolean"
             maxOccurs="1" minOccurs="1" />
         <xs:element name="PlayOnPhoneDialString" type="xs:string"
             maxOccurs="1" minOccurs="1" />
         <xs:element name="PlayOnPhoneEnabled" type="xs:boolean"
             maxOccurs="1" minOccurs="1" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

The following table lists the child elements of the UnifiedMessageServiceConfiguration complex type.

Element

Type

Description

UmEnabled

xs:boolean ([XMLSCHEMA2] section 3.2.2)

Specifies whether Unified Messaging is enabled. A text value of "true" indicates that Unified Messaging is enabled. This element MUST be included if the UnifiedMessageServiceConfiguration complex type is used.

PlayOnPhoneDialString

xs:string ([XMLSCHEMA2] section 3.2.1)

Specifies the telephone number for play-on-phone. This element MUST be included if the UnifiedMessageServiceConfiguration complex type is used.

PlayOnPhoneEnabled

xs:boolean

Specifies whether play-on-phone is enabled. A text value of "true" indicates that play-on-phone is enabled. This element MUST be included if the UnifiedMessageServiceConfiguration complex type is used.