On Sat, May 7, 2011 at 12:18 PM, Charles Chalekson <[email protected]> wrote:
> I have had SIPx running for several years without the server running DHCP and 
> I have just
> manually configured phones in the past [long story why I did this but many 
> tylenol later
> I have decided to change].

You can still run your own dhcp server, just configure where the tftp
server is located.  For example, if you're running dhcpd on a linux
box, something like this in  /etc/dhcp/dhcpd.conf will do the trick

subnet 10.10.10.0 netmask 255.255.255.0 {
   option tftp-server-name "10.10.10.200";
}

even the simplest of routers will let you configure where the tftp
server is.  "option 66" i believe it's also call.  tftp is actually a
bit of a misnomer now, polycom and snom among others will use this
same setting for lookup for provisioning via ftp and http.
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to