epSpecificDelayedHotlineCondition
MX-EPSERV-MIB ·
.0.1700.1.1000.1000.1.400
Object
column r/w
Enumeration
Endpoint Specific Delayed Hotline Activation Condition
Select the condition(s) that activate the delayed hotline.
* FirstDtmfTimeout: The delayed hotline is activated when
the timeout configured in DtmfMapTimeoutFirstDtmf elapse.
* InterDtmfOrCompletionTimeout: The delayed hotline is
activated when the timeout configured in
DtmfMapTimeoutCompletion elapses or the DTMFs collection
fails because the DtmfMapTimeoutInterDtmf elapses.
* AnyTimeout: The delayed hotline is activated for the
condition of 'FirstDtmfTimeout' and
'InterDtmfOrCompletionTimeout'.
This configuration overrides the default configuration set in
the DefaultDelayedHotlineCondition parameter if the
EpSpecificDelayedHotline.EnableConfig parameter is set to
'Enable'.
Context
- MIB
- MX-EPSERV-MIB
- OID
.0.1700.1.1000.1000.1.400- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- epSpecificDelayedHotlineEntry
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 'MX-EPSERV-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-EPSERV-MIB::epSpecificDelayedHotlineCondition'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-EPSERV-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-EPSERV-MIB::epSpecificDelayedHotlineCondition.<epSpecificDelayedHotlineEpId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-EPSERV-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-EPSERV-MIB::epSpecificDelayedHotlineCondition'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | firstDtmfTimeout |
200 | interDtmfOrCompletionTimeout |
300 | anyTimeout |