SIP Profile Configuration

The SIP profile is an element in the ACLI’s session-router path, and you can configure multiple SIP profiles. Though this configuration contains additional parameters, you do not have to use them for the conditional bandwidth CAC for media release.

To configure 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 a name for this SIP profile configuration. This parameter is blank by default, and it is required. You will need the SIP profile’s name when you want to apply this profile to a realm, SIP interface, or SIP session agent.
  5. ingress-conditional-cac-admit—Set this parameter to enabled to process an INVITE with a Require tag as received on an ingress interface. You can set this parameter to disabled if you do not want to use this feature on the ingress side. There is no default for this parameter.
  6. egress-conditional-cac-admit—Set this parameter to enabled if you want to use conditional bandwidth CAC for media release for calls that are first received by this system. This results in option tags being inserted on the INVITE’s egress if the conditional CAC conditions are met. You can set this parameter to disabled if you do not want to use this feature. There is no default for this parameter.
  7. Save your work.