Configuring a SIP Interface for SIP Route Recursion
To configure SIP route recursion for an existing SIP interface:
-
In Superuser mode, type
configure terminal and press Enter.
ORACLE# configure terminal
-
Type
session-router and press Enter to access the
session-router path.
ORACLE(configure)# session-router
-
Type
sip-interface
and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
ORACLE(session-router)# sip-interface ORACLE(sip-interface)#
-
Select the SIP interface to which you want to apply this feature.
ORACLE(sip-interface)# select <realm-id>: 1: Acme_Realm selection:1 ORACLE(sip-interface)#
-
stop-recurse—Enter a list of returned response codes that this SIP interface will watch for in order to stop recursion on the target’s or contact’s messages. This list can be a comma-separated list of response codes or response code ranges.
ORACLE(sip-interface)# stop-recurse 404,484-486
- Save and activate your changes.