[asterisk-users] OT - Aastra phones provisioning

Philipp Kempgen philipp.kempgen at amooma.de
Thu Jun 11 10:24:22 CDT 2009


Olivier schrieb:
> I can't find a way to tailor DHCP/TFTP/HTTP environment so that brand new
> Aastra SIP phones can be auto-provisioned when config files are stored in a
> specific TFTP subdirectory instead of TFTP root directory.
> 
> For instance, TFTP root directory is /srv/tftp.
> When config files are stored in /srv/tftp, a new Aastra can find its config
> files.
> When config files are stored in /srv/tftp/aastra, a new Aastra can't find
> its config files.
> 
> I tried to using DHCP "root-path" option to tell Aastra phones to search the
> right subdirectory, but it doesn't seem to work.

https://svn.amooma.com/gemeinschaft/trunk/usr/share/doc/gemeinschaft/misc/dhcpd-3-example.conf :

class "Aastra" {
	match if substring(hardware, 1, 3) = 00:08:5D;
	
	option tftp-server-name "http://192.168.1.130/gemeinschaft/prov/aastra/";
	# Aastra does not support any ":port" in the URL, not even ":80"
	# for firmware app versions < 2.1.2
}

That should work analogously for TFTP.


    Philipp Kempgen
-- 
AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied  ->  http://www.amooma.de
Geschäftsführer: Stefan Wintermeyer, Handelsregister: Neuwied B14998
Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de
Videos of the AMOOCON VoIP conference 2009 ->  http://www.amoocon.de
-- 



More information about the asterisk-users mailing list