Skip to main content

MakeCall

MakeCall request

MakeCall
<MakeCall>
<callingDevice>200</callingDevice>
<calledDirectoryNumber>22334455</calledDirectoryNumber>
<autoOriginate>doNotPrompt</autoOriginate>
<privateData>
<requestID>155-a04dbfd1-ec67-4637-93b8-8248f13fe691</requestID>
</privateData>
</MakeCall>

Private Data

NodeDescription
requestIDUsed to track and correlate individual requests with their corresponding responses.

MakeCallResponse

The response looks like this:

MakeCallResponse
<MakeCallResponse xmlns="http://www.ecma.ch/standards/ecma-323/csta/ed6">
<privateData>
<requestID>155-a04dbfd1-ec67-4637-93b8-8248f13fe691</requestID>
</privateData>
<callingDevice>
<callID>N/A</callID>
<deviceID>200</deviceID>
</callingDevice>
<callLinkageData>
<globalCallData>
<globalCallLinkageId>N/A</globalCallLinkageId>
</globalCallData>
</callLinkageData>
</MakeCallResponse>

Private Data

NodeDescription
requestIDUsed to track and correlate individual requests with their corresponding responses.