<tt><font size=2>> > I am looking for a phone provisioning template
for Snom phones, <br>
> Yealinks and Polycoms. I am always doing deployments of many phones
<br>
> and usually configure each phone one by one for each installation.
 <br>
> Any help will be highly appreciated<br>
> <br>
> There’s some excellent documentation about provisioning on the Snom
Wiki:<br>
> <br>
> </font></tt><a href=http://wiki.snom.com/Category:Auto_Provisioning:Configuration_Files><tt><font size=2>http://wiki.snom.com/Category:Auto_Provisioning:Configuration_Files</font></tt></a><tt><font size=2><br>
> <br>
> You can set the phones (via DHCP options) a firmware url on a web
<br>
> server under your control, grab their MAC addresses, then deliver
<br>
> them custom config settings as required.<br>
> <br>
> Easiest way to start is to copy the config file (via the web <br>
> interface) from a phone with factory default settings, then just <br>
> change the settings you need to change, and write something in your
<br>
> scripting language of choice (PHP, Perl, Python, etc.) to just send
<br>
> those settings to the phone dependent on MAC address. Don’t send
<br>
> *every* available config setting to the phone - only the changes <br>
> from default you need to make.<br>
> <br>
> I suspect the same can be done with Yealink and Polycom phones - <br>
> I’ve not used those so can’t really comment. I have a similar system<br>
> which seems to work for Sipura/Linksys/Cisco phones, though most of
<br>
> my new deployments are exclusively Snom.<br>
> <br>
</font></tt>
<br><tt><font size=2>I use the Polycom phones and there are any number
of ways you can automate deployments of them. The templates you want to
start with can be found on the Polycom website here: </font></tt><a href=http://support.polycom.com/PolycomService/support/us/support/voice/index.html><tt><font size=2>http://support.polycom.com/PolycomService/support/us/support/voice/index.html</font></tt></a>
<br>
<br><tt><font size=2>When you download the firmware (UC software release),
you get the templates you want included in the download. You can use FTP,
TFTP, and HTTP that I know of to provision the phones. I use HTTP and have
some custom php scripts that I wrote that create my own templates on the
fly for a phone based on its mac address. You can use a combination of
static templates for things that are system wide and dynamic templates
for the things that are specific to each phone. You can also just create
a static template for each phone. It really depends on how in depth you
want to go. It does make provisioning much easier though.</font></tt>