Configuring a Session Agent

You can configure a session agent to use the SIP header manipulation ruleset.

To configure a 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. in-manipulationid—Enter the name of the SIP header manipulation ruleset you want to apply to inbound SIP packets.
    ORACLE(session-agent)# in-manipulationid route-stripper
  5. out-manipulationid—Enter the name of the SIP header manipulation ruleset you want to apply to outbound SIP packets.
    ORACLE(session-agent)# out-manipulationid route-stripper
  6. Save your work using the ACLI done command.
  7. If you want to save this configuration, exit out of configuration mode and type save-config.