Directed Egress Realm Configuration

To add an egress parameter to look for in a sip-config:

  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-config and press Enter. If you are adding this feature to a pre-existing SIP configuration, you will need to select and edit it.
    ORACLE(session-router)# sip-config
    ORACLE(sip-config)#
  4. egress-realm-param—Configure this option with the parameter to parse for in a returned ENUM or LRT result: For example
    • options egress-realm-param=egress

      In order to append the new option to the sip-config’s options list, you must prepend the new option with a plus sign. For example:

      ORACLE(sip-config)# options +egress-realm-param=egress
  5. Save your work using the ACLI done command.

    Note:

    The egress-realm-param option can be configured similarly in the h323-config.