Setting for Twillio and vonage ringtime
# support
s
Hi I'm looking for a way we can set the ring time on calls when making them through twilio. It can be done when making calls through twilio directly but not through vapi. can you please help with this option. Here is a link https://www.twilio.com/docs/voice/twiml/dial#timeout
v
@sellsellsell Absolutely, I can assist you with that. While VAPI doesn't have a direct parameter to set the ring time like Twilio's
timeout
attribute in the
<Dial>
TwiML verb, you can implement similar functionality by setting up a call flow that handles the timing logic before connecting the call. To achieve this, you would need to create a mechanism within your application that starts a timer when the outbound call is initiated. If the call is not answered within the desired ring time, your application could then end the call. If you're looking to integrate this feature using your own phone number, remember that you can import your number using the dashboard or the
/phone-numbers/import
endpoint with your Twilio credentials. If you need further assistance with setting up this feature or have any other questions, please let me know!
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
s
how do we send request to terminate a call after a certain amount of seconds
s
search hangup on twilio
s
i just searched that. which post are you referring to? theres tons that pop up
2 Views