Hi Chris.<br><br>Thanks a lot for your post. You made my day :-)<br><br>It works great.<br><br>Best regards.<br><br>Sergio.<br><br><div class="gmail_quote">On Wed, May 13, 2009 at 1:21 PM, Chris Maciejewski <span dir="ltr">&lt;<a href="mailto:chris@wima.co.uk">chris@wima.co.uk</a>&gt;</span> wrote:<br>
<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>
You can find a PhpSIP UA I wrote some time ago, which can be used to<br>
send a NOTIFY to resync/reboot Linksys phone. It is far from being a<br>
complete SIP UA (no transactions matching etc.), but I am using it all<br>
the time to send NOTIFY, or INVITE, REFER for Click 2 Call from my web<br>
application (PHP based) and it works well.<br>
<br>
<a href="http://wima.co.uk/PhpSIP/" target="_blank">http://wima.co.uk/PhpSIP/</a><br>
<br>
Also you will find two functions auth() and authWWW() which calculate<br>
Digest and WWW responses.<br>
<br>
Regards,<br>
Chris<br>
<br>
<br>
2009/5/13 Bogdan-Andrei Iancu &lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;:<br>
<div><div></div><div class="h5">&gt; Matti,<br>
&gt;<br>
&gt; you should read more about digest auth in the RFC -<br>
&gt; <a href="http://www.ietf.org/rfc/rfc2617.txt" target="_blank">http://www.ietf.org/rfc/rfc2617.txt</a><br>
&gt;<br>
&gt; Regards,<br>
&gt; Bogdan<br>
&gt;<br>
&gt; Matti Zemack wrote:<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; Thanks again Bogdan. Tried that. Still no go. Suppose I&#39;ll try to get some help from Linksys people.<br>
&gt;&gt;<br>
&gt;&gt; /Matti<br>
&gt;&gt;<br>
&gt;&gt; -----Original Message-----<br>
&gt;&gt; From: Bogdan-Andrei Iancu [mailto:<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>]<br>
&gt;&gt; Sent: den 13 maj 2009 17:46<br>
&gt;&gt; To: Matti Zemack<br>
&gt;&gt; Cc: Sergio Gutierrez; <a href="mailto:users@lists.opensips.org">users@lists.opensips.org</a><br>
&gt;&gt; Subject: Re: [OpenSIPS-Users] Rebooting a Linksys through OpenSIPS<br>
&gt;&gt;<br>
&gt;&gt; With qop, do :<br>
&gt;&gt;<br>
&gt;&gt; response=MD5( HA1 &quot;:&quot; nonce &quot;:&quot; nc &quot;:&quot; cnonce &quot;:&quot; qop &quot;:&quot; HA2)<br>
&gt;&gt;<br>
&gt;&gt; Regards,<br>
&gt;&gt; Bogdan<br>
&gt;&gt;<br>
&gt;&gt; Matti Zemack wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Hi again,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Yes, we tried almost that (as we don&#39;t receive a cnonce nor<br>
&gt;&gt;&gt; nonce-count in the 401 from Linksys, we only get the qop=&quot;auth&quot; which<br>
&gt;&gt;&gt; actually by the RFC forces us to use your suggested longer response<br>
&gt;&gt;&gt; code.).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; We did try with an empty cnonce and nonce count= &quot;nc=00000001&quot; (or empty).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Without success.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; /Matti<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; *From:* Sergio Gutierrez [mailto:<a href="mailto:saguti@gmail.com">saguti@gmail.com</a>]<br>
&gt;&gt;&gt; *Sent:* den 13 maj 2009 17:16<br>
&gt;&gt;&gt; *To:* Bogdan-Andrei Iancu<br>
&gt;&gt;&gt; *Cc:* Matti Zemack; <a href="mailto:users@lists.opensips.org">users@lists.opensips.org</a><br>
&gt;&gt;&gt; *Subject:* Re: [OpenSIPS-Users] Rebooting a Linksys through OpenSIPS<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi Bogdan.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; For our particular need, it looks like we need to send the response in<br>
&gt;&gt;&gt; a more complex way:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; response = md5(HA1:nonce:nonceCount:clientNonce:qop:ha2)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Could you give us any hint about nonceCount and clientNonce<br>
&gt;&gt;&gt; parameters? Documentation is not very clear.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks and regards.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Sergio.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Wed, May 13, 2009 at 9:38 AM, Bogdan-Andrei Iancu<br>
&gt;&gt;&gt; &lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a> &lt;mailto:<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi Matti,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Actually it is SIP auth, so digest auth (RFC 2617)<br>
&gt;&gt;&gt; Shortly:<br>
&gt;&gt;&gt; HA1=MD5( auth_usernam &quot;:&quot; realm &quot;:&quot; passwd )<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; HA2=MD5( method &quot;:&quot; ruri )<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; response=MD5( HA1 &quot;:&quot; nonce &quot;:&quot; HA2)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Regards,<br>
&gt;&gt;&gt; Bogdan<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Matti Zemack wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hi again,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; First of all; Thanks Bogdan!<br>
&gt;&gt;&gt;&gt; Your tip works (theoretically) fine.<br>
&gt;&gt;&gt;&gt; But, I just can&#39;t find a way of calculating the PAP2s authentication.<br>
&gt;&gt;&gt;&gt; Not much seems to be documented.<br>
&gt;&gt;&gt;&gt; Does anyone have any hints regarding Linksys authentication (for a<br>
&gt;&gt;&gt;&gt; reboot at least).<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I&#39;ve tried calculating using<br>
&gt;&gt;&gt;&gt; <a href="http://en.wikipedia.org/wiki/Digest_access_authentication" target="_blank">http://en.wikipedia.org/wiki/Digest_access_authentication</a> , and<br>
&gt;&gt;&gt;&gt; basically sticking to RFC2069, as I don&#39;t believe I have have nonceCount<br>
&gt;&gt;&gt;&gt; &amp; clientNonce.<br>
&gt;&gt;&gt;&gt; By the way; how should the digestURI look? (I&#39;ve tried the combinations<br>
&gt;&gt;&gt;&gt; that came to my mind...)<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Best regards,<br>
&gt;&gt;&gt;&gt; Matti Zemack, Stockholm, Sweden<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; -----Original Message-----<br>
&gt;&gt;&gt;&gt; From: Bogdan-Andrei Iancu [mailto:<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt; &lt;mailto:<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;]<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Sent: den 12 maj 2009 10:33<br>
&gt;&gt;&gt;&gt; To: Matti Zemack<br>
&gt;&gt;&gt;&gt; Cc: <a href="mailto:users@lists.opensips.org">users@lists.opensips.org</a> &lt;mailto:<a href="mailto:users@lists.opensips.org">users@lists.opensips.org</a>&gt;<br>
&gt;&gt;&gt;&gt; Subject: Re: [OpenSIPS-Users] Rebooting a Linksys through OpenSIPS<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hi Matti,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Well, it should be possible - you do a 2 steps interaction with the<br>
&gt;&gt;&gt;&gt; Linkys :<br>
&gt;&gt;&gt;&gt; - first send the NOTIFY via the t_uac_dlg MI command and get from the<br>
&gt;&gt;&gt;&gt; result the auth challenge (in the MI command response you do have access<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; to the SIP reply)<br>
&gt;&gt;&gt;&gt; - generate a new NOTIFY request including the Authorize header<br>
&gt;&gt;&gt;&gt; calculated based on the received challenge.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Regards,<br>
&gt;&gt;&gt;&gt; Bogdan<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Matti Zemack wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Hi all,<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I&#39;m still dipping my toes in deep waters with OpenSips 1.5...<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; And I&#39;ve come across a small problem. I would like to reboot Linksys<br>
&gt;&gt;&gt;&gt;&gt; ATA (PAP2 etc...) using OpenSIPS.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Can this maybe be done?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Basically I use XML-RPC FIFO to send the SIP command. The problem is<br>
&gt;&gt;&gt;&gt;&gt; that Linksys replies with 401 challenge. Can I, or is it at all<br>
&gt;&gt;&gt;&gt;&gt; possible to reply to this challenge using OpenSIPS?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Users mailing list<br>
&gt;&gt;&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a> &lt;mailto:<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>&gt;<br>
&gt;&gt;&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; Sergio Gutiérrez<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
</div></div><div class="im">&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
<br>
</div><div class="im">_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
</div><div><div></div><div class="h5"><a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Sergio Gutiérrez<br>