Directed Egress Realm Configuration
To add an egress parameter to look for in a sip-config:
-
In Superuser mode, type
configure terminal and press Enter.
ORACLE# configure terminal ORACLE(configure)#
-
Type
session-router and press Enter.
ORACLE(configure)# session-router ORACLE(session-router)#
-
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)#
-
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
-
-
Save your work using the ACLI
done command.
Note:
The egress-realm-param option can be configured similarly in the h323-config.


