behaviorOnT38InviteNotAcceptedBehavior
MX-SIPEP-MIB ·
.0.1400.1.50000.4600.1.200
Object
column r/w
Enumeration
Behaviour
Behaviour of the device when receiving a SIP error response
to an INVITE for T.38 fax.
* DropCall: The call is dropped by sending a BYE.
* ReInviteForClearChannelOnly: A re-INVITE is sent with
enabled clear channel codecs only.
* ReEstablishAudio: A re-INVITE is sent to re-establish the
audio path. Also, fax detection is disabled for the
remainder of the call.
* UsePreviousMediaNegotiation: No re-INVITE is sent and the
audio codec from the last successful negotiation is used.
For the remainder of the call, T.38 is disabled and fax
detection may trigger a switch to a clear channel codec
that was available in the last successful negotiation.
Context
- MIB
- MX-SIPEP-MIB
- OID
.0.1400.1.50000.4600.1.200- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- behaviorOnT38InviteNotAcceptedEntry
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-SIPEP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SIPEP-MIB::behaviorOnT38InviteNotAcceptedBehavior'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-SIPEP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SIPEP-MIB::behaviorOnT38InviteNotAcceptedBehavior.<behaviorOnT38InviteNotAcceptedSipErrorCode>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-SIPEP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-SIPEP-MIB::behaviorOnT38InviteNotAcceptedBehavior'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | dropCall |
200 | reInviteForClearChannelOnly |
300 | reEstablishAudio |
400 | usePreviousMediaNegotiation |