Telephony

Stream Fallback

Twilio hits this when the <Connect><Stream> ends (timeout, error, or normal disconnect).

If the stream ended normally (the bot hung up via SIP), this is a no-op — just hang up. If it ended abnormally (SIP bridge never happened), send voicemail TwiML and fire a PagerDuty alert (respecting dry-run and environment settings).

post/telephony/stream-fallback

Query parameters

call_idstring
customer_idstring

Response

Successful Response

{"stackTrail":"paths:/telephony/stream-fallback:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes