search for: call_delay

Displaying 1 result from an estimated 1 matches for "call_delay".

2005 Jul 10
1
VM Outcall: Rube Goldberg Edition
...et the access and modification times to be 10 years in the future so # Asterisk will ignore this file while we are doing stuff with it. $long_time = time() + (10 * 365 * 24 * 60 * 60); utime($long_time, $long_time, "$call_file_name"); srand; $call_delay=300 + rand(120); # Build our .call file. printf($call_file_handle "Channel: Local/^%s^%s^%s^%s\@vm-notify\n", $vm_box, $vm_context, $dial_dest, $dial_context); printf($call_file_handle "WaitTime: 30\n"); printf($call_file_handle "Retry...