Put a SIP call on hold (asynchronous)
Queues a re-INVITE with sendonly SDP direction. The HTTP call returns 202 as soon as the leg is validated; the re-INVITE is sent in the background and success surfaces as leg.hold. Failures surface as leg.command_failed with command="hold". The RTP timeout is paused while held, and a 2-hour auto-hangup timer starts.
Response
Hold queued
Changes
Changed in 2 of the 67 revisions of this API.22
- ▲
removed the success response with the status
200response-success-status-removed
- ○
added the success response with the status
202response-success-status-added
- ▲
- ▲
removed the success response with the status
202response-success-status-removed
- ○
added the success response with the status
200response-success-status-added
This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