c# - How to have Simultaneous Dial within Conference using TwiML -


scenario: call received , caller placed in conference using following code

var response = new twilioresponse(); response   .say("please wait while attempt locate person trying reach.")   .dialconference(string.format("{0} waiting room", digits), new { beep = "false"}) return twiml(response); 

now need dial out , connect mobile users phone , prompt them accept or send caller voice mail. i'm assuming once dialconference initiate original caller placed on hold , no more twiml processed. way initiate new call use restapi.

however use .net helper's fluent syntax , "should" possible. if know example of doing simultaneous dial using fluent syntax, should work conference verb.

how initiate outbound call while having received call put conference room, using twiml?

twilio evangelist here.

there isn't way using twiml put caller conference, dial caller b. example above, twilio stop executing twiml once hits dial , not start again until caller leaves conference.

however, if want call screening, check out howto, shows how without conference:

http://www.twilio.com/docs/howto/callscreening

hope helps.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -