[asterisk-users] SIP registration

Noah Miller noahisaacmiller at gmail.com
Mon Mar 26 15:09:23 MST 2007


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:201 at 192.168.2.13>' 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


More information about the asterisk-users mailing list