Resources | node | global | siprec | startRecordByGuid

startRecordByGuid

Input Params

NameMandatoryDefaultDescription
GUIDM Guid of the call to be recorded.
callLegOingress Call leg type to be recorded. ingress or egress. default is ingress.
numOfStreamsO1 Number of streamings done simultaneously, currently support max of 2 streaming's to 2 different SRS IP's
srsIpAddressO IpAddress of the recording server.
srsPortO Port of the recording server.
srsIpAddress2O IpAddress of the recording server.
srsPort2O Port of the recording server.
trunkGroupM Siprec trunkgroup with which calls need to be recorded.
transportOudp Transport to be used in recording session. Default is udp.
trunkGroup2O Siprec trunkgroup for srsIpAddress2 with which calls need to be recorded.
transport2Oudp Transport to be used in recording session on srsIpAddress2. Default is udp.
srsFqdn1OFQDN of the Recording Server
srsFqdn2OFQDN of the Recording Server

Output Params

NameDescription
result
RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/operations/sonusNodeList:node={nodeName}/sonusNodeListGlobal:global/sonusNodeListMonitor:siprec/startRecordByGuid --data '
<startRecordByGuid>
     <GUID>{GUID}</GUID>
     <trunkGroup>{trunkGroup}</trunkGroup>
</startRecordByGuid>
'

  • No labels