Call Commands
SIPREC start
Start siprec session to configured in SIPREC connector SRS.
Expected Webhooks:
- siprec.started
- siprec.stopped
- siprec.failed
post/calls/{call_control_id}/actions/siprec_start
Path parameters
call_control_idstring required
Unique identifier and token for controlling the call
Request body
Example request
{
"client_state": "aGF2ZSBhIG5pY2UgZGF5ID1d",
"connector_name": "my-siprec-connector",
"siprec_track": "both_tracks"
}Response
Successful response upon making a call control command.
Example response
{
"data": {
"result": "ok"
}
}