[email protected] escribió: > Hello, > > I am using Asterisk 1.4 version. > How to dial multiple numbers per second through asterisk manager???? > > Thanks and regards > > Hi,
Use the AMI Originate Action with the Async option and set an unique ActionID to track the response for each one: http://www.voip-info.org/wiki/view/Asterisk+Manager+API+Action+Originate If you're writing an external application, using some open source libraries will make your work easier: http://phpagi.sourceforge.net/ http://asterisk-java.org/ Or look for a good one made on your favorite programming language. Regards, -- Ing. Miguel Molina Grupo de Tecnología Millenium Phone Center _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2009 - October 13 - 15 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
