SetCallProfile
SetCallProfile request
Updates the call profile on a given user.
SetCallProfile
<SetCallProfile>
<device>200</device>
<privateData>
<requestID>350-c0968dd9-194c-4d9d-b58d-621dc8e51e6e</requestID>
</privateData>
<callProfile>
<outgoingNumberPresentation>
<localNumberPresentation>
<numberType>Main</numberType>
</localNumberPresentation>
<mobileNumberPresentation>
<numberType>Mobile</numberType>
</mobileNumberPresentation>
<teamsNumberPresentation>
<numberType>Teams</numberType>
</teamsNumberPresentation>
</outgoingNumberPresentation>
<incomingCallMatrix>
<localDevice>
<local>true</local>
<mobile>true</mobile>
<teams>true</teams>
</localDevice>
<mobileDevice>
<local>false</local>
<mobile>true</mobile>
<teams>false</teams>
</mobileDevice>
<teamsDevice>
<local>false</local>
<mobile>false</mobile>
<teams>true</teams>
</teamsDevice>
</incomingCallMatrix>
<routeHandling>None</routeHandling>
</callProfile>
</SetCallProfile>
Private Data
Node | Description |
---|---|
requestID | Used to track and correlate individual requests with their corresponding responses. |
SetCallProfileResponse
The response signals that the request has been received by the system.
SetCallProfileResponse
<SetCallProfileResponse xmlns="http://www.ecma.ch/standards/ecma-323/csta/ed6">
<privateData>
<requestID>349-3d886404-1176-4337-bbd9-ebd76360eee6</requestID>
</privateData>
</SetCallProfileResponse>
Private Data
Node | Description |
---|---|
requestID | Used to track and correlate individual requests with their corresponding responses. |