Resources | global | SipRecStatus

SipRecStatus

This object is used for various telephony purposes, such as to comply with government regulations, to monitor quality of service of representatives, and for storing call information for quality analysis. It defines the interaction between a Session Recording Client (SRC) and a Session Recording Server (SRS), and controls the recording of media transmitted in the context of a communications session (CS) between multiple user agents.

Exists on Condition (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp')

Operational Data

ParameterDescription
gcid Unique global call identifier (GCID) for the call.
recorderAddress IP Address of the recorder where calls are getting recorded.
recordingLeg Call Leg type which is getting recorded (Ingress or Egress).
rxRtpAddress RTP Destination address for the Rx streams.
txRtpAddress RTP Destination address for Tx streams.
recorderFqdn FQDN of the Recorder Server when recording is triggered via FQDN.
recorderId Unique ID given to each recording within a call.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/global/SipRecStatus/{gcid},{recorderAddress},{recordingLeg}

  • No labels