Hi everybody! Can you give me a hint, how can I start a call from asterisk with some (php, bash, etc) script? I need to start two calls and bride it together. Thank you. -- Suich
Suity Zsolt wrote:> Can you give me a hint, how can I start a call from asterisk with some > (php, bash, etc) script? > > I need to start two calls and bride it together.http://www.voip-info.org/tiki-index.php?page=Asterisk+auto-dial+out
On Fri, Oct 26, 2007 at 02:25:42PM +0200, Suity Zsolt wrote:> Hi everybody! > > Can you give me a hint, how can I start a call from asterisk with some > (php, bash, etc) script? > > I need to start two calls and bride it together.A call file, a manager Originate event or the 'originate' CLI command (in Asterisk >= 1.4). In all three you define a channel to generate a call from and what it will do - either dialplan extension at context, or a dialplan application. That application can be Dial to directly bridge your channel with another channel. Or you can use a custom dialplan to do exactly what you need. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Hint: look into asterisk call files. Create call files with PHP or whatever and drop them into asterisk's outbound calls directory. There's plenty of samples on voip-info.org Regards Rennes -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Suity Zsolt Sent: Friday, October 26, 2007 3:26 PM To: asterisk-users at lists.digium.com Subject: [asterisk-users] Start call from asterisk Hi everybody! Can you give me a hint, how can I start a call from asterisk with some (php, bash, etc) script? I need to start two calls and bride it together. Thank you. -- Suich _______________________________________________ --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