SetMissedCallNotificationEnabled 操作(UM Web 服务)
SetMissedCallNotificationEnabled 操作启用或禁用错过的呼叫通知。
SetMissedCallNotificationEnabled 请求示例
说明
以下 SetMissedCallNotificationEnabled 请求的示例演示如何形成请求以启用未接来电通知。
代码
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SetMissedCallNotificationEnabled xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
<status>true</status>
</SetMissedCallNotificationEnabled>
</soap:Body>
</soap:Envelope>
成功的 SetMissedCallNotificationEnabled 响应示例
说明
以下 PlayOnPhoneGreeting 响应示例显示了对 SetMissedCallNotificationEnabled 请求的响应。
代码
<?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>
<SetMissedCallNotificationEnabledResponse xmlns="http://schemas.microsoft.com/exchange/services/2006/messages" />
</soap:Body>
</soap:Envelope>
另请参阅
SetMissedCallNotificationEnabled(UM Web 服务)