#I've got an issue where my 'Conversation
1 messages · Page 1 of 1 (latest)
That's strange, our webhook has 20 seconds timeout so it should handle 10 secs, can you make sure its not telephony or some other client-side timeout ?
Yes using tool call would be a walkaround. The call connects immediately (no waiting). The agent answers and then fetches the data via a tool call while already talking to the user.
It seem like ElevenLabs sends a BYE after 5 seconds with no webhook response.
Per the SIP call flow logs from Telnyx
Hmm are you sure its not Telenyx SIP timeout ?
lets try these steps
In your Telnyx Mission Control Portal:
- Go to your SIP Connection settings
- Find "Inbound Settings"
- Increase "No Ringback Timeout" from 5 seconds to 20 seconds
- Increase "No Answer Timeout" from 5 seconds to 20 seconds
Master inbound and outbound voice configurations with Telnyx's comprehensive guideline materials.
It could be (probably) something with Telnyx, but I already put those settings to 30. I also tried with and without "Instant Ringback"
I will try to debug what is that problem, meanwhile can you try using webhook tool ?
Yes, it seems to work as desired with the webhook tool workaround.