Hi,
I've been trying to get m0n0 to kick out an autoconfiguaration URL for
Snom VoIP phones, but sadly the existing hidden options don't work.
Would it be possible to get another one added to the next release?
I've manually modified the dhcpd.conf like this :
subnet 172.20.1.0 netmask 255.255.255.0 {
pool {
range 172.20.1.100 172.20.1.199;
}
option routers 172.20.1.1;
option domain-name-servers 172.20.1.1;
option tftp-server-name "http://server.url/snom/config.php?mac={mac}";
}
The option I'd like to be able to set is "tftp-server-name". Could
another hidden one be added for that?
If I get some time soon I'll have a look at making the modifications
myself, and/or looking at changing the web interface, but if there's
someone else who already knows what to do, that would be much quicker
(not to mention safer!)
Thanks,
adam. |