3.1.4.1.2.1 m:Disconnect Element

The Disconnect element specifies a request to disconnect a phone call. This element MUST be present in a Disconnect operation request.

 <xs:element name="Disconnect">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="CallId"
         type="xs:string"
         maxOccurs="1"
         minOccurs="1"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>
  

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

Element

Type

Description

CallId

xs:string [XMLSCHEMA2]

Specifies the phone call identifier of the call to disconnect. This identifier is returned by the PlayOnPhone operation, as specified in section 3.1.4.8 or the PlayOnPhoneGreeting operation, as specified in section 3.1.4.9. This element MUST be present.

If this element is not specified or if it contains an incorrect phone call identifier, the server MUST return a SOAP fault response, as specified in section 3.1.4.1.