Session Agent

To configure SIP number normalization for 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 media-level configuration elements.
    ORACLE(configure)# session-router
    ORACLE(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. You can either add SIP number normalization support to a new session agent configuration or to an existing session agent configuration:
    • For a new a session agent configuration, add the option by typing options, a Space, and then number-normalization.

      ORACLE(session-agent)# options number-normalization
    • For an existing session agent configuration without any options already configured, select the session agent, type options followed by a Space, and then number-normalization.

      ORACLE(session-agent)# select
      ORACLE(session-agent)# options number-normalization
    • For an existing session agent configuration with other options, select the session agent, type options followed by a Space, the plus sign (+), and the number-normalization option.

      ORACLE(session-agent)# select
      ORACLE(session-agent)# options +number-normalization
  5. Save your work using the ACLI save or done command.