TEL URI Replacement with SIP URI in R-URI to AS Configuration

Configuration changes occur in real time and do not require rebooting.

  1. Access the ifc-profile configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# ifc-profile
    ORACLE(ifc-profile)#
  2. Select the ifc-profile object to edit.
    ORACLE(ifc-profile)# select 
    <name>:
    1:  name=ifc_appserver
    
    ORACLE(ifc-profile)#
  3. options — Set the options parameter by typing options , a space, the option name replace-tel-ruri-with-implicit-sip with a plus sign in front of it, and then press Enter. You must prepend the new option with a plus sign to append the new option to the IFC profile’s options list. If you type the option without the plus sign, you will overwrite any previously configured options.
    ORACLE(ifc-profile)# options +replace-tel-ruri-with-implicit-sip
  4. Type done to save your configuration.