HH3C-VOICE-CALL-HISTORY-MIB

File: HH3C-VOICE-CALL-HISTORY-MIB.mib (19497 bytes)

Imported modules

SNMPv2-SMI INET-ADDRESS-MIB IF-MIB
DIAL-CONTROL-MIB SNMPv2-TC HH3C-OID-MIB

Imported symbols

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

Defined Types

Hh3cGUid  
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.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..16)  

Hh3cCodecType  
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)  

Hh3cCallHistoryEntry  
SEQUENCE    
  hh3cCallHistoryIndex Integer32
  hh3cCallHistorySetupTime TimeStamp
  hh3cCallHistoryConnectTime TimeStamp
  hh3cCallHistoryTerminateTime TimeStamp
  hh3cCallHistoryPeerAddress DisplayString
  hh3cCallHistoryPeerId Integer32
  hh3cCallHistoryLogicalIfIndex InterfaceIndexOrZero
  hh3cCallHistoryCallOrigin INTEGER
  hh3cCallHistoryChargedUnits AbsoluteCounter32
  hh3cCallHistoryInfoType INTEGER
  hh3cCallHistoryTransmitPackets AbsoluteCounter32
  hh3cCallHistoryTransmitBytes AbsoluteCounter32
  hh3cCallHistoryReceivePackets AbsoluteCounter32
  hh3cCallHistoryReceiveBytes AbsoluteCounter32

Hh3cVoiceCallHistoryEntry  
SEQUENCE    
  hh3cVoCallHistoryConnectionId Hh3cGUid
  hh3cVoCallHistoryTxDuration Gauge32
  hh3cVoCallHistoryVoiceTxDuration Gauge32
  hh3cVoCallHistoryFaxTxDuration Gauge32
  hh3cVoCallHistoryCoderType Hh3cCodecType
  hh3cVoCallHistoryImgPageCount Gauge32

Hh3cVoiceVoIPCallHistoryEntry  
SEQUENCE    
  hh3cVoVoIPCallHistoryConnectionId Hh3cGUid
  hh3cVoVoIPCallHistoryRemSigIPType InetAddressType
  hh3cVoVoIPCallHistoryRemSigIPAddr InetAddress
  hh3cVoVoIPCallHistoryRemSigPort Integer32
  hh3cVoVoIPCallHistoryRemMedIPType InetAddressType
  hh3cVoVoIPCallHistoryRemMedIPAddr InetAddress
  hh3cVoVoIPCallHistoryRemMedPort Integer32
  hh3cVoVoIPCallHistorySessProtocol INTEGER
  hh3cVoVoIPCallHistoryCoderType Hh3cCodecType

Defined Values

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

hh3cVoiceCallHistoryObjects 1.3.6.1.4.1.25506.2.39.16.1
OBJECT IDENTIFIER    

hh3cCallHistoryTable 1.3.6.1.4.1.25506.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  
    Hh3cCallHistoryEntry

hh3cCallHistoryEntry 1.3.6.1.4.1.25506.2.39.16.1.1.1
The information regarding a single connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cCallHistoryEntry  

hh3cCallHistoryIndex 1.3.6.1.4.1.25506.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  

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

hh3cCallHistoryConnectTime 1.3.6.1.4.1.25506.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  

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

hh3cCallHistoryPeerAddress 1.3.6.1.4.1.25506.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  

hh3cCallHistoryPeerId 1.3.6.1.4.1.25506.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  

hh3cCallHistoryLogicalIfIndex 1.3.6.1.4.1.25506.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  

hh3cCallHistoryCallOrigin 1.3.6.1.4.1.25506.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)  

hh3cCallHistoryChargedUnits 1.3.6.1.4.1.25506.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  

hh3cCallHistoryInfoType 1.3.6.1.4.1.25506.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)  

hh3cCallHistoryTransmitPackets 1.3.6.1.4.1.25506.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  

hh3cCallHistoryTransmitBytes 1.3.6.1.4.1.25506.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  

hh3cCallHistoryReceivePackets 1.3.6.1.4.1.25506.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  

hh3cCallHistoryReceiveBytes 1.3.6.1.4.1.25506.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  

hh3cVoiceCallHistoryTable 1.3.6.1.4.1.25506.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  
    Hh3cVoiceCallHistoryEntry

hh3cVoiceCallHistoryEntry 1.3.6.1.4.1.25506.2.39.16.1.2.1
The information regarding a extended voice call history information.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cVoiceCallHistoryEntry  

hh3cVoCallHistoryConnectionId 1.3.6.1.4.1.25506.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    
  Hh3cGUid  

hh3cVoCallHistoryTxDuration 1.3.6.1.4.1.25506.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  

hh3cVoCallHistoryVoiceTxDuration 1.3.6.1.4.1.25506.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 hh3cVoCallHistoryTxDuration object. The units is milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hh3cVoCallHistoryFaxTxDuration 1.3.6.1.4.1.25506.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 hh3cVoCallHistoryTxDuration object. The units is milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hh3cVoCallHistoryCoderType 1.3.6.1.4.1.25506.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    
  Hh3cCodecType  

hh3cVoCallHistoryImgPageCount 1.3.6.1.4.1.25506.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  

hh3cVoiceVoIPCallHistoryTable 1.3.6.1.4.1.25506.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  
    Hh3cVoiceVoIPCallHistoryEntry

hh3cVoiceVoIPCallHistoryEntry 1.3.6.1.4.1.25506.2.39.16.1.3.1
The information regarding a extended VoIP call history information.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cVoiceVoIPCallHistoryEntry  

hh3cVoVoIPCallHistoryConnectionId 1.3.6.1.4.1.25506.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    
  Hh3cGUid  

hh3cVoVoIPCallHistoryRemSigIPType 1.3.6.1.4.1.25506.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  

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

hh3cVoVoIPCallHistoryRemSigPort 1.3.6.1.4.1.25506.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  

hh3cVoVoIPCallHistoryRemMedIPType 1.3.6.1.4.1.25506.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  

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

hh3cVoVoIPCallHistoryRemMedPort 1.3.6.1.4.1.25506.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  

hh3cVoVoIPCallHistorySessProtocol 1.3.6.1.4.1.25506.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)  

hh3cVoVoIPCallHistoryCoderType 1.3.6.1.4.1.25506.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    
  Hh3cCodecType