diff --git a/agi/agi-VDAD_ALL_inbound.agi b/agi/agi-VDAD_ALL_inbound.agi index 0583f147..50e8e224 100644 --- a/agi/agi-VDAD_ALL_inbound.agi +++ b/agi/agi-VDAD_ALL_inbound.agi @@ -3290,7 +3290,6 @@ while ( ($drop_timer <= $DROP_TIME) && ($wait_in_queue > 0) && ($MCdrop_override $now_date = "$year-$mon-$mday $hour:$min:$sec"; if ($AGILOG) {$agi_string = "XXXXX VDAD transferred: start|stop $start_time|$now_date|$VDADremDIALstr"; &agi_output;} - $result = ; exit; } else diff --git a/agi/agi-VDAD_ALL_outbound.agi b/agi/agi-VDAD_ALL_outbound.agi index 27ca0a06..fa224452 100644 --- a/agi/agi-VDAD_ALL_outbound.agi +++ b/agi/agi-VDAD_ALL_outbound.agi @@ -2504,7 +2504,6 @@ while ($drop_timer <= $DROP_TIME) $now_date = "$year-$mon-$mday $hour:$min:$sec"; if ($AGILOG) {$agi_string = "XXXXXXXXXX VDAD transferred: start|stop $start_time|$now_date"; &agi_output;} - $result = ; exit; } else @@ -3072,7 +3071,6 @@ while ($drop_timer <= $DROP_TIME) $now_date = "$year-$mon-$mday $hour:$min:$sec"; if ($AGILOG) {$agi_string = "XXXXXXXXXX VDAD transferred: start|stop $start_time|$now_date"; &agi_output;} - $result = ; exit; } else diff --git a/bin/AST_send_URL.pl b/bin/AST_send_URL.pl index 7f1fe5e6..cb7ef1c7 100644 --- a/bin/AST_send_URL.pl +++ b/bin/AST_send_URL.pl @@ -640,7 +640,7 @@ if (length($lead_id) > 0) my $secZ = time(); my $script_time = ($secZ - $secX); -print "DONE execute time: $script_time seconds\n"; +if ($DB) {print "DONE execute time: $script_time seconds\n";} exit 0; # Program ends. diff --git a/bin/AST_send_action_child.pl b/bin/AST_send_action_child.pl index 08a2b0cc..4e1456bf 100644 --- a/bin/AST_send_action_child.pl +++ b/bin/AST_send_action_child.pl @@ -269,7 +269,7 @@ if ($action) { my $secZ = time(); my $script_time = ($secZ - $secX); -print "DONE execute time: $script_time seconds\n"; +if ($DB) {print "DONE execute time: $script_time seconds\n";} exit 0; # Program ends.