3.1.4.3.2.1 m:GetCallInfo Element

The GetCallInfo element specifies a request to get information about a phone call. This element MUST be present.

 <xs:element name="GetCallInfo">
   <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 GetCallInfo element.

Element

Type

Description

CallId

xs:string [XMLSCHEMA2]

Specifies a string with a maximum of 512 characters that identifies the call for which to request information. This identifier is returned as part of the PlayOnPhone operation (section 3.1.4.8) or the PlayOnPhoneGreeting operation (section 3.1.4.9). This element MUST be present. The SOAP fault specified in section 3.1.4.3 MUST be returned if the CallId element value is an incorrect call identifier.