> Be careful that snom 7.x phone will look for a xml file. The path will be:
> http://{HOSTNAME}:8090/phone/profile/docroot/{mac}.xml
yes and the better solution i've found for this is an entry into dhcpd config
file like this:
class "snom" {
match if substring (hardware, 1, 3) = 00:04:13;
option tftp-server-name "http://<sipxecsserverip>:8090";
option bootfile-name "/phone/profile/docroot/{mac}.xml";
}
> To be sure try to access the snom config generated using your browser.
> You must substitute of course {mac} with the mac you provided in sipxconfig.
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/