Add a new polycom template for tftp.

This commit is contained in:
markjcrane 2016-01-20 16:27:17 -07:00
parent 8b1eff5793
commit 3d687d3f39
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<PHONE>
<PROVISION
device.auth.localAdminPassword="{$admin_password}"
device.prov.serverType.set="1"
device.prov.serverType="{$polycom_server_type}"
device.prov.serverName="{$domain_name}/app/provision"
{if isset($http_auth_username)}
device.prov.user="{$http_auth_username}"
device.prov.password="{$http_auth_password}"
{/if}
device.prov.tagSerialNo="1"
/>
</PHONE>