twilio / twilio-voice.js

Twilio's JavaScript Voice SDK
Other
54 stars 55 forks source link

Call Forwarding & Voicemail (Only if call is unanswered) #132

Closed yashbacancy closed 1 year ago

yashbacancy commented 1 year ago

I'm using twilio-voice.js & trying to implement to drop voicemail if the call is unanswered only. Also, I want to implement call forwarding to another number when the call is unanswered by the receiver. Does anyone guide me or provide any reference link or working demo for the same? Thanks in advance.

suraj-mloflo commented 1 year ago

@yashbacancy hello dear I have a solution for that you can forward your call before its status is not completed so in js setTimeout(async () => { await doCallForword(call.parameters.CallSid) }, 15000) in this doCallForword, you can update the call twiml or url

charliesantos commented 1 year ago

Closing due to inactivity. Please feel free to follow up if necessary.