Configuring SIP-ISUP Redirection Interworking

To use this feature, configure:

  • sip-profile—Defines the redirection behavior
  • sip-isup-profile—Defines the ISUP version to use when supporting SIP-I (and SIP-T)

You can then apply these profiles to realms, session agents, and SIP interfaces where you want this feature enabled.

The sip-profile configuration contains information that defines redirection behavior for the configuration where you apply it. You can set the redirection behavior to: none, isup, or diversion. You also uniquely identify the profile so that you can apply it by name in other configurations. This is a multiple-instance configuration, meaning that you can set up as many SIP profiles as needed.

To set up a SIP profile:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
    ORACLE(configure)#
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type sip-profile and press Enter.
    ORACLE(session-router)# sip-profile
    ORACLE(sip-profile)#
  4. name—Enter the name of the SIP profile. You will use this name when you apply this profile to realms, session agents, and SIP interfaces. This parameter is required, and it has no default value.
  5. redirection—Choose the redirection mode you want to use: none (default), isup, diversion, or history-info. The inherit value is reserved for future use. Note that when you set this parameter to isup, you should configure along with it a SIP ISUP profile; this will avoid any possible incompatibility when support for this feature expands (as expected).
  6. Save your work.