pbx - Merging 2 Conference Bridges On asterisk -
hi have confbridge x participants abc , confbridge y participants def . times want merge both conferences without interrupting ongoing conversation 1 conference room either x or y .
how can achieve via dial-plan or ami .
you can use dynamic conference(without room exist) feature , create calls using originate command application confbridge.
then want redirect exist call(xxx) conference room via ami:
("action: redirect" "actionid: transfercall" "exten: nnnn" "context: default" "priority: 1" "channel: sip/nnn-00000071" ).
for full list of ami actions confbridge, please see: https://wiki.asterisk.org/wiki/display/ast/confbridge+ami+actions
Comments
Post a Comment