search for: short_time

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

Did you mean: host_time
2005 Jul 10
1
VM Outcall: Rube Goldberg Edition
...$vm_context); # Unlock and close the file. flock($call_file_handle, LOCK_UN); close($call_file_handle); # Set the access and modification times to be 10 mins in the future so #Asterisk will delay for 10 mins before processing this .call file $short_time = time() + $call_delay; utime($short_time, $short_time, "$call_file_name"); exit(0); } } else { next; } } } =========================================================================== In /etc/asterisk/extensions.conf you need to put this: =...