MIB Viewer

sipCfgSipFeatureSwitch3

OBJECT-TYPE
1.3.6.1.4.1.4115.11.1.71
Access
read-write
Status
current
Sub-identifiers
0
This object is like sipCfgSipFeatureSwitch. It is used to enable features of the Arris SIP MTA. From left to right, the specified bit indicates whether or not the corresponding feature is enabled/disabled. For example, if the first bit is set, then the PublishTimestampsDST feature is enabled. If it is zero, the feature is disabled. NO bits are set by default. /** BIT Descriptions **/ 0x80000000 : publishTimestampsDST - With this bit set, the Timestamps in PUBLISH will be transfered to DST. 0x40000000 : playRtpForSecond183WithoutSdp - With this bit set, the RTP can continue to play on receiving second 183 without SDP. 0x20000000 : addSipInstanceToContact - With this bit set, add the sipInstance(based on RFC 5626) to Contact header in REGISTER and INVITE. 0x10000000 : notPopulateFirstPAURIFrom200OK - With this bit set, don't populate IMPUID with the first P-Associated-URI header from 200 OK to REGISTER. 0x08000000 : judgeSDPWhileReturnFalse - With this bit set, judge SDP with o= while SDPChange return FALSE. 0x04000000 : tcpFailTryUDP - With this bit set,when a TCP sip message fails,sip message should be send in UDP. 0x02000000 : reuseTCPConnection - With this bit set, SIP MTA will reuse TCP connection. 0x01000000 : sdpEndsWithEmptyLine0x0d0a - With this bit set, add an empty line to the end of SDP of INVITE. 0x00800000 : doNotRedirect3xxResponseForInvite - With this bit set, 3xx response to an INVITE will not be redirected. Instead an ACK will be sent after ceasing retransmission of the INVITE. 0x00400000 : pcscfWhiteList - With this bit set, P-CSCF White list will be enabled. 0x00200000 : processUnsolicitedNotifyForRegEvent - With this bit set, MTA will process unsolicited NOTIFY for reg event when we do not have an active subscription. 0x00100000 : prependZerosToCIDDisplayNumber - Prepend 0 to CID Display Number for national dialing or 00 for international dialing 0x00080000 : terminateConnBeforeInForkCallFlow - With this bit set, terminate the connection before in Fork Call flow instead of disconnecting. 0x00040000 : unused 0x00020000 : unused 0x00010000 : unused 0x00008000 : unused 0x00004000 : unused 0x00002000 : unused 0x00001000 : unused 0x00000800 : unused 0x00000400 : unused 0x00000200 : unused 0x00000100 : unused 0x00000080 : unused 0x00000040 : unused 0x00000020 : unused 0x00000010 : unused 0x00000008 : unused 0x00000004 : unused 0x00000002 : unused 0x00000001 : unused
BITS { publishTimestampsDST(0), playRtpForSecond183WithoutSdp(1), addSipInstanceToContact(2), notPopulateFirstPAURIFrom200OK(3), judgeSDPWhileReturnFalse(4), tcpFailTryUDP(5), reuseTCPConnection(6), sdpEndsWithEmptyLine0x0d0a(7), doNotRedirect3xxResponseForInvite(8), pcscfWhiteList(9), processUnsolicitedNotifyForRegEvent(10), prependZerosToCIDDisplayNumber(11), terminateConnBeforeInForkCallFlow(12), unused13(13), unused14(14), unused15(15), unused16(16), unused17(17), unused18(18), unused19(19), unused20(20), unused21(21), unused22(22), unused23(23), unused24(24), unused25(25), unused26(26), unused27(27), unused28(28), unused29(29), unused30(30), unused31(31) }