From fa0d7d4e58999b8bf3761d74d69df5ddbdc38210 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 1 Nov 2021 16:19:48 -0600 Subject: [PATCH] Add Fanvil Multicast --- app/devices/app_config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index cf226ade34..f4eca6aa62 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -3147,6 +3147,14 @@ $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; $vendors[$y]['functions'][$z]['groups'][] = "admin"; $z++; + $vendors[$y]['functions'][$z]['uuid'] = "830c3a51-dd04-4ef2-af4a-7a41b702648b"; + $vendors[$y]['functions'][$z]['label'] = "label-multicast_paging"; + $vendors[$y]['functions'][$z]['name'] = "multicast_paging"; + $vendors[$y]['functions'][$z]['value'] = "14"; + $vendors[$y]['functions'][$z]['description'] = "Multicast Paging"; + $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; + $vendors[$y]['functions'][$z]['groups'][] = "admin"; + $z++; //algo details $y++;