HH3C-VOICE-CALL-HISTORY-MIB
- Registered at
- 1.3.6.1.4.1.25506.2.39.16
- Last updated
- 2008-02-17 00:00
- Organization
- New H3C Technologies Co., Ltd.
- Revisions
- 2008-02-17 00:00
- Namespace
- comware
- Source file
HH3C-VOICE-CALL-HISTORY-MIB- Digest
sha256:a651387ddb347839f064f82c764085b8ceec921729cda0e1b71c565130a8f97b
Description
This MIB file is to provide the definition of voice call history record information.
Contact
Platform Team New H3C Technologies Co., Ltd. Hai-Dian District Beijing P.R. China Http://www.h3c.com Zip:100085
Imports
| From | Symbols |
|---|---|
| DIAL-CONTROL-MIB | AbsoluteCounter32 |
| HH3C-OID-MIB | hh3cVoice |
| IF-MIB | InterfaceIndexOrZero |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TimeStamp |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
DIAL-CONTROL-MIB HH3C-OID-MIB HH3C-VOICE-CALL-HISTORY-MIB IANAifType-MIB IF-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| Hh3cCodecType TEXTUAL-CONVENTION Type of Codec. | current | |||
| Hh3cGUid TEXTUAL-CONVENTION Represents a global call identifier. The global call identifier is used as a unique identifier for an end-to-end call. A zero length Hh3cGUid indicates no value for the global call identifier. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hh3cVoiceCallHistoryObjects OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.39.16.1 | |||
| hh3cCallHistoryTable OBJECT-TYPE A table containing information about specific calls to a specific destination. | 1.3.6.1.4.1.25506.2.39.16.1.1 | not-accessible | current | |
| hh3cCallHistoryEntry OBJECT-TYPE The information regarding a single connection. | 1.3.6.1.4.1.25506.2.39.16.1.1.1 | not-accessible | current | |
| hh3cCallHistoryIndex OBJECT-TYPE The index of the call history table. It's a monotonically increasing integer for the sole purpose of indexing call disconnection events. When it reaches to the maximum value, the value will back to 1. | 1.3.6.1.4.1.25506.2.39.16.1.1.1.1 | Integer32 (1..2147483647) | not-accessible | current |
| hh3cCallHistorySetupTime OBJECT-TYPE The value of sysUpTime when the call was started. | 1.3.6.1.4.1.25506.2.39.16.1.1.1.2 | TimeStamp | read-only | current |
| hh3cCallHistoryConnectTime OBJECT-TYPE The value of sysUpTime when the call was connected. If the call is not connected, this object will have a value of zero. | 1.3.6.1.4.1.25506.2.39.16.1.1.1.3 | TimeStamp | read-only | current |
| hh3cCallHistoryTerminateTime OBJECT-TYPE The value of sysUpTime when the call was terminated. | 1.3.6.1.4.1.25506.2.39.16.1.1.1.4 | TimeStamp | read-only | current |
| hh3cCallHistoryPeerAddress OBJECT-TYPE The number this call was connected to. If the number is not available, it will have a length of zero. | 1.3.6.1.4.1.25506.2.39.16.1.1.1.5 | DisplayString | read-only | current |
| hh3cCallHistoryPeerId OBJECT-TYPE This object identifies a single peer. This is the Id value of the peer table entry to which this call was made. If a peer table entry for this call does not exist or is unknown, the value of this object will be zero. | 1.3.6.1.4.1.25506.2.39.16.1.1.1.6 | Integer32 (0..2147483647) | read-only | current |
| hh3cCallHistoryLogicalIfIndex OBJECT-TYPE This is the ifIndex value of the logical interface through which this call was made. For ISDN media, this would be the ifIndex of the B channel which was used for this call. If the ifIndex value is unknown, the value of this object will be zero. | 1.3.6.1.4.1.25506.2.39.16.1.1.1.7 | InterfaceIndexOrZero | read-only | current |
| hh3cCallHistoryCallOrigin OBJECT-TYPE The call origin. originate The call that is initiated. answer The call that is accepted. callback Either rejects the call and then calls back, or uses the 'Reverse charging' information element if it is available. Note that callback(3) is supposed to control charging, not security, and applies to callback prior to accepting a call. Callback for security reasons can be handled using PPP callback. | 1.3.6.1.4.1.25506.2.39.16.1.1.1.8 | INTEGER {originate(1), answer(2), callback(3)} | read-only | current |
| hh3cCallHistoryChargedUnits OBJECT-TYPE The number of charged units for this connection. For incoming calls or if charging information is not supplied by the switch, the value of this object will be zero. | 1.3.6.1.4.1.25506.2.39.16.1.1.1.9 | AbsoluteCounter32 | read-only | current |
| hh3cCallHistoryInfoType OBJECT-TYPE The information type for this call. other E.g. for non-isdn media. speech Speech. unrestrictedDigital Unrestricted digital information with 64k rate adaption. unrestrictedDigital56 Unrestricted digital information with 56k rate adaption. restrictedDigital Restricted digital information. audio31 3.1 kHz audio. audio7 7 kHz audio. video Video. packetSwitched Packetswitch. fax Fax. | 1.3.6.1.4.1.25506.2.39.16.1.1.1.10 | INTEGER {other(1), speech(2), unrestrictedDigital(3), unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8), packetSwitched(9), fax(10)} | read-only | current |
| hh3cCallHistoryTransmitPackets OBJECT-TYPE The number of packets which were transmitted while this call was active. | 1.3.6.1.4.1.25506.2.39.16.1.1.1.11 | AbsoluteCounter32 | read-only | current |
| hh3cCallHistoryTransmitBytes OBJECT-TYPE The number of bytes which were transmitted for this call. | 1.3.6.1.4.1.25506.2.39.16.1.1.1.12 | AbsoluteCounter32 | read-only | current |
| hh3cCallHistoryReceivePackets OBJECT-TYPE The number of packets which were received for this call. | 1.3.6.1.4.1.25506.2.39.16.1.1.1.13 | AbsoluteCounter32 | read-only | current |
| hh3cCallHistoryReceiveBytes OBJECT-TYPE The number of bytes which were received for this call. | 1.3.6.1.4.1.25506.2.39.16.1.1.1.14 | AbsoluteCounter32 | read-only | current |
| hh3cVoiceCallHistoryTable OBJECT-TYPE This table is the voice extension to the call history table of DIAL-CONTROL-MIB. It contains voice encapsulation call leg information that is derived from the statistics of lower layer telephony interface. | 1.3.6.1.4.1.25506.2.39.16.1.2 | not-accessible | current | |
| hh3cVoiceCallHistoryEntry OBJECT-TYPE The information regarding a extended voice call history information. | 1.3.6.1.4.1.25506.2.39.16.1.2.1 | not-accessible | current | |
| hh3cVoCallHistoryConnectionId OBJECT-TYPE The global call identifier of circuit switched network for the gateway call. | 1.3.6.1.4.1.25506.2.39.16.1.2.1.1 | Hh3cGUid | read-only | current |
| hh3cVoCallHistoryTxDuration OBJECT-TYPE Duration of transmit path open from this peer to the voice gateway for the call. The units is milliseconds. | 1.3.6.1.4.1.25506.2.39.16.1.2.1.2 | Gauge32 | read-only | current |
| hh3cVoCallHistoryVoiceTxDuration OBJECT-TYPE Duration of voice transmitted from this peer to voice gateway for this call. The voice utilization rate can be obtained by dividing this by hh3cVoCallHistoryTxDuration object. The units is milliseconds. | 1.3.6.1.4.1.25506.2.39.16.1.2.1.3 | Gauge32 | read-only | current |
| hh3cVoCallHistoryFaxTxDuration OBJECT-TYPE Duration of fax transmitted from this peer to voice gateway for this call. The fax utilization rate can be obtained by dividing this by hh3cVoCallHistoryTxDuration object. The units is milliseconds. | 1.3.6.1.4.1.25506.2.39.16.1.2.1.4 | Gauge32 | read-only | current |
| hh3cVoCallHistoryCoderType OBJECT-TYPE The negotiated coder type. It specifies the encode type to the PSTN leg of a call. | 1.3.6.1.4.1.25506.2.39.16.1.2.1.5 | Hh3cCodecType | read-only | current |
| hh3cVoCallHistoryImgPageCount OBJECT-TYPE The number of fax related image pages are received or transmitted via the peer for the call. The units is page. | 1.3.6.1.4.1.25506.2.39.16.1.2.1.6 | Gauge32 | read-only | current |
| hh3cVoiceVoIPCallHistoryTable OBJECT-TYPE This table is the VoIP extension to the call active table of DIAL-CONTROL-MIB. It contains VoIP call leg information about specific VoIP call destination. | 1.3.6.1.4.1.25506.2.39.16.1.3 | not-accessible | current | |
| hh3cVoiceVoIPCallHistoryEntry OBJECT-TYPE The information regarding a extended VoIP call history information. | 1.3.6.1.4.1.25506.2.39.16.1.3.1 | not-accessible | current | |
| hh3cVoVoIPCallHistoryConnectionId OBJECT-TYPE The global call identifier of packet-switched network for the gateway call. | 1.3.6.1.4.1.25506.2.39.16.1.3.1.1 | Hh3cGUid | read-only | current |
| hh3cVoVoIPCallHistoryRemSigIPType OBJECT-TYPE The type of remote system signalling IP address for the VoIP call. | 1.3.6.1.4.1.25506.2.39.16.1.3.1.2 | InetAddressType | read-only | current |
| hh3cVoVoIPCallHistoryRemSigIPAddr OBJECT-TYPE Remote system signalling IP address for the VoIP call. | 1.3.6.1.4.1.25506.2.39.16.1.3.1.3 | InetAddress | read-only | current |
| hh3cVoVoIPCallHistoryRemSigPort OBJECT-TYPE Remote system UDP listener signalling port to which to transmit voice packets. | 1.3.6.1.4.1.25506.2.39.16.1.3.1.4 | Integer32 (0..65535) | read-only | current |
| hh3cVoVoIPCallHistoryRemMedIPType OBJECT-TYPE The type of remote system media IP address for the VoIP call. | 1.3.6.1.4.1.25506.2.39.16.1.3.1.5 | InetAddressType | read-only | current |
| hh3cVoVoIPCallHistoryRemMedIPAddr OBJECT-TYPE Remote system media IP address for the VoIP call. | 1.3.6.1.4.1.25506.2.39.16.1.3.1.6 | InetAddress | read-only | current |
| hh3cVoVoIPCallHistoryRemMedPort OBJECT-TYPE Remote system UDP listener media port to which to transmit voice packets. | 1.3.6.1.4.1.25506.2.39.16.1.3.1.7 | Integer32 (0..65535) | read-only | current |
| hh3cVoVoIPCallHistorySessProtocol OBJECT-TYPE The object specifies the session protocol to be used for internet call between local and remote router via IP backbone. unknown The protocol is unknown. h323 The protocol is H323. sip The protocol is session initiation. | 1.3.6.1.4.1.25506.2.39.16.1.3.1.8 | INTEGER {unknown(1), h323(2), sip(3)} | read-only | current |
| hh3cVoVoIPCallHistoryCoderType OBJECT-TYPE The negotiated coder type. It specifies the encode type to the VoIP leg of a call. | 1.3.6.1.4.1.25506.2.39.16.1.3.1.9 | Hh3cCodecType | read-only | current |