Skip to content

Commit

Permalink
polycom: try adding the MAC address in the common configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
bloom1 committed May 23, 2023
1 parent e42a815 commit 10eff4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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": {
Expand Down
3 changes: 3 additions & 0 deletions plugins/wazo-polycom/5.9.2/var/tftpboot/common.cfg
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions plugins/wazo-polycom/common/templates/base.tpl
Expand Up @@ -2,6 +2,7 @@
<polycomConfig

device.set="1"
device.prov.tagSerialNo.set="1"
device.prov.tagSerialNo="1"

{# VLAN settings -#}
Expand Down

0 comments on commit 10eff4c

Please sign in to comment.