Configuring a SIP Profile

The SIP profile is an element in the ACLI’s session-router path, and you can configure multiple SIP profiles.

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. forked-cac-bw—Set this parameter to shared if you want forked sessions to share bandwidth resources, or set it to per-session if you want bandwidth to be counted for each session individually. There is no default for this parameter, and leaving it blank means:
    • For an ingress session agent without a SIP profile or with a SIP profile where the forked CAC mode is blank, the Oracle® Enterprise Session Border Controller will reference the associated realm.

    • For an ingress realm without a SIP profile or with a SIP profile where the forked CAC mode is blank, the Oracle® Enterprise Session Border Controller will reference the associated SIP interface.

    • For an ingress SIP interface without a SIP profile or with a SIP profile where the forked CAC mode is blank, the Oracle® Enterprise Session Border Controller will not perform bandwidth sharing for forked calls.

  6. Save your work.