Using Asterisk 1.4.21.2 I am seeing pairs of warning logs of the form:

asterisk[1432]: WARNING[1432]: chan_sip.c:11629 in build_reply_digest: use realm [xxxxx] from peer [xxxxx][xxxxx]

These occur once an hour and the xxxxx matches the account name for my ITSP. My sip.conf setup for this account is a block copy from an older one that gave no warnings on my old Asterisk v1.2 setup:

[general]
register => xxxxx:[EMAIL PROTECTED]

[authentication]
auth = xxxxx:[EMAIL PROTECTED]

[itsp]
context=default
type=friend
username=xxxxx
user=xxxxx
host=proxy.itsp.net
secret=secret
insecure=very
accountcode=ITSP
amaflags=billing


Calls in and out work fine, but I would like to to have a warning free error log if possible.

It looks to me from http://www.asterisk.org/doxygen/1.4/chan__sip_8c.html#12860c93a5a453831f5cf15f747fb9fa that this message might be generated anytime you are dealing with an authenticated peer. If so, then this might be a normal but very annoying message.

But on the chance that an error on my configuration, I'd like to squelch it. Any suggestions?

Thanks!

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to