SiFC and DiFC Configuration
To configure the Oracle Communications Core Session Manager to use Shared and Default IFCs:
-
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
- Define your profile.
-
name—Enter a name for this IFC profile.
ORACLE(ifc-profile)# name acmeTelecomIFC
-
state—Set this to enabled to use this
ifc-profile.
ORACLE(ifc-profile)# state enabled
-
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
-
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
-
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
-
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