diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index b961664f1f..488c73fd97 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -251,7 +251,7 @@ echo " \n"; echo " \n"; echo " ".$row['destination_type']." \n"; - echo " ".$row['destination_number']." \n"; + echo " ".format_phone($row['destination_number'])." \n"; //echo " ".$row['destination_number_regex']." \n"; echo " ".$row['destination_context']." \n"; //echo " ".$row['fax_uuid']." \n";