Configuring Native SIP-SIPI Interworking

You set the sipi-behavior option in the sip-config.

  1. In Superuser mode, access the sip-config using the following navigation.
    ORACLE#configure terminal
    ORACLE(configure)#session-router
    ORACLE(session-router)#sip-config
    ORACLE(sip-config)#
  2. Select the sip-config.
    ORACLE(sip-config)# select
    ORACLE(sip-config)# 
  3. Set the sipi-behavior option using the following syntax.
    ORACLE(sip-config)# options +sipi-behavior=iam-anm
    ORACLE(sip-config)#
  4. Set the gni-param-msb-set option using the following syntax:
    ORACLE(sip-config)# options +gni-param-msb-set
    ORACLE(sip-config)#
    

    This option ensures that the SBC generates single-octet ISUP Generic Notification Indicators (GNIs) using the correct extension bit (1) for SIP-SIPI hold/resume and diversion scenarios. Not setting it could result in downstream misinterpretation of the GNI.

  5. Save your work.