diff --git a/resources/switch.php b/resources/switch.php
index 2c6c0ae667..e9eb1a68e3 100644
--- a/resources/switch.php
+++ b/resources/switch.php
@@ -868,7 +868,6 @@ function switch_select_destination($select_type, $select_label, $select_name, $s
}
//gateways
- if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/conference_centers/app_config.php")) {
if (if_group("superadmin")) {
if ($select_type == "dialplan" || $select_type == "ivr" || $select_type == "call_center_contact" || $select_type == "bridge") {
echo "\n";
+ }
+ }
+
+
+ //xmpp
+ if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/xmpp/app_config.php")) {
+ if (if_group("superadmin")) {
+ if ($select_type == "bridge") {
+ echo "