Does anyone have some method, or AGI scripts that will automatically call a list of numbers from a database and play a pre-recorded message? For example, you have a database of FirstName LastName PhoneNumber Jon -- *** Forrest Beck IAXTEL: 17002871718 jonforrest.beck@gmail.com
Does anyone have some method, or AGI scripts that will automatically call a list of numbers from a database and play a pre-recorded message? Just for example, you have a database of FirstName, LastName, PhoneNumber Jon, Beck, 9194713175 So it would pull each record with phone number, dial the number, when answered play a pre-recorded message. It could be used to notify parents at a school that a after school game is canceled. I appreciate any direction you can point me in. -- *** Forrest Beck IAXTEL: 17002871718 jonforrest.beck@gmail.com -- *** Forrest Beck IAXTEL: 17002871718 jonforrest.beck@gmail.com
This should do what you asked: http://voip-info.org/wiki/view/Asterisk+auto-dial+out+deliver+message bp On 2/8/07, Forrest Beck <jonforrest.beck@gmail.com> wrote:> > Does anyone have some method, or AGI scripts that will automatically > call a list of numbers from a database and play a pre-recorded > message? > > Just for example, you have a database of > > FirstName, LastName, PhoneNumber > Jon, Beck, 9194713175 > > So it would pull each record with phone number, dial the number, when > answered play a pre-recorded message. > > It could be used to notify parents at a school that a after school > game is canceled. > > I appreciate any direction you can point me in. > > -- > *** > Forrest Beck > IAXTEL: 17002871718 > jonforrest.beck@gmail.com > > > -- > *** > Forrest Beck > IAXTEL: 17002871718 > jonforrest.beck@gmail.com > _______________________________________________ > --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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070208/2b1ecff5/attachment.htm
I've made a very simple one time ago I could share with you, it's made on bash, takes as input a CSV file, places the calls using the /var/spool/asterisk/outbound directory, and restricts the number of calls to a given number at a time (say 10) I can share it with you only if you promise NOT to use it for Telemarketing, otherwise might the mighty spirits of (place the name of some super natural power here) cast the most terrible spell on you forever and ever. so, if you still want it just contact me directly :) Alyed ---------------------------------------- Return-Path: <asterisk-users-bounces@lists.digium.com> Received: from digium-69-16-138-164.phx1.puregig.net [69.16.138.164] by maila11.webcontrolcenter.com with SMTP; Thu, 8 Feb 2007 12:26:37 -0700 Received: from digium-69-16-138-164.phx1.puregig.net (localhost [127.0.0.1]) by lists.digium.com (Postfix) with ESMTP id 584F42FC8C6; Thu, 8 Feb 2007 10:39:31 -0700 (MST) Does anyone have some method, or AGI scripts that will automatically call a list of numbers from a database and play a pre-recorded message? Just for example, you have a database of FirstName, LastName, PhoneNumber Jon, Beck, 9194713175 So it would pull each record with phone number, dial the number, when answered play a pre-recorded message. It could be used to notify parents at a school that a after school game is canceled. I appreciate any direction you can point me in. -- *** Forrest Beck IAXTEL: 17002871718 jonforrest.beck@gmail.com -- *** Forrest Beck IAXTEL: 17002871718 jonforrest.beck@gmail.com _______________________________________________ --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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070208/ff3317ba/attachment.htm