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';}