Session-recording-server Attribute

To configure the session-recording-server attribute:

  1. In Superuser mode, type configure terminal and press Enter.
    ACMEPACKET# configure terminal
  2. Type session-router and press Enter to access the session router-related objects.
    ACMEPACKET(configure)# session-router
    ACMEPACKET(session-router)#
  3. Type session-recording-server and press Enter to access the session recording server-related attributes.
    ACMEPACKET(session-router)# session-recording-server
    ACMEPACKET(session-recording-server)#
  4. name — Enter a unique name for the session recording server. This name can be referenced when configuring realm-config, session-agent, and sip-interface. Valid values are alpha-numeric characters. Default is no value specified.
    ACMEPACKET(session-recording-server)# name SRS1
  5. (optional) description — Enter a description for the session recording server. Valid values are alpha-numeric characters. Default is no value specified.
    ACMEPACKET(session-recording-server)# description <recording server name>
  6. realm — Enter the realm for which the session recording server belongs. Valid values are alpha-numeric characters. Default is no value specified.
    ACMEPACKET(session-recording-server)# realm <realm name>

    Note:

    Oracle recommends that the session recording server be configured in its own realm.
  7. mode — Enter the recording mode for the session recording server. Valid values are:
    • selective (default) - Unique recording server created per communication session

    • persistent - Not supported.

    ACMEPACKET(session-recording-server)# recording-mode selective
  8. destination — Enter the destination IP address with IP port (port specification is optional) that defines the SIP address (request URI) of the session recording server. Enter values in the format 0.0.0.0:<port number>. Default is no value specified.
    ACMEPACKET(session-recording-server)# destination 172.34.2.3:5060
  9. port — Enter the port number to contact the session recording server. Valid values are 1024 to 65535. Default is 5060.
  10. transport-method — Enter the protocol that the session recording server uses to accept incoming packets from the session reporting client on the network. Default is DynamicTCP. Valid values are:
    • “” - No transport method used. Same as leaving this parameter value blank.
    • UDP - User Datagram Protocol (UDP) is used for transport method.
    • UDP+TCP - UDP and Transmission Control Protocol (TCP) are used for transport method.
    • DynamicTCP - One TCP connection for EACH session is used for the transport method.
    • StaticTCP - Only one TCP connection for ALL sessions is used for the transport method. This option saves resource allocation (such as ports) during session initiation.
    • DynamicTLS - One Transport Layer Security (TLS) connection for EACH session is used for the transport method.
    • StaticTLS - Only one TLS connection for ALL sessions is used for the transport method. This option saves resource allocation (such as ports) during session initiation.
    • DTLS - Datagram TLS is used for the transport method.
    • TLS+DTLS - TLS and DTLS are used for the transport method.
    • StaticSCTP - Only one Stream Control Transmission Protocol (SCTP) connection for ALL sessions is used for the transport method. This option saves resource allocation (such as ports) during session initiation.
      ACMEPACKET(session-recording-server)# protocol UDP
  11. Enter done to save the session recording configuration.
    ACMEPACKET(session-recording-server)# done