H3C-VOICE-CALL-HISTORY-MIB

File: H3C-VOICE-CALL-HISTORY-MIB.mib (19352 bytes)

Imported modules

SNMPv2-SMI INET-ADDRESS-MIB IF-MIB
DIAL-CONTROL-MIB SNMPv2-TC HUAWEI-3COM-OID-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Integer32
Gauge32 InetAddressType InetAddress
InterfaceIndexOrZero AbsoluteCounter32 TEXTUAL-CONVENTION
DisplayString TimeStamp h3cVoice

Defined Types

H3cGUid  
Represents a global call identifier. The global call identifier is used as a unique identifier for an end-to-end call. A zero length H3cGUid indicates no value for the global call identifier.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..16)  

H3cCodecType  
Type of Codec.
TEXTUAL-CONVENTION    
  INTEGER g711a(1), g711u(2), g723r53(3), g723r63(4), g729r8(5), g729a(6), g726r16(7), g726r24(8), g726r32(9), g726r40(10), unknown(11), g729br8(12)  

H3cCallHistoryEntry  
SEQUENCE    
  h3cCallHistoryIndex Integer32
  h3cCallHistorySetupTime TimeStamp
  h3cCallHistoryConnectTime TimeStamp
  h3cCallHistoryTerminateTime TimeStamp
  h3cCallHistoryPeerAddress DisplayString
  h3cCallHistoryPeerId Integer32
  h3cCallHistoryLogicalIfIndex InterfaceIndexOrZero
  h3cCallHistoryCallOrigin INTEGER
  h3cCallHistoryChargedUnits AbsoluteCounter32
  h3cCallHistoryInfoType INTEGER
  h3cCallHistoryTransmitPackets AbsoluteCounter32
  h3cCallHistoryTransmitBytes AbsoluteCounter32
  h3cCallHistoryReceivePackets AbsoluteCounter32
  h3cCallHistoryReceiveBytes AbsoluteCounter32

H3cVoiceCallHistoryEntry  
SEQUENCE    
  h3cVoCallHistoryConnectionId H3cGUid
  h3cVoCallHistoryTxDuration Gauge32
  h3cVoCallHistoryVoiceTxDuration Gauge32
  h3cVoCallHistoryFaxTxDuration Gauge32
  h3cVoCallHistoryCoderType H3cCodecType
  h3cVoCallHistoryImgPageCount Gauge32

H3cVoiceVoIPCallHistoryEntry  
SEQUENCE    
  h3cVoVoIPCallHistoryConnectionId H3cGUid
  h3cVoVoIPCallHistoryRemSigIPType InetAddressType
  h3cVoVoIPCallHistoryRemSigIPAddr InetAddress
  h3cVoVoIPCallHistoryRemSigPort Integer32
  h3cVoVoIPCallHistoryRemMedIPType InetAddressType
  h3cVoVoIPCallHistoryRemMedIPAddr InetAddress
  h3cVoVoIPCallHistoryRemMedPort Integer32
  h3cVoVoIPCallHistorySessProtocol INTEGER
  h3cVoVoIPCallHistoryCoderType H3cCodecType

Defined Values

h3cVoCallHistory 1.3.6.1.4.1.2011.10.2.39.16
This MIB file is to provide the definition of voice call history record information.
MODULE-IDENTITY    

h3cVoiceCallHistoryObjects 1.3.6.1.4.1.2011.10.2.39.16.1
OBJECT IDENTIFIER    

h3cCallHistoryTable 1.3.6.1.4.1.2011.10.2.39.16.1.1
A table containing information about specific calls to a specific destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cCallHistoryEntry

h3cCallHistoryEntry 1.3.6.1.4.1.2011.10.2.39.16.1.1.1
The information regarding a single connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cCallHistoryEntry  

h3cCallHistoryIndex 1.3.6.1.4.1.2011.10.2.39.16.1.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

h3cCallHistorySetupTime 1.3.6.1.4.1.2011.10.2.39.16.1.1.1.2
The value of sysUpTime when the call was started.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

h3cCallHistoryConnectTime 1.3.6.1.4.1.2011.10.2.39.16.1.1.1.3
The value of sysUpTime when the call was connected. If the call is not connected, this object will have a value of zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

h3cCallHistoryTerminateTime 1.3.6.1.4.1.2011.10.2.39.16.1.1.1.4
The value of sysUpTime when the call was terminated.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

h3cCallHistoryPeerAddress 1.3.6.1.4.1.2011.10.2.39.16.1.1.1.5
The number this call was connected to. If the number is not available, it will have a length of zero.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

h3cCallHistoryPeerId 1.3.6.1.4.1.2011.10.2.39.16.1.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

h3cCallHistoryLogicalIfIndex 1.3.6.1.4.1.2011.10.2.39.16.1.1.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

h3cCallHistoryCallOrigin 1.3.6.1.4.1.2011.10.2.39.16.1.1.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER originate(1), answer(2), callback(3)  

