From 10eff4c03135188eb5a3b09789d13fb5fca74e7a Mon Sep 17 00:00:00 2001 From: Alexandre Fournier Date: Tue, 23 May 2023 14:01:46 -0400 Subject: [PATCH] polycom: try adding the MAC address in the common configuration file --- plugins/wazo-polycom/5.9.2/plugin-info | 2 +- plugins/wazo-polycom/5.9.2/var/tftpboot/common.cfg | 3 +++ plugins/wazo-polycom/common/templates/base.tpl | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/wazo-polycom/5.9.2/plugin-info b/plugins/wazo-polycom/5.9.2/plugin-info index 6f802561e..b61e1eb16 100644 --- a/plugins/wazo-polycom/5.9.2/plugin-info +++ b/plugins/wazo-polycom/5.9.2/plugin-info @@ -1,5 +1,5 @@ { - "version": "0.1.4-beta.0", + "version": "0.1.4-beta.1", "description": "Plugin for Polycom VVX101, VVX150, VVX201, VVX250, VVX300, VVX301, VVX310, VVX311, VVX350, VVX400, VVX401, VVX410, VVX411, VVX450, VVX500, VVX501, VVX600, VVX601 and VVX1500 in version 5.9.2", "description_fr": "Greffon pour Polycom VVX101, VVX150, VVX201, VVX250, VVX300, VVX301, VVX310, VVX311, VVX350, VVX400, VVX401, VVX410, VVX411, VVX450, VVX500, VVX501, VVX600, VVX601 and VVX1500 en version 5.9.2", "capabilities": { diff --git a/plugins/wazo-polycom/5.9.2/var/tftpboot/common.cfg b/plugins/wazo-polycom/5.9.2/var/tftpboot/common.cfg index e24881d50..bc3f22859 100644 --- a/plugins/wazo-polycom/5.9.2/var/tftpboot/common.cfg +++ b/plugins/wazo-polycom/5.9.2/var/tftpboot/common.cfg @@ -3,6 +3,9 @@ apps.push.secureTunnelRequired="0" +device.prov.tagSerialNo.set="1" +device.prov.tagSerialNo="1" + attendant.behaviors.display.spontaneousCallAppearances.normal="0" dialplan.digitmap="[0123456789*#].T" diff --git a/plugins/wazo-polycom/common/templates/base.tpl b/plugins/wazo-polycom/common/templates/base.tpl index a6c4a0c5c..01ae186fa 100644 --- a/plugins/wazo-polycom/common/templates/base.tpl +++ b/plugins/wazo-polycom/common/templates/base.tpl @@ -2,6 +2,7 @@