Displaying 3 results from an estimated 3 matches for "add_realm_authentication".
2005 Jun 04
2
chan_sip + MD5 encryption: WARNING Format for authentication entry is user[:secret]@realm
...ashed_passwd
;secret=plaintext_passwd
where hashed_passwd is the output of
echo -n "user:realm:plaintext_passwd" | md5sum
When the first SIP clients registers with Asterisk after a "sip reload" the
following warning is logged:
Jun 4 12:47:12 WARNING[11389]: chan_sip.c:9601 add_realm_authentication:
Format for authentication entry is user[:secret]@realm at line 0
First of all, let me say that the client correctly registers. However, I
know that something changed in chan_sip ( http://voip-info.org/wiki-Asterisk+SIP+chan_sip2
), so I think I should consider how to eliminate that warning. Do yo...
2006 Apr 30
2
WARNING[12785]: acl.c:244 ast_get_ip_or_srv: Unable to lookup '????'
...'t reappear when I do a RELOAD. Anyone know what
this is all about? My SIP.conf is below. Notice how I've commented
out auth=md5. This seems to have eliminated the following WARNING
message that used appear just before the one above:
>Apr 30 11:01:20 WARNING[12785]: chan_sip.c:11822
add_realm_authentication: Format for >authentication entry is
user[:secret]@realm at line 31
Line 31 of my sip.conf was auth=md5. I was able to get the SIP
channel working with this warning as well, but it took a lot more
RELOADs.
Any ideas?
SIP.conf
======
[general]
;
context=incoming-bogus-calls
bindport=5060...
2006 Apr 30
0
Intermittent problem dialling out on a SIP channel
Hi,
Red Hat 9.0
Asterisk 1.2.7.1
I'm having a bit of an intermittent problem with my SIP account.
Often (but not always) when I start * or RELOAD my dial plan from the
CLI I get this message:
>Apr 30 11:01:20 WARNING[12785]: chan_sip.c:11822
add_realm_authentication: Format for >authentication entry is
user[:secret]@realm at line 31
>Apr 30 11:01:21 WARNING[12785]: acl.c:244 ast_get_ip_or_srv: Unable
to lookup '????'
Line 31 of my sip.conf is auth=md5
. Whenever I see that message, I am unable to dial out on the SIP channel:
>-- Executing D...