08-02-2012 02:05 PM - edited 03-17-2019 11:33 PM
Does anyone know how to initiate a multiway call from the API of the MX200? I can use the DIAL command, but do not see how to use that command to establish a multiway call and then merge those calls together.
Thanks!
08-02-2012 04:00 PM
Hi Danny,
Under advance config --> network services --> multipoint address, configure the multiway address and protocol used for call.
You would be able to get option to join the calls.
Note: You would require a multiway address.
Thanks,
Amlesh
08-02-2012 06:04 PM
Hi Danny,
If you have multiway uri configured as mentioned by Amlesh and working fine with touch panel and looking for api command here is what you need to follow:
So we have two URI a@xyz and b@xyz, you dialled following to first uri
1. xocmmand dial number: a@xyz
with the help of xstat call command we will check call id, let say its 23
2. xcommand call hold callid:23
after this we will dial to second URL
3. xcommand dial number: b@xyz
after this call must be established and then you need to enter last command in series
4. xcommand call Join
after this your call will be connected using bridge hence multiway call.
Regards,
Vivek
08-03-2012 07:20 AM
Thank you guys for your quick responses. What I was missing is all of the individual steps to make the multiway call. I need to write all of this into my Crestron code to automate this procedure. Thanks so much for your help!!
db
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide