3.1.4.13.2.1 m:SetPlayOnPhoneDialString Element

The SetPlayOnPhoneDialString element specifies a request to store the default telephone number to use in PlayOnPhone operation, as specified in section 3.1.4.8, and PlayOnPhoneGreeting operation, as specified in section 3.1.4.9, requests. This element MUST be present.

 <xs:element name="SetPlayOnPhoneDialString">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="dialString"
         type="s:string"
         maxOccurs="1"
         minOccurs="1"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>
  

The following table lists the child elements of the SetPlayOnPhoneDialString element.

Element name

Type

Description

dialString

s:string [XMLSCHEMA2]

Specifies a telephone number, as defined in [RFC3966], that is used to set the default telephone number to use for PlayOnPhone and PlayOnPhoneGreeting operations. This element MUST be present.