hpnicfCallHistoryCallOrigin
HPN-ICF-VOICE-CALL-HISTORY-MIB ·
.1.3.6.1.4.1.11.2.14.11.15.2.39.16.1.1.1.8
Object
column Enumeration
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.
Context
- MIB
- HPN-ICF-VOICE-CALL-HISTORY-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.15.2.39.16.1.1.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hpnicfCallHistoryEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HPN-ICF-VOICE-CALL-HISTORY-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-VOICE-CALL-HISTORY-MIB::hpnicfCallHistoryCallOrigin'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HPN-ICF-VOICE-CALL-HISTORY-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-VOICE-CALL-HISTORY-MIB::hpnicfCallHistoryCallOrigin.<hpnicfCallHistoryIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPN-ICF-VOICE-CALL-HISTORY-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPN-ICF-VOICE-CALL-HISTORY-MIB::hpnicfCallHistoryCallOrigin'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | originate |
2 | answer |
3 | callback |