[Asterisk-Users] make asterisk accept Register messages
Olle E. Johansson
oej at edvina.net
Sun Nov 21 07:46:10 MST 2004
Reid A. Forrest wrote:
>>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].
Small correction: That IP is not permitted to REGISTER. You need to add
host=dynamic to permit a device to REGISTER. Host=<ip address> means
that we already know where to find the device, so no registration
is necessary.
/Olle :-)
More information about the asterisk-users
mailing list