I&#39;ve seen this before and I know the reason but not really the solution:<br><br>You have used this same username/password combination for another SIP client, or maybe the same one but with different IP. Even when that one is offline from some time on, Asterisk doesn&#39;t renew it&#39;s internal database, so still thinks it might be somewhere there.<br>
<br>I guess this has to do with the SIP expiry as long as I can remember it&#39;s defaulted to 3600 secs (1 hour). Think you should be able to overcome this situation either by configuring the qualify option in sip.conf for that peer or rebooting your Asterisk server (just restarting the service might not work).<br>
<br>Alyed<br><br><br><br><div class="gmail_quote">2010/3/26 Ira <span dir="ltr">&lt;<a href="mailto:ira@extrasensory.com">ira@extrasensory.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I get this when my brother in law tries to call in from his box to mine.<br>
<br>
WARNING[4855]: chan_sip.c:12675 check_auth: username mismatch, have<br>
&lt;100&gt;, digest has &lt;s&gt;<br>
<br>
or after changing the register line:<br>
<br>
WARNING[4855]: chan_sip.c:12675 check_auth: username mismatch, have<br>
&lt;100&gt;, digest has &lt;199&gt;<br>
<br>
I have done everything I can think of and still failure.<br>
<br>
Currently the register line says:<br>
<br>
register =&gt; name:pass@ <a href="http://0.0.0.0/199" target="_blank">0.0.0.0/199</a><br>
<br>
and there is both a context [199] and [100] in extensions.conf with a<br>
goto to where I want and thse two lines in the declared context in sip.conf:<br>
<br>
exten =&gt; 100,1,goto(,,)<br>
exten =&gt; 199,1,goto(,,)<br>
<br>
I&#39;m sure I&#39;ll feel quite silly when the error of my ways is pointed<br>
out, but for the moment I&#39;m stumped.<br>
<br>
Ira<br>
<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br><br>