twiml - Twilio: Dial out from conference -
i have incoming phone call waiting in conference. while waiting, our application looks appropriate rep based on business logic connect them too. if unable find rep, forward call general number. it's possible number dial voicemail.
normally, dial out, , when phone picked connect call conference. issue workflow person in conference not hear call being dialed out, , presents challenges voicemails (i need inbound call know if leaving voicemail).
how can either remove inbound caller conference , dial out generic number, or call out conference?
i found here: https://twilio.radicalskills.com/projects/conference-calling-voice/3.html (under "modify live calls") using original call sid should able remove them , send new twiml instructions. whoopie!
edit: asked expand on answer. here i'm doing:
- the caller waiting in conference, need "remove" them , dial out.
- using rest api send redirect original call sid of call put conference.
- the redirect url returns twiml dial app number want original call connected to.
that's :)
Comments
Post a Comment