4.9 PlayOnPhoneGreeting Operation

The following example of a PlayOnPhoneGreeting operation request shows how to form a request to make an outbound call and play the greeting message on a telephone.

The following is the request to play a greeting on a telephone.

 <?xml version="1.0" encoding="utf-8"?>
 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
     <PlayOnPhoneGreeting xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
       <GreetingType>NormalCustom</GreetingType>
       <DialString>12345</DialString>
     </PlayOnPhoneGreeting>
   </soap:Body>
 </soap:Envelope>

The following is the response to a request to play a greeting on a telephone.

 <?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>
     <PlayOnPhoneGreetingResponse xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
       <PlayOnPhoneGreetingResponse>MjA4MTQ5MmItMTBmZC00ZGFmLThiMzEtNDllNDJjM2Y3MjIxQGRmLWV1bS0wMS5leGNoYW5nZS5jb3JwLm1pY3Jvc29mdC5jb20=</PlayOnPhoneGreetingResponse>
     </PlayOnPhoneGreetingResponse>
   </soap:Body>
 </soap:Envelope>