Configuring a Session Agent for SIP Route Recursion

To configure SIP Route recursion for an existing session agent:

  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 session-agent and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# session-agent
    ORACLE(session-agent)#
  4. Select the session agent where you want this feature.
    ORACLE(session-agent)# select
    <hostname>:
    1: asd          realm=      ip=1.0.0.0
    2: SIPSA        realm=      ip=10.10.102.1
    selection:2
    ORACLE(session-agent)#
  5. stop-recurse—Enter list of returned response codes that this session agent will watch for in order to stop recursion on the target’s or contact’s messages. This can be a comma-separated list or response code ranges.
    ORACLE(session-agent)# stop-recurse 404,484-486
  6. Save and activate your changes.