mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Additional changes to the polycom/5.x template.
This commit is contained in:
@@ -103,19 +103,19 @@
|
||||
<DEVICE_SETTINGS
|
||||
device.set="1"
|
||||
device.auth.localAdminPassword.set="1"
|
||||
device.auth.localAdminPassword="4567"
|
||||
device.auth.localAdminPassword="{$admin_password}"
|
||||
|
||||
<!-- Set a provisioning server username of PlcmSpIp and a password of b7JIyvwS5BsDzqV -->
|
||||
<!-- Set a provisioning server username and password -->
|
||||
device.prov.user.set="1"
|
||||
device.prov.user="PlcmSpIp"
|
||||
device.prov.user="{$http_auth_username}"
|
||||
device.prov.password.set="1"
|
||||
device.prov.password="b7JIyvwS5BsDzqV"
|
||||
device.prov.password="{$http_auth_password}"
|
||||
device.prov.redunAttemptLimit.set="1"
|
||||
|
||||
<!-- Set an upgrade and provisioning server -->
|
||||
device.prov.upgradeServer="pbx.vunity.com/app/provision"
|
||||
device.prov.upgradeServer="{$domain_name}/app/provision"
|
||||
device.prov.upgradeServer.set="1"
|
||||
device.prov.serverName="pbx.vunity.com/app/provision"
|
||||
device.prov.serverName="{$domain_name}/app/provision"
|
||||
device.prov.serverName.set="1"
|
||||
device.prov.serverType.set="1"
|
||||
device.prov.serverType="HTTPS"
|
||||
|
||||
Reference in New Issue
Block a user