h3cCallHistoryChargedUnits 1.3.6.1.4.1.2011.10.2.39.16.1.1.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

h3cCallHistoryInfoType 1.3.6.1.4.1.2011.10.2.39.16.1.1.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), speech(2), unrestrictedDigital(3), unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8), packetSwitched(9), fax(10)  

h3cCallHistoryTransmitPackets 1.3.6.1.4.1.2011.10.2.39.16.1.1.1.11
The number of packets which were transmitted while this call was active.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

h3cCallHistoryTransmitBytes 1.3.6.1.4.1.2011.10.2.39.16.1.1.1.12
The number of bytes which were transmitted for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

h3cCallHistoryReceivePackets 1.3.6.1.4.1.2011.10.2.39.16.1.1.1.13
The number of packets which were received for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

h3cCallHistoryReceiveBytes 1.3.6.1.4.1.2011.10.2.39.16.1.1.1.14
The number of bytes which were received for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

h3cVoiceCallHistoryTable 1.3.6.1.4.1.2011.10.2.39.16.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cVoiceCallHistoryEntry

h3cVoiceCallHistoryEntry 1.3.6.1.4.1.2011.10.2.39.16.1.2.1
The information regarding a extended voice call history information.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cVoiceCallHistoryEntry  

h3cVoCallHistoryConnectionId 1.3.6.1.4.1.2011.10.2.39.16.1.2.1.1
The global call identifier of circuit switched network for the gateway call.
Status: current Access: read-only
OBJECT-TYPE    
  H3cGUid  

h3cVoCallHistoryTxDuration 1.3.6.1.4.1.2011.10.2.39.16.1.2.1.2
Duration of transmit path open from this peer to the voice gateway for the call. The units is milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

h3cVoCallHistoryVoiceTxDuration 1.3.6.1.4.1.2011.10.2.39.16.1.2.1.3
Duration of voice transmitted from this peer to voice gateway for this call. The voice utilization rate can be obtained by dividing this by h3cVoCallHistoryTxDuration object. The units is milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

h3cVoCallHistoryFaxTxDuration 1.3.6.1.4.1.2011.10.2.39.16.1.2.1.4
Duration of fax transmitted from this peer to voice gateway for this call. The fax utilization rate can be obtained by dividing this by h3cVoCallHistoryTxDuration object. The units is milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

h3cVoCallHistoryCoderType 1.3.6.1.4.1.2011.10.2.39.16.1.2.1.5
The negotiated coder type. It specifies the encode type to the PSTN leg of a call.
Status: current Access: read-only
OBJECT-TYPE    
  H3cCodecType  

h3cVoCallHistoryImgPageCount 1.3.6.1.4.1.2011.10.2.39.16.1.2.1.6
The number of fax related image pages are received or transmitted via the peer for the call. The units is page.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

h3cVoiceVoIPCallHistoryTable 1.3.6.1.4.1.2011.10.2.39.16.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cVoiceVoIPCallHistoryEntry

h3cVoiceVoIPCallHistoryEntry 1.3.6.1.4.1.2011.10.2.39.16.1.3.1
The information regarding a extended VoIP call history information.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cVoiceVoIPCallHistoryEntry  

h3cVoVoIPCallHistoryConnectionId 1.3.6.1.4.1.2011.10.2.39.16.1.3.1.1
The global call identifier of packet-switched network for the gateway call.
Status: current Access: read-only
OBJECT-TYPE    
  H3cGUid  

h3cVoVoIPCallHistoryRemSigIPType 1.3.6.1.4.1.2011.10.2.39.16.1.3.1.2
The type of remote system signalling IP address for the VoIP call.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

h3cVoVoIPCallHistoryRemSigIPAddr 1.3.6.1.4.1.2011.10.2.39.16.1.3.1.3
Remote system signalling IP address for the VoIP call.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

h3cVoVoIPCallHistoryRemSigPort 1.3.6.1.4.1.2011.10.2.39.16.1.3.1.4
Remote system UDP listener signalling port to which to transmit voice packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

h3cVoVoIPCallHistoryRemMedIPType 1.3.6.1.4.1.2011.10.2.39.16.1.3.1.5
The type of remote system media IP address for the VoIP call.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

h3cVoVoIPCallHistoryRemMedIPAddr 1.3.6.1.4.1.2011.10.2.39.16.1.3.1.6
Remote system media IP address for the VoIP call.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

h3cVoVoIPCallHistoryRemMedPort 1.3.6.1.4.1.2011.10.2.39.16.1.3.1.7
Remote system UDP listener media port to which to transmit voice packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

h3cVoVoIPCallHistorySessProtocol 1.3.6.1.4.1.2011.10.2.39.16.1.3.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), h323(2), sip(3)  

h3cVoVoIPCallHistoryCoderType 1.3.6.1.4.1.2011.10.2.39.16.1.3.1.9
The negotiated coder type. It specifies the encode type to the VoIP leg of a call.
Status: current Access: read-only
OBJECT-TYPE    
  H3cCodecType