Closed yashbacancy closed 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
Closing due to inactivity. Please feel free to follow up if necessary.
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.