Re: [asterisk-users] Website callback

2008-06-20 Thread Mark Hamilton
Great, thanks guys! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Totaro Sent: June 19, 2008 10:32 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Website callback On Thu, Jun 19, 2008 at 9:57 AM

Re: [asterisk-users] Website callback

2008-06-20 Thread Benny Amorsen
Tilghman Lesher <[EMAIL PROTECTED]> writes: > One very big benefit of using a database with cron jobs is that your web > application does not need to run as the same user (or otherwise weaken > security permissions) as the Asterisk daemon. If running as the same user, > you'd have to either set b

Re: [asterisk-users] Website callback

2008-06-19 Thread Steve Totaro
On Thu, Jun 19, 2008 at 9:57 AM, Tzafrir Cohen <[EMAIL PROTECTED]> wrote: > On Thu, Jun 19, 2008 at 08:05:59AM -0500, Tilghman Lesher wrote: >> On Thursday 19 June 2008 07:57:07 Mark Hamilton wrote: >> > LOL, I agree, it _did_ sound a little complicated than to just schedule a >> > call in the futu

Re: [asterisk-users] Website callback

2008-06-19 Thread Tzafrir Cohen
On Thu, Jun 19, 2008 at 08:05:59AM -0500, Tilghman Lesher wrote: > On Thursday 19 June 2008 07:57:07 Mark Hamilton wrote: > > LOL, I agree, it _did_ sound a little complicated than to just schedule a > > call in the future. I apologize for not being able to find this on the wiki > > earlier when I

Re: [asterisk-users] Website callback

2008-06-19 Thread Tilghman Lesher
On Thursday 19 June 2008 07:57:07 Mark Hamilton wrote: > LOL, I agree, it _did_ sound a little complicated than to just schedule a > call in the future. I apologize for not being able to find this on the wiki > earlier when I searched. > > The other cron jobs and everything probably bring _somethin

Re: [asterisk-users] Website callback

2008-06-19 Thread Mark Hamilton
L PROTECTED] On Behalf Of Gordon Henderson Sent: June 19, 2008 4:22 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Website callback On Wed, 18 Jun 2008, Mark Hamilton wrote: > Hi, > > I have a website where customers enter their phone numbers

Re: [asterisk-users] Website callback

2008-06-19 Thread Gordon Henderson
On Thu, 19 Jun 2008, Tzafrir Cohen wrote: > On Thu, Jun 19, 2008 at 09:22:04AM +0100, Gordon Henderson wrote: > >> Reading the replies so-far... Cron jobs, databases, shell scripts... Ye >> Gods... Try reading the manual (or at least the wiki) >> >> http://www.voip-info.org/tiki-index.php?page=Ast

Re: [asterisk-users] Website callback

2008-06-19 Thread Tzafrir Cohen
On Thu, Jun 19, 2008 at 09:22:04AM +0100, Gordon Henderson wrote: > Reading the replies so-far... Cron jobs, databases, shell scripts... Ye > Gods... Try reading the manual (or at least the wiki) > > http://www.voip-info.org/tiki-index.php?page=Asterisk+auto-dial+out > > Scroll down to the bit

Re: [asterisk-users] Website callback

2008-06-19 Thread Gordon Henderson
On Wed, 18 Jun 2008, Mark Hamilton wrote: > Hi, > > I have a website where customers enter their phone numbers to be called. I'd > like them to have to put in information and 'schedule' a call. > > > 1) Call Immediately > > 2) Call in the next _ minutes > > 3) Call me tomorrow, same

Re: [asterisk-users] Website callback

2008-06-18 Thread Steve Totaro
On Wed, Jun 18, 2008 at 5:05 PM, Michiel van Baak <[EMAIL PROTECTED]> wrote: > On 15:45, Wed 18 Jun 08, Mark Hamilton wrote: >> Hi, >> >> >> >> I have a website where customers enter their phone numbers to be called. I'd >> like them to have to put in information and 'schedule' a call. >> >> >> >>

Re: [asterisk-users] Website callback

2008-06-18 Thread Michiel van Baak
On 15:45, Wed 18 Jun 08, Mark Hamilton wrote: > Hi, > > > > I have a website where customers enter their phone numbers to be called. I'd > like them to have to put in information and 'schedule' a call. > > > > 1) Call Immediately > > 2) Call in the next _ minutes > > 3) Cal

Re: [asterisk-users] Website callback

2008-06-18 Thread Christian Victor
I don't know if there is something like that prebuilt. But is seems to be quite easy. Push the call events in the database, let a cron run ever minute and create a .call file for evry call thet is due. The alternative is to not use a database and create a .call file with a future date/time. Afaik

[asterisk-users] Website callback

2008-06-18 Thread Mark Hamilton
Hi, I have a website where customers enter their phone numbers to be called. I'd like them to have to put in information and 'schedule' a call. 1) Call Immediately 2) Call in the next _ minutes 3) Call me tomorrow, same time. So, Asterisk will pull two variables from th