sipCallSvcProfileFlashType
E5-121-MIB ·
.1.3.6.1.4.1.6321.1.2.3.4.9.7.1.4.1.12
Object
column r/w
Enumeration
flash invite : will send SIP INVITE message while press flash button. flash bypass : flash event will be handled by current switch type specified in sipCallSvcProfileSwitchType. flash rfc2833 : flash event will send by RTP event (16) defined in RFC 2833. flash rfc2833like : flash event will send by SIP INFO message but RTP payload. flash sipinfo-1 : flash event will be sent by SIP INFO signal=16 message. flash sipinfo-2 : flash event will be sent by SIP INFO signal=hf message. flash sipinfo-3 : flash event will be sent by SIP INFO signal=hook-flash message. flash sipinfo-4 : flash event will be sent by SIP INFO plain text 'FLASH' message. flash sipinfo-5 : flash event will be sent by multiple SIP INFO signal messages and content of signal messages come from sipCallSvcProfileFlashInfo. flash sipinfo-6 : flash event will be sent by SIP INFO and payload is specified in sipCallSvcProfileFlashInfo.
Context
- MIB
- E5-121-MIB
- OID
.1.3.6.1.4.1.6321.1.2.3.4.9.7.1.4.1.12- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- sipCallSvcProfileEntry
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 'E5-121-MIB' -M '/opt/observium/mibs/calix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'E5-121-MIB::sipCallSvcProfileFlashType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'E5-121-MIB' -M '/opt/observium/mibs/calix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'E5-121-MIB::sipCallSvcProfileFlashType.<sipCallSvcProfileName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'E5-121-MIB' -M '/opt/observium/mibs/calix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'E5-121-MIB::sipCallSvcProfileFlashType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | invite |
2 | rfc2833 |
3 | rfc2833like |
4 | sipinfo1 |
5 | sipinfo2 |
6 | sipinfo3 |
7 | sipinfo4 |
8 | sipinfo5 |
9 | sipinfo6 |
10 | bypass |