IWF Topology Hiding Configuration

To enable IWF topology hiding on your Oracle® Enterprise Session Border Controller :

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter to access the signaling-level configuration elements.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type sip-config and press Enter. The system prompt changes.
    ORACLE(session-router)# session-agent	
    ORACLE(session-agent)#
  4. Use the ACLI select command so that you can work with the session agent configuration to which you want to add these options.
    ORACLE(session-agent)# select
  5. options—Set the options parameter by typing options, a Space, the option name preceded by a plus sign (+) (replace-call-origin-ip), and then press Enter. Follow the same steps to add the NoPAssertedID option.
    ORACLE(session-agent)# options +replace-call-origin-ip
    ORACLE(session-agent)# options +NoPAssertedID

    If you type either of these options without the plus (+) sign, you will remove any previously configured options. In order to append the new option to the options list, you must prepend the new option with a plus sign as shown in the example above.