Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
echo "$recording_id|$length_in_min|";
$stmt = "UPDATE vicidial_log set recording_id='$recording_id'where lead_id='$lead_id' and uniqueid='$uniqueid';";
if ($DB) {echo "$stmt\n";}
$rslt=mysql_query($stmt, $link);
}
mflorell wrote:There is already a "location" field in the recording_log table that many companies use to locate recordings.
http://www.eflo.net/VICIDIALmantis
What if your recordings are not stored on your web server?
kchung wrote:ok, lemme rehack my patch so it uses record_log instead. What's my deadline for this to make it into the next release?
mflorell wrote:All of the overhead of runing Apache/PHP on a VICIDIAL server is a lot of load not to mention the added disk read activity if you are retrieving recordings during production hours while recording.
If you have a patch please post it to the tracker.
mflorell wrote:manager_send.php starts the recordings and vdc_db_query.php will update the record at call hangup.
$stmt = "INSERT INTO recording_log (channel,server_ip,extension,start_time,start_epoch,filename,uniqueid) values('$channel','$server_ip','$exten','$NOW_TIME','$StarTtime','$filename','$uniqueid')";
mflorell wrote:Why do you want to store uniqueid in recording_log?
mflorell wrote:You need to send the uniqueid with the XMLHTTPRequest call that hangs up the call in the vicidial.php script.(This is also where you would need to trigger the debugging)
Users browsing this forum: No registered users and 75 guests