Hey everyone,
When we call the Twilio number, it connects but plays: “We’re sorry, an application error has occurred. Goodbye.”
We’ve checked all the Twilio settings — BYOC trunk, SIP domain, transport set to TLS, and tested /v2/handle-call, /v2/handle-call/twilio, and /v2/create-phone-call. Secure media has been tested on and off, same result.
Could someone confirm what the correct Twilio webhook endpoint should be for this setup, and whether inbound SIP from Twilio should authenticate via IP/TLS trust instead of credentials?
Troubleshooting I’ve Tried
- Verified Twilio BYOC trunk and SIP domain setup
- Tested both HTTP GET and POST
- Tried multiple Retell endpoint paths (/v2/handle-call, /v2/handle-call/twilio, /v2/create-phone-call)
- Confirmed origination target = sip:sip.retellai.com;transport=tls
- Tested with Secure Media enabled and disabled
- Retell webhook in place: https://bci-tech-trunk.pstn.twilio.com
Still getting the same “application error” message and 404 logs from Retell’s API.
Environment details:
- Integration type: Twilio BYOC (SIP trunking)
- Retell Workspace: BCI Tech
- Agent ID: agent_7ce1************03d
- Twilio Domain: bci-tech-trunk.sip.twilio.com
- Secure Media: tested ON/OFF
- Browser: Chrome
- OS: Chrome OS
Thanks for the help!