Hi Nathan -

I just saw this post about having trouble registering your phone ;-)

When my SIP phones try to register with my asterisk box, this is what I
get my log file:

Mar 26 14:46:41 NOTICE[3896] chan_sip.c: Registration from
'<sip:[EMAIL PROTECTED]>' failed for '192.168.3.2' - Not a local SIP domain

sip.conf
autodomain=yes
localnet=192.168.2.0/23

You might try expanding the scope of your localnet.  Maybe this would work:
localnet=192.168.0.0/255.255.0.0

Also, it seems like it should be covered by autodomain, but you might
try explicitly adding:
domain=192.168.3.2

- Noah
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to