MonitorTrunk
The Monitor Trunk Request starts monitoring the entire trunk specified in the StartApplicationSession request
The deviceObject with value 1 is an indicator for trunk monitoring. If you only want to monitor a single device use the MonitorStart
MonitorTrunk request
MonitorTrunk request
<MonitorTrunk xmlns="http://www.ecma.ch/standards/ecma-323/csta/ed6">
<monitorObject>
<deviceObject>1</deviceObject>
</monitorObject>
<privateData>
<requestID>100-null</requestID>
</privateData>
</MonitorTrunk>
Private Data
Node | Description |
---|---|
requestID | Used to track and correlate individual requests with their corresponding responses. |
MonitorStartResponse
A monitor trunk request will result in a MonitorStartResponse similar to the following:
MonitorStartResponse
<MonitorStartResponse xmlns="http://www.ecma.ch/standards/ecma-323/csta/ed6">
<monitorCrossRefID>12345678</monitorCrossRefID>
<privateData>
<monitoredConnection>
<deviceID>12345678</deviceID>
</monitoredConnection>
<requestID>100-null</requestID>
<monitorCount>63</monitorCount>
</privateData>
</MonitorStartResponse>
Private Data
Node | Description |
---|---|
deviceID | CSTA device identifier. |
requestID | Used to track and correlate individual requests with their corresponding responses. |
monitorCount | Sum of devices and queues for the trunk. |