PlayOnPhone Operation
Topic Last Modified: 2008-09-05
The PlayOnPhone operation makes an outbound call and plays a specified message over the telephone that is specified by the DialString element.
PlayOnPhone Request Example
Description
The following example of a PlayOnPhone request shows how to form a request to make an outbound call and play a message.
Code
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="https://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<PlayOnPhone xmlns="https://schemas.microsoft.com/exchange/services/2006/messages">
<entryId>AAAAAGsd2rbQLVtLobUGbrq/9IUHAEX2ikn/L8JJtI5WHI0FAW8AAAFXHhsAACxVpEl+KVVLl957wp//x6UAGAetcDUAAA==</entryId>
<DialString>12345</DialString>
</PlayOnPhone>
</soap:Body>
</soap:Envelope>
Successful PlayOnPhone Response Example
Description
The following example of a PlayOnPhone response shows a response to the PlayOnPhone request.
Code
<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:soap="https://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<PlayOnPhoneResponse xmlns="https://schemas.microsoft.com/exchange/services/2006/messages">
<PlayOnPhoneResponse>NDEzYjEzNmMtZTE2Zi00NTJlLWI3YzctNDhkMTE3MDE3YjlmQGRmLWV1bS0wMS5leGNoYW5nZS5jb3JwLm1pY3Jvc29mdC5jb20=</PlayOnPhoneResponse>
</PlayOnPhoneResponse>
</soap:Body>
</soap:Envelope>