| |
Exists on Condition | (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') |
Parameter | Description | |
---|---|---|
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} |