fixed logging bug for vicidial_closer_log in Fastagi_log.pl
git-svn-id: svn://192.168.202.10@857 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
+2
-1
@@ -35,6 +35,7 @@
|
||||
# 71030-2039 - Added priority to hopper insertions
|
||||
# 80224-0040 - Fixed bugs in vicidial_log updates
|
||||
# 80430-0907 - Added term_reason to vicidial_log and vicidial_closer_log
|
||||
# 80507-1138 - Fixed vicidial_closer_log CALLER hangups
|
||||
#
|
||||
|
||||
|
||||
@@ -714,7 +715,7 @@ sub process_request {
|
||||
}
|
||||
$sthA->finish();
|
||||
|
||||
if (!$epc_countCUSTDATA)
|
||||
if ( (!$epc_countCUSTDATA) || ($calleridname =~ /^Y\d\d\d\d/) )
|
||||
{
|
||||
if ($AGILOG) {$agi_string = "no VDL record found: $uniqueid $calleridname $VD_lead_id $uniqueid $VD_uniqueid"; &agi_output;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user