From 8f08303a820ee46a9f53767241581f3a6568fd5e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 12 Nov 2024 15:06:38 -0700 Subject: [PATCH] Add bittel to device vendors --- app/devices/app_config.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 01f4d93c1a..da31452c5a 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -4302,6 +4302,12 @@ $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; $vendors[$y]['functions'][$z]['groups'][] = "admin"; + //bittel details + $y++; + $vendors[$y]['uuid'] = "a2eeb8e0-c30d-4f21-b3eb-7b2ac3b3e84d"; + $vendors[$y]['name'] = "bittel"; + $z=0; + //linphone details $y++; $vendors[$y]['uuid'] = "782bc1cc-149f-406f-b8e2-24a2bc484fad";