...
To register to alternate SIP server immediately, either of the following procedure is used:
Note |
---|
If both request command and IPSP flags are configured, command takes the preference over IPSP flags. |
Anchor |
---|
| IPSP Configuration |
---|
| IPSP Configuration |
---|
|
IPSP ConfigurationTo configure this feature, perform the following steps:
...
Anchor |
---|
| Configuring Path Check for IP Address |
---|
| Configuring Path Check for IP Address |
---|
|
Configuring Path Check for IP Address or
FQDN Note |
---|
This feature requires Pathcheck support using OPTIONS Ping and ARS static blacklisting to detect the reachability of a particular IP/FQDN. |
For IP Address
Code Block |
---|
|
% set profiles services pathCheckProfile PATH1 protocol sipOptions sendInterval 60 replyTimeoutCount 1 recoveryCount 1
% set addressContext default zone ZONE_AS ipPeer PEER_AS ipAddress 10.54.80.94 ipPort 6274
% set addressContext default zone ZONE_AS ipPeer PEER_AS pathCheck profile PATH1 state enabled |
...
Code Block |
---|
|
% set addressContext default zone ZONE_1AS sipTrunkGroup TG1TG_SIPART_AS signaling registration insideExpiresMinimum 3600 |
...
Code Block |
---|
|
% set profiles signaling ipSignalingProfile DEFAULT_SIP commonIpAttributes registrarRecovery registerToAlternateOnPrimaryDown enable revertToPrimaryOnRecovery enable deRegisterAlternateOnPrimaryRecovery enable overrideInternalExpiresTimer enable
|
Note |
---|
- The
registerToAlternateOnPrimaryDown flag must be enabled to view overrideInternalExpiresTimer and revertToPrimaryOnRecovery flags. - The
revertToPrimaryOnRecovery flag must be enabled to view deRegisterAlternateOnPrimaryRecovery flag. - The IPSP flags can be configured only on Egress Trunk Group.
|
Anchor |
---|
| request Command |
---|
| request Command |
---|
|
request CommandThe CLI request queryPsxOnNextRefreshRegister
command is used to force PSX query on subsequent refresh REGISTER. This enables new routing information configured in PSX to reflect in SBC when registrations are active for a long period of time.
Note |
---|
Any new registrations that are received after the command is executed are not affected by this command. |
Code Block |
---|
|
% request addressContext default zone ZONE_AS sipTrunkGroup TG_SIPART_AS cmds queryPsxOnNextRefreshRegister newRegistrarIndex 1
% request addressContext default zone ZONE_AS sipTrunkGroup TG_SIPART_AS cmds queryPsxOnNextRefreshRegister newRegistrarIndex 1 overRideInternalExpires enable registrarIpAddress 10.54.80.94
% request addressContext default zone ZONE_AS sipTrunkGroup TG_SIPART_AS cmds queryPsxOnNextRefreshRegister newRegistrarIndex 1 overRideInternalExpires enable registrarFqdn abc.sonusnet.com |
Note |
---|
- The request
queryPsxOnNextRefreshRegister command must be executed only on the Ingress Trunk Group. - The request
queryPsxOnNextRefreshRegister command is applied to all the refresh REGISTERs on all active registrations, which are currently handled by SBC.
|