I've just been playing with this myself. <br>
<br>
There is a function, uac_auth, in the uac module which can be used to
authenticate a challenge from another SIP server. Unfortunately it has
the following problems:<br>
<br>
1. Does not handle increment of the cseq. At least in my experience
this causes authentication failure, you may have better luck.<br>
2. Missing quotes in the auth header sent by the other server causes parse errors.<br>
3. Digest comparison is case sensitive (DIGEST in auth header causes parse error).<br>
<br>
2 and 3 are easy to fix but 1 is a major problem for SER as there is no dialog state kept between requests.<br>
<br>
<br>Mark<br>
<br><div><span class="gmail_quote">On 10/7/05, <b class="gmail_sendername">KaveH Aasaraai</b> &lt;<a href="mailto:asi_ka@yahoo.com">asi_ka@yahoo.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I was wondering how I can route my SER users to other<br>SIP servers, without need of authentication to&nbsp;&nbsp;other<br>server.<br><br>I mean this:<br><br>My User -&gt; Auth -&gt; My SER<br><br>My SER -&gt; Auth -&gt; Other SIP Server
<br><br><br>My User --------make call--------&gt; My SER<br>--------route call-------&gt; Other SIP Server<br><br><br>Thank you.<br><br>Kaveh<br><br><br><br><br>__________________________________<br>Yahoo! Mail - PC Magazine Editors' Choice 2005
<br><a href="http://mail.yahoo.com">http://mail.yahoo.com</a><br><br>_______________________________________________<br>Serusers mailing list<br><a href="mailto:serusers@lists.iptel.org">serusers@lists.iptel.org</a><br><a href="http://mail.iptel.org/mailman/listinfo/serusers">
http://lists.iptel.org/mailman/listinfo/serusers</a><br></blockquote></div><br>