From e8ee429a5013c978a607c8ea6c3cd943e027fe78 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 25 Jan 2013 15:02:29 +0000 Subject: [PATCH] small fix for issue #641 git-svn-id: svn://192.168.202.10@1927 3d104415-ff17-0410-8863-d5cf3c621b8a --- bin/AST_VDauto_dial.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/AST_VDauto_dial.pl b/bin/AST_VDauto_dial.pl index a09227e0..668bf02a 100644 --- a/bin/AST_VDauto_dial.pl +++ b/bin/AST_VDauto_dial.pl @@ -1456,7 +1456,7 @@ while($one_day_interval > 0) if ($CLstatus =~ /BUSY/) {$CLnew_status = 'B';} else { - if ($CLstatus =~ /DISCONNECT/) {$CLnew_status = 'DC';} + if ($CLstatus =~ /DISCONNECT/) {$CLnew_status = 'ADC';} else {$CLnew_status = 'NA';} } if ($CLstatus =~ /LIVE/) {$CLnew_status = 'DROP';}