Configuring a SIP Interface

You can configure a interface to use a SIP header manipulation ruleset.

To configure a 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. in-manipulationid—Enter the name of the SIP header manipulation ruleset you want to apply to SIP packets in the ingress direction.
    ORACLE(sip-interface)# in-manipulationid
  5. out-manipulationid—Enter the name of the SIP header manipulation ruleset you want to apply to SIP packets in the egress direction.
    ORACLE(sip-interface)# out-manipulationid
  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.