Displaying 1 result from an estimated 1 matches for "smdr_log_variance".
2006 Feb 08
1
Possible AGI Bug in Asterisk?
...ode 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 following the call
sleep $agi_sleep_time;
# Get the date from the SMDR table
# Get the Date and Time
$gdate = $dbh->selectrow...