voipCallState
BIANCA-BRICK-VOIP-MIB ·
.0.3.1.3
Object
column Enumeration
Tracks the call state of the active call.
Context
- MIB
- BIANCA-BRICK-VOIP-MIB
- OID
.0.3.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- voipCallEntry
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 'BIANCA-BRICK-VOIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-VOIP-MIB::voipCallState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-VOIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-VOIP-MIB::voipCallState.<voipCallTimeStamp>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-VOIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-VOIP-MIB::voipCallState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | admission |
2 | off-hook |
3 | dialing |
4 | called |
5 | proceeding |
6 | alerting |
7 | connected |
8 | disconnect |
9 | disengage |
10 | release |
11 | hold |
12 | conference |
13 | idle |
14 | transfer |
15 | overlapped |