CallTimeStamp |
The timestamp for the call establishment (connect message). |
CallState |
Tracks the call state after receiving the admission request. Enumerations: - admission (1)
- setup (2)
- connect (3)
- release (4)
|
CallRefValue |
Unique number which identifies the call (Q.931 compatible), |
CallRouting |
Documents the gatekeeper chosen call routing. Enumerations: - direct (1)
- gatekeeperRouted (2)
- proxy (3)
|
CallId |
The CallID of the associated call (H.323 version > 1). |
ConfId |
The ConferenceID of the associated call. |
CallerUser |
The username of the calling party. |
CallerAlias |
The nickname of the calling party to display. |
CallerE164 |
The E.164 number of the calling party to route and display. |
CallerIpAddr |
The IP address of the H.323 endpoint (calling party). |
CallerIpPort |
The associated port # of the calling party's IP address. |
CalledUser |
The username of the called party. |
CalledAlias |
The nickname of the called party to display. |
CalledE164 |
The E.164 number of the called party to route and display. |
CalledIpAddr |
The IP address of the H.323 endpoint (called party). |
CalledIpPort |
The associated port # of the called party's IP address. |
CallerEndpointType |
The endpoint type of the calling party. Enumerations: - terminal (1)
- gateway (2)
- mcu (3)
- gatekeeper (4)
|
CallerEndpointVendor |
The vendor's product description of the calling party. |
CallerAudioCodec |
The used codec negotiated within H.245. Entered by Proxy. Enumerations: - g711a (1)
- g711u (2)
- g729a (3)
- g729b (4)
- g723-53 (5)
- g723-63 (6)
- g728 (7)
|
CallerAudioTxPacketLength |
The # of bytes transmitted in a single audio frame. |
CallerAudioTxPackets |
The # of audio packets transmitted to the called party. |
CallerAudioRxPackets |
The # of audio packets received from the called party. |
CallerAudioRxPacketsLost |
The # of audio packets missed during receive operation. |
CalledEndpointType |
The endpoint type of the called party. Enumerations: - terminal (1)
- gateway (2)
- mcu (3)
- gatekeeper (4)
|
CalledEndpointVendor |
The vendor's product description of the called party. |
CalledAudioCodec |
The used codec negotiated within H.245. Entered by Proxy. Enumerations: - g711a (1)
- g711u (2)
- g729a (3)
- g729b (4)
- g723-53 (5)
- g723-63 (6)
- g728 (7)
|
CalledAudioTxPacketLength |
The # of bytes transmitted in a single audio frame. |
CalledAudioTxPackets |
The # of audio packets transmitted to the calling party. |
CalledAudioRxPackets |
The # of audio packets received from the calling party. |
CalledAudioRxPacketsLost |
The # of audio packets missed during receive operation. |
Process |
Identifies the component of the VoIP daemon,
which manages the entry. Enumerations: - proxy (1)
- gatekeeper (2)
- gateway (3)
|