Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel

In this section:

Table of Contents
maxLevel3



To register to alternate SIP server, use either of the following procedure:

  • IPSP Configuration
  • Table of Contents
    maxLevel2
    minLevel2

    SIP Trunk Group Configuration

    Note

    If both of the above configurations are present, the SIP Trunk Group Configuration takes precedence over the IPSP Configuration.

    AnchorIPSP ConfigurationIPSP Configuration

    IPSP Configuration

    To configure an alternate SIP server using IPSP configuration, perform the following steps:

    AnchorConfiguring Path Check for IP Address

    Table of Contents
    maxLevel3
    minLevel3

    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
    languagenone
    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

    For FQDN

    Code Block
    languagenone
    set profiles services pathCheckProfile PATH1 protocol sipOptions sendInterval 60 replyTimeoutCount 1 recoveryCount 1
    set addressContext default zone ZONE_AS ipPeer PEER_AS1 policy sip fqdn example.com fqdnPort 6274
    set addressContext default zone ZONE_AS ipPeer PEER_AS1 pathCheck profile PATH1 hostName abc.example.com hostPort 6274 state enabled 
    anchor

    Configuring IP Signaling Profile

    Configuring IP Signaling ProfileConfiguring IP Signaling Profile
    Code Block
    languagenone
    set addressContext default zone ZONE_AS sipTrunkGroup TG_SIPART_AS policy signaling ipSignalingProfile DEFAULT_SIP
    
    anchor

    Configuring the Internal Expires Timer

    Configuring the Internal Expires TimerConfiguring the Internal Expires Timer
    Code Block
    languagenone
    set addressContext default zone ZONE_AS sipTrunkGroup TG_SIPART_AS signaling registration insideExpiresMinimum 3600
    Anchor

    Configuring Registrar Recovery flags in IP Signaling Profile

    Configuring Registrar Recovery flags in IP Signaling ProfileConfiguring Registrar Recovery flags in IP Signaling Profile
    Code Block
    languagenone
    set profiles signaling ipSignalingProfile DEFAULT_SIP commonIpAttributes registrarRecovery registerToAlternateOnPrimaryDown enable revertToPrimaryOnRecovery enable deRegisterAlternateOnPrimaryRecovery enable overrideInternalExpiresTimer enable
    


    Note
    • The You must enable the registerToAlternateOnPrimaryDown flag must be enabled to view overrideInternalExpiresTimer and revertToPrimaryOnRecovery flags.
    • The You must enable the revertToPrimaryOnRecovery flag must be enabled to view deRegisterAlternateOnPrimaryRecovery flag.
    • The You may only configure the IPSP flags can be configured only on Egress on the egress Trunk Group.
    AnchorSIP Trunk GroupSIP Trunk GroupSIP Trunk Group Configuration

    Manual Refresh Registration

    Use the The CLI request queryPsxOnNextRefreshRegister command is used to force a PSX query on a subsequent refresh REGISTER. This enables new routing information configured in the PSX to reflect in the SBC when registrations are active for a long period of time.

    Note

    Any new registrations that are received after issuing the command is executed are not affected by this command.


    Code Block
    languagenone
    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.example.com 


    Note
    • The request You may only issue the request queryPsxOnNextRefreshRegister command must be executed only on the Ingress ingress Trunk Group.
    • The request queryPsxOnNextRefreshRegister command is applied to all the refresh REGISTERs on all active registrations, which are currently handled by the SBC.