TeXML REST Commands
Request siprec session for a call
Starts siprec session with specified parameters for call idientified by call_sid.
post/texml/Accounts/{account_sid}/Calls/{call_sid}/Siprec.json
Path parameters
account_sidstring required
The id of the account the resource belongs to.
call_sidstring required
The CallSid that identifies the call to update.
Response
Successful SIPREC session create response
Example response
{
"account_sid": "61bf923e-5e4d-4595-a110-56190ea18a1b",
"call_sid": "v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-aiQ",
"date_created": "Fri, 11 Aug 2023 19:12:11 +0000",
"date_updated": "Fri, 11 Aug 2023 19:12:11 +0000",
"sid": "61bf923e-5e4d-4595-a110-56190ea18123",
"start_time": "Fri, 11 Aug 2023 19:12:11 +0000",
"status": "in-progress",
"track": "both_tracks",
"uri": "https://api.telnyx.com/v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18123/Calls/v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-ai/Siprec/61bf923e-5e4d-4595-a110-56190ea18123"
}