Configuring the Plug-in Option

For the SPL to work, you must configure it to recognize your http-server configuration. You do this by setting the sts-server option at the sip-registrar. This option is required for plug-in functionality.

To configure the sts-server option:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
  3. Access the target sip-registrar by typing sip-registrar, selecting your registrar and pressing Enter.
    ORACLE(session-router)# sip-registrar
    ORACLE(sip-registrar)# select
  4. Type sts-server=<http-config>, where ”<http-config>” is the name of your http configuration element, and press Enter.
    ACMESYSTEM(sip-registrar)# spl-options sts-server=http-server1
  5. Type done to save your work.