Re: [asterisk-users] Automatic Dial, Play message

2007-02-09 Thread David Boyd
On Thu, 2007-02-08 at 16:48 -0800, Yuan LIU wrote: From: Stefan Wintermeyer [EMAIL PROTECTED] Date: Thu, 8 Feb 2007 21:56:11 +0100 Am 08.02.2007 um 18:39 schrieb Forrest Beck: Does anyone have some method, or AGI scripts that will automatically call a list of numbers from a database and

[asterisk-users] Automatic Dial, Play message

2007-02-08 Thread Forrest Beck
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 [EMAIL PROTECTED]

[asterisk-users] Automatic Dial, Play message

2007-02-08 Thread Forrest Beck
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

Re: [asterisk-users] Automatic Dial, Play message

2007-02-08 Thread William Piper
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 [EMAIL PROTECTED] 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?

re: [asterisk-users] Automatic Dial, Play message

2007-02-08 Thread Alyed Tzompa
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

Re: [asterisk-users] Automatic Dial, Play message

2007-02-08 Thread Lee Jenkins
Forrest Beck 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 I'm currently working on an

Re: [asterisk-users] Automatic Dial, Play message

2007-02-08 Thread Stefan Wintermeyer
Am 08.02.2007 um 18:39 schrieb Forrest Beck: 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

Re: [asterisk-users] Automatic Dial, Play message

2007-02-08 Thread Matt Florell
On 2/8/07, Forrest Beck [EMAIL PROTECTED] 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

Re: [asterisk-users] Automatic Dial, Play message

2007-02-08 Thread Yuan LIU
From: Stefan Wintermeyer [EMAIL PROTECTED] Date: Thu, 8 Feb 2007 21:56:11 +0100 Am 08.02.2007 um 18:39 schrieb Forrest Beck: 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