Opération GetCallInfo (service web de messagerie unifiée)

L’opération GetCallInfo retourne l’état de l’appel sortant spécifié par CallId (service web de messagerie unifiée).

Exemple de requête GetCallInfo

Description

L’exemple suivant de requête GetCallInfo montre comment former une demande pour obtenir des informations sur un appel sortant spécifié.

Code

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetCallInfo xmlns="https://schemas.microsoft.com/exchange/services/2006/messages">
      <CallId>MDlkZjllZGMtNGUyMy00NzA5LWJkYWYtN2JlMjBjYjBhZTU2QGRmLWV1bS0wMS5leGNoYW5nZS5jb3JwLm1pY3Jvc29mdC5jb20=</CallId>
    </GetCallInfo>
  </soap:Body>
</soap:Envelope>

Exemple de réponse GetCallInfo réussi

Description

L’exemple suivant de réponse GetCallInfo montre une réponse à une requête GetCallInfo.

Code

<?xml version="1.0" encoding="utf-8" ?> 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soap:Body>
    <GetCallInfoResponse xmlns="https://schemas.microsoft.com/exchange/services/2006/messages">
      <GetCallInfoResponse>
        <CallState>Connected</CallState> 
        <EventCause>None</EventCause> 
      </GetCallInfoResponse>
    </GetCallInfoResponse>
  </soap:Body>
</soap:Envelope>

Voir aussi

GetCallInfo (service web de messagerie unifiée)

GetCallInfoResponse (service web de messagerie unifiée)

CallId (service web de messagerie unifiée)

CallState (service web de messagerie unifiée)

EventCause (service web de messagerie unifiée)