Re: [asterisk-users] Call file in the future

2009-01-19 Thread Steve Edwards
On Mon, 19 Jan 2009, didier.cuffaut wrote: > 2) From my first post, are these lines OK or wrong? (syntax error?) > > tmsp = the delay in future.. say 100 seconds > exten=> ra,n,System(NOW='date %S') > exten=> ra,n,System(let NOW=$NOW+$tmsp) > exten=> ra,n,System(TOUCH_TMSP='date -d "1970-01-01

Re: [asterisk-users] Call file in the future

2009-01-19 Thread didier.cuffaut
First, thanks for your help Ok, i going to do a script and call ot with only one 'System' (cf Gordon Henderson) and take a look to 'incron' (T Cohen) Just need some explanations: 1) If the call file 'failed', an 'exitstatus' is happendGood How to check/get these $ and put in in an * $ ? (o

Re: [asterisk-users] Call file in the future

2009-01-18 Thread Tzafrir Cohen
On Sat, Jan 17, 2009 at 08:06:08PM +0100, randulo wrote: > On Sat, Jan 17, 2009 at 7:52 PM, didier.cuffaut > wrote: > > May i have some comment/opinion on these two ways below to place a call file > > in the future ? (from the wiki and the asterisk book but added typos and > > stupidity come from

Re: [asterisk-users] Call file in the future

2009-01-17 Thread Tilghman Lesher
On Saturday 17 January 2009 13:49:16 Gordon Henderson wrote: > On Sat, 17 Jan 2009, randulo wrote: > > On Sat, Jan 17, 2009 at 7:52 PM, didier.cuffaut wrote: > >> May i have some comment/opinion on these two ways below to place a call > >> file in the future ? (from the wiki and the asterisk book

Re: [asterisk-users] Call file in the future

2009-01-17 Thread Gordon Henderson
On Sat, 17 Jan 2009, randulo wrote: > On Sat, Jan 17, 2009 at 7:52 PM, didier.cuffaut > wrote: >> May i have some comment/opinion on these two ways below to place a call file >> in the future ? (from the wiki and the asterisk book but added typos and >> stupidity come from me) >> >> The best is

Re: [asterisk-users] Call file in the future

2009-01-17 Thread randulo
On Sat, Jan 17, 2009 at 7:52 PM, didier.cuffaut wrote: > May i have some comment/opinion on these two ways below to place a call file > in the future ? (from the wiki and the asterisk book but added typos and > stupidity come from me) > > The best is ? (and should work ?) This is just me, but if

[asterisk-users] Call file in the future

2009-01-17 Thread didier.cuffaut
Hello, I read a thread on the asterisk dev list (call file handling suggestion) May i have some comment/opinion on these two ways below to place a call file in the future ? (from the wiki and the asterisk book but added typos and stupidity come from me) The best is ? (and should work ?) tmsp