[Asterisk-Users] Re: cannot call Grandstream
Neil Cherry
ncherry at comcast.net
Fri Oct 22 10:49:16 MST 2004
David Ishmael wrote:
> I was considering a GS phone (102 or 102D), what version of the GS are you
> using? Do all GS phones have issues with DHCP? I use DHCP on my network so
> I want to make sure I understand potential issues before making any
> purchases.
I have my GS101 working with DHCP, I setup my dhcp server to give
out the same address each time. Like this
host bt101a {
hardware ethernet 00:0b:82:xx:xx:xx;
fixed-address 192.168.2.192;
option routers 192.168.2.254;
option domain-name-servers 192.168.2.10;
option domain-name "uucp" ;
option log-servers 192.168.2.10 ;
# option time-servers 192.168.2.10 ;
option time-offset -18000; # Eastern Standard Time
always-reply-rfc1048 true ;
}
I never could get my time server to work with the GS.
--
Linux Home Automation Neil Cherry ncherry at comcast.net
http://home.comcast.net/~ncherry/ (Text only)
http://hcs.sourceforge.net/ (HCS II)
http://linuxha.blogspot.com/ My HA Blog
More information about the asterisk-users
mailing list