Answer a ringing or early-media inbound SIP leg (asynchronous)
Signals the inbound-call goroutine to send 200 OK. The HTTP call returns 202 immediately; the actual SIP 200 OK is sent in the background, and the leg's transition is observed via leg.connected. Pre-condition failures (wrong state, unknown codec) still return 4xx synchronously. When the caller offers several m=audio sections they are all accepted; streams optionally routes each accepted stream beyond the primary into its own room, applied once the answer is negotiated.
Request body
Response
Answer queued
Changes
Changed in 7 of the 67 revisions of this API.38
- ○
added the new optional request property
custom_datanew-optional-request-property
- ○
- ○
added the new optional request property
streamsnew-optional-request-property
- ○
- ○
added the new
AMR-NBenum value to the request propertycodecrequest-property-enum-value-added
- ○
- ○
added the new
AMR-WBenum value to the request propertycodecrequest-property-enum-value-added
- ○
- ▲
removed the success response with the status
200response-success-status-removed
- ○
added the new optional request property
codecnew-optional-request-property
- ○
added the success response with the status
202response-success-status-added
- ▲
- ○
added optional request body
request-body-added-optional
- ○
- ▲
removed the request body
request-body-removed
- ▲
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
- ▲