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 ideas
There 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 _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
