[asterisk-users] Limit calls when using autodial
Tong
lttong at socal.rr.com
Wed Mar 19 13:29:06 CDT 2008
how many out going files were you working with?
---- Steve Totaro <stotaro at totarotechnologies.com> wrote:
> On Wed, Mar 19, 2008 at 10:33 AM, Doug Lytle <support at drdos.info> wrote:
> > Tong wrote:
> > > what's a good way to apply a future date to thousands of files?
> > >
> > I do it within the script that creates the file(s):
> >
> > # Touch file once to set date/time stamp to now
> > /bin/touch /usr/local/bin/$1.out.call
> >
> > # Touch file again with a 150 second future date
> > /bin/touch -r /usr/local/bin/$1.out.call -F 150 /usr/local/bin/$1.out.call
> >
> >
> >
> > Doug
> >
> > --
> >
> > Ben Franklin quote:
> >
> > "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
> >
>
> I do it via FTP from another box. I like my switch to be a switch
> and not have to bother with all these extra functions/processes. The
> proof is in the stability.
>
> Thanks,
> Steve Totaro
>
> _______________________________________________
> -- 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
More information about the asterisk-users
mailing list