Example Configuration

The following is an example of a SIPREC Extension Data Enhancement SPL configuration:

system
	spl-config
		spl-options          +Extension-Headers=”P-Asserted				-Identity,Diversion”

The LRE-Identifier option may be configured on each session-agent, realm-config, or sip-interface that interacts with the session recording server. This option is not recognized in the global spl-config. This option is required for SPL functionality.

To configure the LRE-Identifier option:

  1. In Superuser mode, type configure terminal and press Enter.
    ACMEPACKET# configure terminal
  2. Type session-router and press Enter.
    ACMEPACKET(configure)# session-router
    ACMEPACKET(session-router)#
  3. Type sip-interface and press Enter.
    ACMEPACKET(session-router)# sip-interface
    ACMEPACKET(sip-interface)#
  4. Type spl-config and press Enter.
    ACMEPACKET(sip-interface)# spl-config
    ACMEPACKET(spl-config)#
  5. Type spl-options +LRE-Identifier=”<value>” where <value> is the additional header information to store and press Enter. The default behavior stores the identifier of the logical remote identity.
    ACMESYSTEM(spl-config)# spl-options +LRE-Identifier
  6. Type done to save your work.