Displaying 1 result from an estimated 1 matches for "gsm_file_size".
2006 Feb 08
1
Possible AGI Bug in Asterisk?
...ile($fname,'gsm',9,-1);...
Since the test environment was different to the production environment;
I upgraded my test environment from Asterisk V1 and RedHat 9 to V1.2.4
and CentOS.
Now in the test environment my script stops after;
$dbh ->do("Update CDR SET Recording='0',GSM_File_Size='$size' WHERE
GSM_File = '$finame'");
In both instances there are no perl errors and no errors reported in the
CLI. In fact the CLI comes back and tells me everything is OK.
Is this a known issue? Has someone else run into this? Is there a fix or
patch?
It looks to me like...