Live
Transfer call
Transfer a SIP call to another destination. Supply a nonblank target_uri for the SIP Refer-To header.
post/live/sessions/{session_id}/refer
Path parameters
session_idstring required
Opaque Live session identifier from the creation response or incoming-call webhook. Preserve the returned value unchanged, including its prefix.
Request body
Example request
{
"target_uri": "tel:+14155550123"
}Response
Session refer request accepted.
Changes
Changed in 2 of the 163 revisions of this API.4
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○