Configuring the SIP-ISUP Profile

To set up a SIP ISUP 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-isup-profile and press Enter.
    ORACLE(session-router)# sip-isup-profile
    ORACLE(sip-isup-profile)#
  4. name—Enter the name of the SIP ISUP 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. isup-version—Specify the ISUP version you want used in this profile in order to support SIP-T: ansi-2000 (default), itu-99, gr-317, etsi-356, or spirou.
  6. convert-isup-format—Enable this to convert outgoing ISUP messages to isup-version format
  7. iwf-for-183—Disable to prevent the SBC from adding ACM or CPG for 183.
  8. country-code—Specify the text string to use for country code interworking, specifying the string inserted into the IAM as the code party number parameter. This happens when the NPRN parameter is present in the Req-URI of an incoming INVITE, and requires that portability-method be set to concatenate.
  9. portability-method—Specify whether the SBC performs number portability interworking on the IAM by encoding the called-party-number in the IAM based on the NPDI and NPRN parameters. Values include none (default) or concatenate.
  10. Save your work.