#I've got an issue where my 'Conversation

1 messages · Page 1 of 1 (latest)

woeful onyx
#

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.

quick adder
#

It seem like ElevenLabs sends a BYE after 5 seconds with no webhook response.

#

Per the SIP call flow logs from Telnyx

woeful onyx
#

Hmm are you sure its not Telenyx SIP timeout ?

lets try these steps
In your Telnyx Mission Control Portal:

  1. Go to your SIP Connection settings
  2. Find "Inbound Settings"
  3. Increase "No Ringback Timeout" from 5 seconds to 20 seconds
  4. Increase "No Answer Timeout" from 5 seconds to 20 seconds
quick adder
#

It could be (probably) something with Telnyx, but I already put those settings to 30. I also tried with and without "Instant Ringback"

woeful onyx
#

I will try to debug what is that problem, meanwhile can you try using webhook tool ?

quick adder
#

Yes, it seems to work as desired with the webhook tool workaround.