[asterisk-users] Limit calls when using autodial
    Doug Lytle 
    support at drdos.info
       
    Wed Mar 19 09:33:35 CDT 2008
    
    
  
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."
    
    
More information about the asterisk-users
mailing list