<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Hi Bogdan,<br><br>I'm bit confused. <br><br>If I add   t_newtran() as follow to by authentication route will it affect the original INVITEs ?<br><br>There's no much details about   t_newtran() function in documentation.<br><br>will this function create a new transaction for retransmitted INVITEs and allow to by pass the proxy_authorize("","subscriber")?<br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br>will this affect the accounting anyway ?<br><br>thanks<br><br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Bogdan-Andrei Iancu &lt;bogdan@voice-system.ro&gt;<br><b><span style="font-weight: bold;">To:</span></b> OpenSIPS users
 mailling list &lt;users@lists.opensips.org&gt;<br><b><span style="font-weight: bold;">Sent:</span></b> Thursday, July 29, 2010 15:26:47<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [OpenSIPS-Users] proxy_authorize("","subscriber") bug ??<br></font><br>Hi Pasan,<br><br>Better try something like:<br><br><br>&nbsp;  if (!allow_trusted()) {<br>&nbsp; &nbsp; &nbsp; &nbsp;  t_newtran();<br>&nbsp; &nbsp; &nbsp; &nbsp;  if (!proxy_authorize("","subscriber")) {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if(!lookup("location") ){<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; proxy_challenge("","0");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; exit;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; &nbsp; &nbsp; } else if (!check_from()) {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sl_send_reply("403", "Spoofed From-URI detected");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 xlog("L_INFO","Spoofed From-URI detected ! from --&gt; $fu <br>-- IP $si PORT:$sp");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; exit;<br>&nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; &nbsp; &nbsp; if(is_present_hf("Proxy-Authorization")){<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; consume_credentials();<br>&nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; }<br><br><br>the t_check_tran() function check is the transaction already exists (for <br>retransmissions), but it is not creating the transaction.<br><br>Best regards,<br>Bogdan<br><br><br>Pasan Meemaduma wrote:<br>&gt; Hi Bogdan,<br>&gt;<br>&gt; My authentication route is as follow,<br>&gt;<br>&gt;&nbsp; &nbsp; if (!allow_trusted()) {<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (!proxy_authorize("","subscriber")) {<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  if(!lookup("location") ){<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  proxy_challenge("","0");<br>&gt;&nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  exit;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  }<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  } else if (!check_from()) {<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  sl_send_reply("403", "Spoofed From-URI detected");<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  xlog("L_INFO","Spoofed From-URI detected ! from --&gt; <br>&gt; $fu -- IP $si PORT:$sp");<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  exit;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  }<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  if(is_present_hf("Proxy-Authorization")){<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  consume_credentials();<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  }<br>&gt;&nbsp; &nbsp;  }<br>&gt;<br>&gt; This route is before the dispatch route (t_relay())<br>&gt; I think retransmitted INVITEs get block by this route so If I use the <br>&gt; t_check_trans()&nbsp; as follow will I able to absorb the retransmitted <br>&gt;
 INVITE ?<br>&gt;<br>&gt;&nbsp; &nbsp; if (!allow_trusted()) {<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (!proxy_authorize("","subscriber")) {<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  if(!lookup("location") &amp;&amp; ! t_check_trans() ){<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  proxy_challenge("","0");<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  exit;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  }<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  } else if (!check_from()) {<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  sl_send_reply("403", "Spoofed From-URI detected");<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  xlog("L_INFO","Spoofed From-URI detected ! from --&gt; <br>&gt; $fu -- IP $si PORT:$sp");<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  exit;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  }<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  if(is_present_hf("Proxy-Authorization")){<br>&gt;&nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  consume_credentials();<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;  }<br>&gt;&nbsp; &nbsp;  }<br>&gt;<br>&gt; modparam("auth", "disable_nonce_check", 1) setting this is not a good <br>&gt; idea i think.<br>&gt;<br>&gt; thanks<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt; *From:* Pasan Meemaduma &lt;<a ymailto="mailto:pasandev@ymail.com" href="mailto:pasandev@ymail.com">pasandev@ymail.com</a>&gt;<br>&gt; *To:* OpenSIPS users mailling list &lt;<a ymailto="mailto:users@lists.opensips.org" href="mailto:users@lists.opensips.org">users@lists.opensips.org</a>&gt;<br>&gt; *Sent:* Monday, July 12, 2010 16:46:26<br>&gt; *Subject:* Re: [OpenSIPS-Users] proxy_authorize("","subscriber") bug ??<br>&gt;<br>&gt; Hi Bogdan,<br>&gt;<br>&gt; Thanks for the quick reply,<br>&gt;<br>&gt; What I now suspect is the security mechanism for stale nonces <br>&gt; introduced in later 1.4 causing
 this. The identical configuration <br>&gt; works fine with opensips 1.4<br>&gt;<br>&gt; This problem started to appear after I upgrade server from openser to <br>&gt; opensips about a month ago.<br>&gt;<br>&gt; Loosing registration is the most worst problem since its affecting <br>&gt; incoming calls.<br>&gt;<br>&gt; For the moment what I did was add the following in my opensips.cfg <br>&gt; after going through the mailing list archives.<br>&gt;<br>&gt;<br>&gt; modparam("auth", "disable_nonce_check", 1)<br>&gt;<br>&gt; As I understood opensips reject nonce which is used before even if it <br>&gt; send with correct credentials. This could be the problem that <br>&gt; Re-INVITEs get 407 .<br>&gt;<br>&gt; I can't do much changes to observe more debuging information like <br>&gt; setting set debug =6&nbsp; as this is a production server.<br>&gt;<br>&gt; I'm going to apply the new setting modparam("auth", <br>&gt; "disable_nonce_check", 1) tomorrow on our
 offpeak time and see whether <br>&gt; it will resolve the problem.<br>&gt;<br>&gt; I'll get back to here tomorrow with the results.<br>&gt;<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt; *From:* Bogdan-Andrei Iancu &lt;<a ymailto="mailto:bogdan@voice-system.ro" href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;<br>&gt; *To:* OpenSIPS users mailling list &lt;<a ymailto="mailto:users@lists.opensips.org" href="mailto:users@lists.opensips.org">users@lists.opensips.org</a>&gt;<br>&gt; *Sent:* Monday, July 12, 2010 15:46:18<br>&gt; *Subject:* Re: [OpenSIPS-Users] proxy_authorize("","subscriber") bug ??<br>&gt;<br>&gt; Hi Pasan,<br>&gt;<br>&gt; first, for non-REGISTER requests use only the proxy_XXXX() functions.<br>&gt;<br>&gt; For debugging the failure, try:<br>&gt;<br>&gt; 1) print the return code of the proxy_authorize() (use $retcode) - see<br>&gt; <a
 href="http://www.opensips.org/html/docs/modules/1.6.x/auth_db.html#id228340" target="_blank">http://www.opensips.org/html/docs/modules/1.6.x/auth_db.html#id228340</a><br>&gt;<br>&gt; 2) set debug =6 and post the log corresponding to the INVITE processing .<br>&gt;<br>&gt; Regards,<br>&gt; Bogdan<br>&gt;<br>&gt; Pasan Meemaduma wrote:<br>&gt; &gt; Hi All,<br>&gt; &gt;<br>&gt; &gt; I'm having trouble with my authentication routine with opensips 1.5<br>&gt; &gt;<br>&gt; &gt; I'm currently using opensips 1.5.3-1<br>&gt; &gt;<br>&gt; &gt; And there are lot of voip equipments using this production server.<br>&gt; &gt;<br>&gt; &gt; problem is&nbsp; that sometimes for some sip clients<br>&gt; &gt; proxy_authorize("","subscriber") returns false even with correct<br>&gt; &gt; credentials.<br>&gt; &gt;<br>&gt; &gt; basically most of the times this happens to Re-INVITEs in a dialogue<br>&gt; &gt; (messages with Proxy-Authorization Header).<br>&gt; &gt;<br>&gt; &gt;
 This is causing in progress calls being failed. sip client gives up<br>&gt; &gt; when it changes again.<br>&gt; &gt;<br>&gt; &gt; And another problem is with www_authorize("", "subscriber")<br>&gt; &gt;<br>&gt; &gt; It has the same problem returns false even with correct credentials.<br>&gt; &gt; and this happens randomly so , its hard to figure out why .<br>&gt; &gt;<br>&gt; &gt; does any one else having problem with simillar issues with using these<br>&gt; &gt; routines ?<br>&gt; &gt;<br>&gt; &gt; Is it a bug in these routines ?<br>&gt; &gt;<br>&gt; &gt; Is there a new release for 1.5 branch which has fixed this sort of a<br>&gt; &gt; problem.<br>&gt; &gt;<br>&gt; &gt; any help on this would be very appreciated.<br>&gt; &gt;<br>&gt; &gt; currently server has more than 8000 entries in location table at any<br>&gt; &gt; given time and handles more than 3000 calls per day.<br>&gt; &gt;<br>&gt; &gt; following is one such sip trace that i got from a
 call<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Even the re- INVITE has correct Proxy-Authorization header present<br>&gt; &gt; opensips change it again.<br>&gt; &gt;<br>&gt; &gt; U 2010/06/24 16:03:40.466974 y.y.y.y:5060 -&gt; x.x.x.x:5060<br>&gt; &gt; INVITE sip:<a ymailto="mailto:1234567890@x.x.x.x" href="mailto:1234567890@x.x.x.x">1234567890@x.x.x.x</a> &lt;mailto:<a ymailto="mailto:1234567890@x.x.x.x" href="mailto:1234567890@x.x.x.x">1234567890@x.x.x.x</a>&gt; SIP/2.0.<br>&gt; &gt; To:&nbsp; &lt;sip:<a ymailto="mailto:1234567890@x.x.x.x" href="mailto:1234567890@x.x.x.x">1234567890@x.x.x.x</a> &lt;mailto:<a ymailto="mailto:1234567890@x.x.x.x" href="mailto:1234567890@x.x.x.x">1234567890@x.x.x.x</a>&gt;&gt;.<br>&gt; &gt; From: "abcdefgh" &lt;sip:<a ymailto="mailto:abcdefgh@x.x.x.x" href="mailto:abcdefgh@x.x.x.x">abcdefgh@x.x.x.x</a> <br>&gt; &lt;mailto:<a ymailto="mailto:abcdefgh@x.x.x.x"
 href="mailto:abcdefgh@x.x.x.x">abcdefgh@x.x.x.x</a>&gt;&gt;;tag=252070.<br>&gt; &gt; Call-ID: 444603gj@192.168.1.20.<br>&gt; &gt; CSeq: 5 INVITE.<br>&gt; &gt; Via: SIP/2.0/UDP 192.168.1.20:5060;branch=z9hG4bK155910d13;rport.<br>&gt; &gt; Allow: ACK,BYE,CANCEL,INVITE,INFO,NOTIFY,OPTIONS,PRACK,REFER,UPDATE.<br>&gt; &gt; Contact: &lt;sip:abcdefgh@192.168.1.20:5060&gt;.<br>&gt; &gt; Supported: replaces,precondition.<br>&gt; &gt; Accept: application/sdp,application/cpim-pidf+xml.<br>&gt; &gt; Expires: 240.<br>&gt; &gt; User-Agent: BiPAC 7404VGPX 5.53.s6.b1.<br>&gt; &gt; Accept-Language: en.<br>&gt; &gt; Content-Type: application/sdp.<br>&gt; &gt; Content-Length: 306.<br>&gt; &gt; Content-Language: en.<br>&gt; &gt; Content-Disposition: session.<br>&gt; &gt; Max-Forwards: 70.<br>&gt; &gt; Proxy-Authorization: Digest<br>&gt; &gt; <br>&gt; username="abcdefgh",realm="x.x.x.x",nonce="4c22f542000042ba42dd84f4cd197a73f815b9c34124752c",uri="sip:<a
 ymailto="mailto:1234567890@x.x.x.x" href="mailto:1234567890@x.x.x.x">1234567890@x.x.x.x</a> <br>&gt; &lt;mailto:<a ymailto="mailto:1234567890@x.x.x.x" href="mailto:1234567890@x.x.x.x">1234567890@x.x.x.x</a>&gt;",response="32f7b1dfebfa87b20d1efe0e47019b81".<br>&gt; &gt; .<br>&gt; &gt; v=0.<br>&gt; &gt; o=abcdefgh 862 862 IN IP4 192.168.1.20.<br>&gt; &gt; s=-.<br>&gt; &gt; c=IN IP4 192.168.1.20.<br>&gt; &gt; t=0 0.<br>&gt; &gt; m=audio 5100 RTP/AVP 18 0 8 101.<br>&gt; &gt; a=rtpmap:18 G729/8000.<br>&gt; &gt; a=rtpmap:0 PCMU/8000.<br>&gt; &gt; a=rtpmap:8 PCMA/8000.<br>&gt; &gt; a=rtpmap:101 telephone-event/8000.<br>&gt; &gt; a=fmtp:101 0-15,66,70.<br>&gt; &gt; a=curr:qos e2e send.<br>&gt; &gt; a=des:qos optional e2e sendrecv.<br>&gt; &gt; a=sendrecv.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; U 2010/06/24 16:03:40.468557 x.x.x.x:5060 -&gt; y.y.y.y:5060<br>&gt; &gt; SIP/2.0 407 Proxy Authentication Required.<br>&gt; &gt; To:&nbsp; &lt;sip:<a
 ymailto="mailto:1234567890@x.x.x.x" href="mailto:1234567890@x.x.x.x">1234567890@x.x.x.x</a> <br>&gt; &lt;mailto:<a ymailto="mailto:1234567890@x.x.x.x" href="mailto:1234567890@x.x.x.x">1234567890@x.x.x.x</a>&gt;&gt;;tag=a1270bde159848b15079f3c250cc0b75.56af.<br>&gt; &gt; From: "abcdefgh" &lt;sip:<a ymailto="mailto:abcdefgh@x.x.x.x" href="mailto:abcdefgh@x.x.x.x">abcdefgh@x.x.x.x</a> <br>&gt; &lt;mailto:<a ymailto="mailto:abcdefgh@x.x.x.x" href="mailto:abcdefgh@x.x.x.x">abcdefgh@x.x.x.x</a>&gt;&gt;;tag=252070.<br>&gt; &gt; Call-ID: 444603gj@192.168.1.20.<br>&gt; &gt; CSeq: 5 INVITE.<br>&gt; &gt; Via: SIP/2.0/UDP<br>&gt; &gt; 192.168.1.20:5060;branch=z9hG4bK155910d13;rport=5060;received=y.y.y.y.<br>&gt; &gt; Proxy-Authenticate: Digest realm="x.x.x.x",<br>&gt; &gt; nonce="4c22f55a00004fac9c389333991faa357d4dda38f4b9159f".<br>&gt; &gt; Server: Voip.<br>&gt; &gt; Content-Length: 0.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br><br><br>--
 <br>Bogdan-Andrei Iancu<br>OpenSIPS Bootcamp<br>20 - 24 September 2010, Frankfurt, Germany<br>www.voice-system.ro<br><br><br>_______________________________________________<br>Users mailing list<br><a ymailto="mailto:Users@lists.opensips.org" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br><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>
</div><br></body></html>