Displaying 1 result from an estimated 1 matches for "agi_sleep_time".
2006 Feb 08
1
Possible AGI Bug in Asterisk?
...39;$finame'");
########################################################################
################
### This code is for people using the serial_logger to extract
information #### from a PBX
########################################################################
################
$agi_sleep_time = $dbh1->selectrow_array ("SELECT agi_sleep_time from
system_variables where id = '1'");
$SMDR_log_Variance = $dbh1->selectrow_array ("SELECT SMDR_log_Variance
from system_variables where id = '1'");
# Sleep to make sure we get the serial input we need fo...