From e03becd5d1134bb836480d07f6edbd446e444a76 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 30 Jun 2023 17:04:47 -0600 Subject: [PATCH] Add a new device vendor linphone --- 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 434d3dc5e7..b9f7d028fc 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -4183,4 +4183,10 @@ $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; $vendors[$y]['functions'][$z]['groups'][] = "admin"; + //linphone details + $y++; + $vendors[$y]['uuid'] = "782bc1cc-149f-406f-b8e2-24a2bc484fad"; + $vendors[$y]['name'] = "linphone"; + $z=0; + ?>