Sebastian Maz
2009-Jul-16 04:44 UTC
[asterisk-users] advices on how to debridge/rebridge a call?
Hello, this is what I'm trying to accomplish: - receiving an inbound call from A - dialing another number (B) - bridge A and B - every x minutes, debridge A and B, and bridge A with C (SIP call to an platform that is gonna play an ad) - rebridge A and B Any advice on how to do this? Dial cmd with the use of the M or G option? Asterisk Manager? AGI? Thanks for your ideas SMaz -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090716/11377b12/attachment.htm
Leif Madsen
2009-Jul-16 12:29 UTC
[asterisk-users] advices on how to debridge/rebridge a call?
Sebastian Maz wrote:> this is what I'm trying to accomplish: > > - receiving an inbound call from A > - dialing another number (B) > - bridge A and B > - every x minutes, debridge A and B, and bridge A with C (SIP call to > an platform that is gonna play an ad) > - rebridge A and B > > Any advice on how to do this? Dial cmd with the use of the M or G option? > Asterisk Manager? AGI? > > Thanks for your ideasThere is the Bridge() application in Asterisk 1.6.x that may be useful. You could probably use some sort of script that connects to the manager, and uses that application to move the bridges around. Leif Madsen http://www.leifmadsen.com http://www.oreilly.com/catalog/asterisk