dtmfMapDigitDetection
MX-POTS-MIB ·
.0.1800.1.300
Object
scalar r/w
Enumeration
DTMF Map Digit Detection
Determines when a digit is processed through the DTMF maps.
* WhenPressed : Digits are processed as soon as they are
pressed. This can lead to a digit leak in the RTP at the
beginning of a call if the voice stream is established
before the last digit is released.
* WhenReleased : Digits are processed only when released. This
option increases the delay needed to match a dialed string
to a DTMF map. There is also an impact on
EpServ.DtmfMapTimeoutInterDtmf,
EpServ.DtmfMapTimeoutFirstDtmf and
EpServ.DtmfMapTimeoutCompletion since the timers are stopped
at the end of a digit instead of the beginning.
Context
- MIB
- MX-POTS-MIB
- OID
.0.1800.1.300- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- potsMIBObjects
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-POTS-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-POTS-MIB::dtmfMapDigitDetection.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-POTS-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-POTS-MIB::dtmfMapDigitDetection'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | whenPressed |
200 | whenReleased |