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:
@@ -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';}
|
||||
|
||||
Reference in New Issue
Block a user