digitMapProcessDigitsWhenPressed
MX-DIGIT-MAP-MIB ·
.1.3.6.1.4.1.4935.15.55.1.1
Object
Determines when a digit is processed through the digit maps.
disable :
Digits are processed only when released. Disabling this
feature increases the delay needed to match a dialed
string to a digit map. There is also an impact on
digitMapTimeoutFirstDigit and digitMapTimeoutCompletion
since the timers are stopped at the end of a DTMF
instead of the beginning. It can also lead to small DTMF
leaks when using subscriber services if the variable
subscriberServicesProcessingTrigger is set to flashHookAndDigits.
enable :
Digits are processed as soon as they are pressed.
This can lead to a DTMF leak in the RTP at the beginning
of a call if the voice stream is established before the
last DTMF is released.
This variable's semantics are different depending on
protocol and/or hardware platforms.
Please refer to the documentation shipped with your
device for more details.
Context
- MIB
- MX-DIGIT-MAP-MIB
- OID
.1.3.6.1.4.1.4935.15.55.1.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- digitMapMIBObjects
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-DIGIT-MAP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-DIGIT-MAP-MIB::digitMapProcessDigitsWhenPressed.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-DIGIT-MAP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-DIGIT-MAP-MIB::digitMapProcessDigitsWhenPressed'
Syntax
- Source
- MX-TCMxEnableState
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | enable |