Configuring a SIP Interface for SIP Route Recursion

To configure SIP route recursion for an existing SIP interface:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter to access the session-router path.
    ORACLE(configure)# session-router
  3. 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)#
  4. 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)#
  5. 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
  6. Save and activate your changes.