Configuring Session Agents

After configuring the realm, you identify adjacent SIP servers who will be accessed via the SCTP protocol.

  1. From superuser mode, use the following command sequence to access session-agent configuration mode.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# session-agent
    ORACLE(session-agent)#
  2. Use the select command to access the target session-agent.
  3. Use the transport-method parameter to select the layer 4 transport protocol.

    Select staticSCTP for SCTP transport

    ORACLE(session-agent)# transport-method staticSCTP
    ORACLE(session-agent)#
  4. Set the reuse-connections parameter to none.

    Select staticSCTP for SCTP transport

    ORACLE(session-agent)# reuse-connections none
    ORACLE(session-agent)#
  5. Use done, exit, and verify-config to complete session agent configuration.
    ORACLE(session-agent)# done
    ORACLE(session-router)# exit
    ORACLE(configure)# exit
    ORACLE# verify-config
    ---------------------------------------------------------------------
    Verification successful! No errors nor warnings in the configuration
    ORACLE#
  6. Repeat Steps 1 through 5 as necessary to configure additional session agents who will be accessed via SCTP transport.