Apply Your Profiles to a Session Agent

When you want to enable this feature for a realm, session agent, or SIP interface, you configure the sip-profile and sip-isup-profile parameters with the name of the profile you want applied.

The following example shows this feature being applied to a session agent, but the realm and SIP interface configurations also have the same two parameters you use to set up the feature.

To apply a SIP profile and a SIP ISUP profile to a session agent:

  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 session-agent , and press Enter.
    ORACLE(session-router)# session-agent
    ORACLE(session-agent)#
  4. sip-profile—Enter the name of the SIP profile, which defines the redirection behavior. This is the value you entered in the name parameter of the SIP profile configuration. This parameter has no default value.
  5. sip-isup-profile—Enter the name of the SIP ISUP profile, which defines the ISUP version to use for SIP Diversion SIP-ISUP interworking. This is the value you entered in the name parameter of the SIP ISUP profile configuration. This parameter has no default value.
  6. Save your work.