Twilio : Dial with two Audio, each for From and To numbers : PHP -


i have use twilio use 2 audio file, 1 person calling, , second audio person being called.

its terms , condition,

terms_conditions_v1.mp3 person1

terms_conditions_v2.mp3 person2

person1 call on twilio number forwarded person2.

both audio files should end in same time, 20 seconds.

i solved creating 2 twiml conference file. keep friendly name of conferences same , connect. make both calls simultaneously. here did in each xml file,

<response> <play>mp3</play> <dial> <conference>frindly_name</conference> </dial> </response> 

as both audio files have same length, there little waiting time.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -