From 0ac29aba3162bdc22f0da02bc496c6373a7c0e45 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 23 Jan 2018 18:49:54 -0700 Subject: [PATCH] Update destinations.php --- app/destinations/destinations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";