| TimeStamp |
| The timestamp for the call (connection) establishment. Range: 0 to -1 |
| ProtocolType |
| The VoIP protocol used for the active call. Enumerations: |
| State |
| Tracks the call state of the active call. Enumerations: - admission (1)
- off-hook (2)
- dialing (3)
- called (4)
- proceeding (5)
- alerting (6)
- connected (7)
- disconnect (8)
- disengage (9)
- release (10)
|
| Role |
| The endpoints role in the active call. Enumerations: - caller (1)
- called (2)
- delete (3)
|
| RefValue |
| Unique number which identifies the call (Q.931 compatible), Range: 0 to 32767 |
| Id |
| The CallID of the associated call. |
| LocalNumber |
| The internal number of the local user. Range: 0 to 255 |
| LocalAlias |
| The optional alias of the local user. Range: 0 to 255 |
| LocalIpAddr |
| The IP address used by the local user. |
| LocalIpPort |
| The associated port # used by the local user. Range: 1 to 65535 |
| RemoteNumber |
| The number of the remote user if available. Range: 0 to 255 |
| RemoteAlias |
| The alias of the remote user if available. Range: 0 to 255 |
| RemoteIpAddr |
| The IP address used by the remote user. |
| RemoteIpPort |
| The associated port # used by the remote user. Range: 1 to 65535 |
| RemoteEndpointVendor |
| The vendor's product description used by the remote user. Range: 0 to 255 |
| NegotiatedCodec |
| The used codec negotiated during connection establishment. Enumerations: - g711a (1)
- g711u (2)
- g723-53 (3)
- g723-63 (4)
- g726-16 (5)
- g726-24 (6)
- g726-32 (7)
- g726-40 (8)
- g728 (9)
- g729 (10)
- g729a (11)
- g729b (12)
- t38 (13)
|
| TxPacketLengthMs |
| The length in milliseconds transmitted in a single frame. Range: 1 to 255 |
| TxPackets |
| The # of RTP packets transmitted. |
| TxOctets |
| The # of octets transmitted. |
| RxPacketLengthMs |
| The length in milliseconds received in a single frame. Range: 1 to 255 |
| RxPackets |
| The # of RTP packets received. |
| RxOctets |
| The # of octets received. |
| DisconnectCause |
| Saves the disconnect cause of the call after termination. Range: 0 to 255 |