...
Use this object to configure SIP signaling control parameters.
Code Block | ||
---|---|---|
| ||
% set global signaling sipSigControls egressRNParam <disabled | enabled> loopDetectionFeature <disabled | enabled> maxPduSizeValue <pdusize2kb | pdusize3kb | pdusize6kb | pdusize15kb | pdusize32kb | pdusize60kb> multipleContactsPerAor <disabled | enabled> registrarSupportContactParam <disabled | enabled> sendSurrogateUnRegAfterReboot <disabled | enabled> suppressErrorInfoHdr <disabled | enabled> surrogateRegisterPacingTime <0-10000> ucidNodeId <node_id> % show global signaling sipSigControls egressRNParam loopDetectionFeature maxPduSizeValue multipleContactsPerAor registrarSupportContactParam suppressErrorInfoHdr surrogateRegisterPacingTime ucidNodeId % delete global signaling sipSigControls |
...
Parameter | Length/Range | Description | |||||||
---|---|---|---|---|---|---|---|---|---|
| N/A | The egress RN parameter. Specifies whether the
| |||||||
| N/A | When enabled, the SIP Stack performs loop detection on incoming INVITE messages.
| |||||||
| N/A | The maximum PDU size recognized by the
| |||||||
| N/A | This flag enables support of multiple contacts per Address Of Record (AoR).
See Multiple Contacts per AoR for additional details. | |||||||
| N/A | Enable flag to support parameters in the Contact header:
| |||||||
sendSurrogateUnregAFterReboot | N/A | Enable flag to trigger de-register messages to all AORs configured to use the Surrogate Registration feature after a reboot.
| |||||||
| N/A | Enable flag to suppress Error-Info header in a response to a request message with syntax error.
| |||||||
surrogateRegisterPacingTime | 0-10000 | Use this parameter to specify the time gap, in milliseconds, between a final response of surrogate register and the next surrogate register message sent across all peers. (default = 0, disabled) If surrogate registration is active and you wish to disable pacing, first disable surrogate registration for all Peers each peer using following command syntax:
| |||||||
| 1-32767 | UCID Node Id used to generate the UCID in the User-to-User Header. (default = 0) |
...
Code Block | ||
---|---|---|
| ||
% show global signaling sipSigControls
loopDetectionFeature enabled;
registrarSupportContactParam enabled;
suppressErrorInfoHdr enabled;
maxPduSizeValue pdusize3kb;
egressRNParam enabled;
multipleContactsPerAor enabled;
surrogateRegisterPacingTime enabled;
ucidNodeId 13;
} |
...
SRVCC provides the ability to transition a voice call from the VoIP/IMS packet domain (LTE) to the legacy circuit domain. Variations of SRVCC are being standardized to support both GSM/UMTS and CDMA 1x circuit domains. For an operator with a legacy cellular network who wishes to deploy IMS/VoIP-based voice services in conjunction with the rollout of an LTE network, SRVCC offers VoIP subscribers with coverage over a much larger area than would typically be available during the rollout roll-out of a new network.
...