changed recording extension in vicidial.php

IMPORTANT! add 58600XXX to your dialplan, see extensions.conf.sample for info
added new QC-related fields to admin.php
added new QC_gather_records.pl script
made several changes to the QC_process doc
fixed ALL_inbound AGI voicemail bug

git-svn-id: svn://192.168.202.10@926 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2008-07-22 22:54:17 +00:00
parent 871a20b7ea
commit 3aa29d8cce
15 changed files with 4411 additions and 3465 deletions
@@ -932,12 +932,13 @@ $calls_to_list = mysql_num_rows($rslt);
if (eregi("INCALL",$Lstatus))
{
if (!ereg("$Acallerid[$i]\|",$callerids))
{
$Astatus[$i] = 'DEAD';
$Lstatus = 'DEAD';
$status = ' DEAD ';
}
### temporarily deactivate DEAD calls display until bug is fixed
# if (!ereg("$Acallerid[$i]\|",$callerids))
# {
# $Astatus[$i] = 'DEAD';
# $Lstatus = 'DEAD';
# $status = ' DEAD ';
# }
if ( (eregi("AUTO",$comments)) or (strlen($comments)<1) )
{$CM='A';}