Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the account the resource belongs to.
The CallSid that identifies the call to update.
Body
Starts a SIPREC session.
The name of the connector to use for the SIPREC session.
"my_connector"
Name of the SIPREC session. May be used to stop the SIPREC session from TeXML instruction.
"my_siprec_session"
The track to be used for siprec session. Can be both_tracks, inbound_track or outbound_track. Defaults to both_tracks.
both_tracks, inbound_track, outbound_track "both_tracks"
When set, custom parameters will be added as metadata (recording.session.ExtensionParameters). Otherwise, they’ll be added to sip headers.
true
Controls whether to encrypt media sent to your SRS using SRTP and TLS. When set you need to configure SRS port in your connector to 5061.
true
Sets Session-Expires header to the INVITE. A reinvite is sent every half the value set. Usefull for session keep alive. Minimum value is 90, set to 0 to disable.
900
Specifies SIP transport protocol.
udp, tcp, tls "tcp"
URL destination for Telnyx to send status callback events to for the siprec session.
"https://www.example.com/callback"
HTTP request type used for StatusCallback.
GET, POST "GET"
Response
Successful SIPREC session create response
The id of the account the resource belongs to.
"61bf923e-5e4d-4595-a110-56190ea18a1b"
The id of the call the resource belongs to.
"v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-aiQ"
The SID of the siprec session.
"61bf923e-5e4d-4595-a110-56190ea18123"
The date and time the siprec session was created.
"Fri, 11 Aug 2023 19:12:11 +0000"
The date and time the siprec session was last updated.
"Fri, 11 Aug 2023 19:12:11 +0000"
The date and time the siprec session was started.
"Fri, 11 Aug 2023 19:12:11 +0000"
The status of the siprec session.
in-progress, stopped "in-progress"
The track used for the siprec session.
both_tracks, inbound_track, outbound_track "both_tracks"
The URI of the siprec session.
"https://api.telnyx.com/v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18123/Calls/v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-ai/Siprec/61bf923e-5e4d-4595-a110-56190ea18123"
The error code of the siprec session.
null