GetForwarding
GetForwarding request
The request asks for the forwarding setup of the user
GetForwarding
<GetForwarding>
<device>200</device>
<privateData>
<requestID>101-null</requestID>
</privateData>
</GetForwarding>
Private Data
Node | Description |
---|---|
requestID | Used to track and correlate individual requests with their corresponding responses. |
GetForwardingResponse
The response returns the current forwarding setup of the user.
GetForwardingResponse
<GetForwardingResponse xmlns="http://www.ecma.ch/standards/ecma-323/csta/ed6">
<forwardingList>
<forwardListItem>
<forwardingType>forwardNoAns</forwardingType>
<forwardStatus>false</forwardStatus>
<forwardDN>busy</forwardDN>
<ringDuration>90</ringDuration>
</forwardListItem>
</forwardingList>
<privateData>
<requestID>101-null</requestID>
</privateData>
</GetForwardingResponse>
Private Data
Node | Description |
---|---|
requestID | Used to track and correlate individual requests with their corresponding responses. |