SiFC and DiFC Configuration

To configure the Oracle Communications Unified Session Manager to use Shared and Default IFCs:

  1. From superuser mode, use the following command sequence to access ifc-profile element.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# ifc-profile
  2. Define your profile.
  3. name—Enter a name for this IFC profile.
    ORACLE(ifc-profile)# name acmeTelecomIFC
  4. state—Set this to enabled to use this ifc-profile.
    ORACLE(ifc-profile)# state enabled
  5. default-ifc-filename—Specify filename and, if not stored in the default directory /code/ifc, the applicable pathname.
    ORACLE(ifc-profile)# default-ifc-filename Afile.xml.gz
  6. shared-ifc-filename—Specify filename and, if not stored in the default directory /code/ifc, the applicable pathname.
    ORACLE(ifc-profile)# shared-ifc-filename Bfile.xml.gz
  7. options—Set the options parameter by typing options, a Space, the option name with a plus sign in front of it, and then press Enter.
    ORACLE(ifc-profile)# done
  8. Apply the ifc-profile to your sip registrar.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# sip-registrar

    Select the registrar you want to configure and apply the profile.

    ORACLE(sip-registrar)# select
    ORACLE(sip-registrar)# ifc-profile acmeTelecomIFC
    ORACLE(sip-registrar)# done