AnswerCall
AnswerCall request
AnswerCall
<AnswerCall>
<callToBeAnswered>
<callID>SIP/hpbx-00000247</callID>
<deviceID>200</deviceID>
</callToBeAnswered>
<privateData>
<requestID>137-4cf6576b-bdbf-44b4-9503-adb52da4da2a</requestID>
</privateData>
</AnswerCall>
Private Data
Node | Description |
---|---|
requestID | Used to track and correlate individual requests with their corresponding responses. |
AnswerCallResponse
The response looks like this:
AnswerCallResponse
<AnswerCallResponse xmlns="http://www.ecma.ch/standards/ecma-323/csta/ed6">
<answeredConnection>
<callID>SIP/hpbx-00000247</callID>
<deviceID>200</deviceID>
</answeredConnection>
<privateData>
<requestID>137-4cf6576b-bdbf-44b4-9503-adb52da4da2a</requestID>
</privateData>
</AnswerCallResponse>
Private Data
Node | Description |
---|---|
requestID | Used to track and correlate individual requests with their corresponding responses. |