That doesn't seem to make any difference. I still get the "Not a local SIP domain" and I get this from the CLI:

ast*CLI> sip show peers
Name/username              Host            Dyn Nat ACL Port     Status
202                        (Unspecified)    D          0        Unmonitored
201                        (Unspecified)    D          0        Unmonitored
2 sip peers [2 online , 0 offline]
ast*CLI> sip show users
Username Secret Accountcode Def.Context ACL NAT 202 ******* from-sip No RFC3581 201 ******* from-sip No RFC3581


Noah Miller wrote:

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

_______________________________________________
--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