[Asterisk-Users] make asterisk accept Register messages
Reid A. Forrest
reid at cvtelecom.com
Sun Nov 21 06:46:33 MST 2004
> I don't know why but my * is not accepting Register Messages.
> Have you seen this kind of problem before??
> I need help!
>
> Thank in advance.
>
> ####################################################
> *CLI> Nov 19 15:42:11 NOTICE[12893]: chan_sip.c:4869
> register_verify: Peer
> '111' is trying to register, but not configured as host=dynamic
> Nov 19 15:42:11 NOTICE[12893]: chan_sip.c:7586
> handle_request: Registration
> from '111 <sip:111 at 10.1.0.254>' failed for '10.1.0.111'
The answer is in the error message. Asterisk is telling you it received a
registration request from 10.1.0.254, but that IP is not permitted. Check
your sip.conf and add either host=10.1.0.254 or host=dynamic in [111].
Reid
More information about the asterisk-users
mailing list