Small bug fixes related to AGI output in ALL inbound and outbound scripts
git-svn-id: svn://192.168.202.10@1920 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -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 = <STDIN>;
|
||||
exit;
|
||||
}
|
||||
else
|
||||
|
||||
@@ -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 = <STDIN>;
|
||||
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 = <STDIN>;
|
||||
exit;
|
||||
}
|
||||
else
|
||||
|
||||
+1
-1
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user