Set Playback Options on Realms, Session Agents, and SIP Interfaces

The following example shows you how to configure the playback-on-refer SPL option for a session agent. The steps are the same for the spl-options parameter in realms, session agents, and SIP interfaces. Simply set the option you want in the configuration where it needs to be applied.

Procedure
  1. Access the session-agent configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# session-agent
    ORACLE(session-agent)
  2. Type spl-options, followed by the option name pre-pending with the plus sign (+). If you do not use the plus sign, the system overwrites any other options that you configured previously.
    ACMESYSTEM(session-agent)# spl-options +playback-on-refer=media1,media2

    In the previous example, the ESBC will play media1 and then media2.

  3. Type done and save the configuration.