Hi Is there an easy way (without writing a C app) to make asterisk call 2 numbers and then bridge them into one conversatoin (preferably without using meetme). Regards
Google ".call files with Asterisk". On 6/5/06, mawali@news.icns.com <mawali@news.icns.com> wrote:> Hi > Is there an easy way (without writing a C app) to make asterisk call 2 > numbers and then bridge them into one conversatoin (preferably without > using meetme). > > Regards > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Bird's The Word Technologies, Inc. http://www.btwtech.com/
On 5 Jun 2006, at 18:40, mawali@news.icns.com wrote:> Hi > Is there an easy way (without writing a C app) to make asterisk > call 2 numbers and then bridge them into one conversatoin > (preferably without using meetme).When would you want this to happen? - What is the trigger for the calls? If it is external, you can use call files or a program that sends an 'Originate' to the manager (you can write these in java, perl, ruby python etc). If the trigger is _internal_, look at using a Local channel and some dialplan voodoo. Tim. Tim Panton tim@mexuar.com