From aa889499a6a27851ce589654053d155ca76cda02 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 12 Mar 2025 13:33:33 -0600 Subject: [PATCH] Update destinations.php --- .../resources/classes/destinations.php | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/app/destinations/resources/classes/destinations.php b/app/destinations/resources/classes/destinations.php index 6afc06ba9d..0c83c321d9 100644 --- a/app/destinations/resources/classes/destinations.php +++ b/app/destinations/resources/classes/destinations.php @@ -451,7 +451,24 @@ $destination_id = str_replace("[", "_", $destination_id); //$destination_id = preg_replace('/[^a-zA-Z_,.]/', '', $destination_name); - + //send request for destinations + echo "\n"; //get the destinations $destinations = $this->get($destination_type);