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:
mattf
2013-01-22 18:04:20 +00:00
parent 90bbfab753
commit 76ef12f03d
4 changed files with 2 additions and 5 deletions
-2
View File
@@ -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