callActiveCallState

DIAL-CONTROL-MIB · .1.3.6.1.2.1.10.21.1.3.1.1.9

Object

column Enumeration
The current call state.
unknown(1)     - The call state is unknown.
connecting(2)  - A connection attempt (outgoing call)
                 is being made.
connected(3)   - An incoming call is in the process
                 of validation.
active(4)      - The call is active.

Context

MIB
DIAL-CONTROL-MIB
OID
.1.3.6.1.2.1.10.21.1.3.1.1.9
Type
column
Access
readonly
Status
current
Parent
callActiveEntry
Groups
1

Walk 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 'DIAL-CONTROL-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DIAL-CONTROL-MIB::callActiveCallState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DIAL-CONTROL-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DIAL-CONTROL-MIB::callActiveCallState.<callActiveSetupTime>.<callActiveIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DIAL-CONTROL-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DIAL-CONTROL-MIB::callActiveCallState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1unknown
2connecting
3connected
4active

Conformance