SIP-ISUP Format Interworking Configuration

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

The sample here shows this feature being applied to a session agent, but the realm and SIP interface configurations also have the same parameter 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.
    ACMEPACKET# configure terminal
    ACMEPACKET(configure)#
  2. Type session-router and press Enter.
    ACMEPACKET(configure)# session-router
    ACMEPACKET(session-router)#
  3. Type session-agent and press Enter.
    ACMEPACKET(session-router)# session-agent
    ACMEPACKET(session-agent)#
  4. sip-isup-profile—Enter the name of the SIP ISUP profile, which defines the ISUP version to convert to. This is the value you entered in the name parameter of the SIP ISUP profile configuration. This parameter has no default value.
  5. Save your work.