Hi, is there a way to jump between conference on confbridge(), let say you are on conference number 3 you pressed 4 and go directly to a conference # 4 and so on.
dialplan_exec almost do the job but,
Allows one to escape from the conference and execute commands in the dialplan. Once the dialplan exits, the user will be put back into the conference.
I would need a mix of leave_conference and dialplan_exec,
your thoughts and suggestions would be highly appreciated Thanks in advance
This is not possible using ConfBridge without doing something external using AMI that redirects you around. In Asterisk 13 you could write your own ConfBridge application which would give you this ability from your application.
Thanks for your answer. I know I would able be achieve this task, by using AMI’s redirect action or ChannelRedirect command. But what It seems interesting to me is the following [quote=“jcolp, post:2, topic:65013”]
In Asterisk 13 you could write your own ConfBridge application which would give you this ability from your application.
[/quote] I assume you’re talking about doing this application using ARI ?
Your thoughts and suggestions would be highly appreciated.
I have sucessfully played around with ARI, but I still can’t figure out how to do such task. I have been reading on this section https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+ARI , any suggestion about where to read or how to start. I 'm just doing this as learning exercise
There’s a conference bridge application written in Javascript on github[1] as well as a game which uses conference bridges and people moving around between them[2]. They are useful to see how to do things.