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