sipCfgInDialogRefer
ARRIS-SIP-MIB ·
.1.3.6.1.4.1.4115.11.1.62
Object
When this MIB value is true(1), it will force the REFER sent within existing dialog from Transferor to Transferee, no matter whether the Transferee supports Target-Dialog header or not. When the value is false(2), only if the transferee does not support the Target-Dialog header, the transferor will initiate call transfer via a REFER sent within the existing dialog with the transferee, otherwise, it will send the REFER out of the existing dialog.
Context
- MIB
- ARRIS-SIP-MIB
- OID
.1.3.6.1.4.1.4115.11.1.62- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- sipConfiguration
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 'ARRIS-SIP-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-SIP-MIB::sipCfgInDialogRefer.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARRIS-SIP-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARRIS-SIP-MIB::sipCfgInDialogRefer'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |