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
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | whenPressed |
200 | whenReleased |