Realtime
Transfer an active SIP call to a new destination using the SIP REFER verb.
post/realtime/calls/{call_id}/refer
Path parameters
call_idstring required
The identifier for the call provided in the realtime.call.incoming webhook.
Request body
Example request
{
"target_uri": "tel:+14155550123"
}Response
Call referred successfully.
Changes
Changed in 1 of the 82 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○