Hi to All, I need to implement an automatic telephone messaging system that works like this: -the system generates the call based on mysql records or any database -when the client answer the phone, the Asterisk PBX playback a recorded message -when finish, hang up the channel. Only for voice messages not SMS. Exists some application based on Asterisk that makes this, or any code to implement in dialplan Thanks in advance. Ricardo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090506/c44fffb9/attachment.htm
On Wed, 6 May 2009, Ricardo Melendez wrote:> Hi to All, I need to implement an automatic telephone messaging system that > works like this: > > -the system generates the call based on mysql records or any database > > -when the client answer the phone, the Asterisk PBX playback a recorded > message > > -when finish, hang up the channel.Is this "how do I do a call tree for my kid's soccer team" or "how do I bug the hell out of 20,000,000 innocents?" Seriously though, a bit more information will go a long way. A script to read records from a database and originate calls using AMI or call files is pretty easy stuff. (The Devil is always in the details.) If there is money involved, your choice of the technology used to place the calls will be important -- stay away from analog PSTN hardware. What do you want to accomplish? Thanks in advance, ------------------------------------------------------------------------ Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
Ricardo Melendez wrote:> > Hi to All, I need to implement an automatic telephone messaging system > that works like this: > > > > -the system generates the call based on mysql records or any database > > -when the client answer the phone, the Asterisk PBX playback a > recorded message > > -when finish, hang up the channel. > > > > Only for voice messages not SMS. > > > > Exists some application based on Asterisk that makes this, or any code > to implement in dialplan > > > > > > Thanks in advance. > > > > Ricardo > > > > ------------------------------------------------------------------------ > > _______________________________________________ > -- 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-usersWe've released an application to do that on www.callblast.org. -- Darren Wiebe darren at aleph-com.net Aleph Communications www.aleph-com.net
I use an application that fits exactly your needs but is not free. You can ... - load a call file containing the numbers to call. - load the call file from a db. - design you own context using a simple editor that generates an AEL compatible dialplan and manages the existing contexts saved in extension.ael. - load sound files to the server in any compatible format or use its converter to change the format to .gsm. - call and see the progress in real time. - schedule call(s) and configure the start time and end time. When you reach the end time the software will reschedule the unstarted call(s) to the next day or next X hours or will do nothing if you wish. - have billing information. - have CDR entries. The software has two parts. The server runs in a Linux box using mono runtime and the front-end can be executed using Windows, Linux or MacOS X (was made in C# and it's compatible with mono 2.4 or above) On Wed, May 6, 2009 at 11:19 PM, Ricardo Melendez <rmelendez at utep.com.mx>wrote:> Hi to All, I need to implement an automatic telephone messaging system > that works like this: > > > > -the system generates the call based on mysql records or any database > > -when the client answer the phone, the Asterisk PBX playback a recorded > message > > -when finish, hang up the channel. > > > > Only for voice messages not SMS. > > > > Exists some application based on Asterisk that makes this, or any code to > implement in dialplan > > > > > > Thanks in advance. > > > > Ricardo > > > > _______________________________________________ > -- 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090507/2026f5c5/attachment.htm