fix: send twilio notify twiml directly

This commit is contained in:
Peter Steinberger
2026-05-01 12:35:40 +01:00
parent 050f0f50c9
commit ec69c07b27
5 changed files with 80 additions and 18 deletions

View File

@@ -668,6 +668,12 @@ space, because the carrier cannot call back into those addresses. Do not use
`localhost`, `127.0.0.1`, `0.0.0.0`, `10.x`, `172.16.x`-`172.31.x`,
`192.168.x`, `169.254.x`, `fc00::/7`, or `fd00::/8` as `publicUrl`.
Twilio notify-mode outbound calls send their initial `<Say>` TwiML directly in
the create-call request, so the first spoken message does not depend on Twilio
fetching webhook TwiML. A public webhook is still required for status callbacks,
conversation calls, pre-connect DTMF, realtime streams, and post-connect call
control.
Use one public exposure path:
```json5