<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6001.18148" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText61065 dir=ltr>
<DIV dir=ltr><FONT face=Verdana color=#000000 size=2>We need to&nbsp;deal with the fact that the remote Nextone UA does not reply when <FONT face=Tahoma>Proxy-Authorization or <FONT face=Verdana>Authorization</FONT>&nbsp;is present in the body </FONT></FONT></DIV>
<DIV dir=ltr><FONT face=Verdana size=2>In this example, removing the Proxy-Authorization after authentication as been done on Opensips seems to work.</FONT></DIV>
<DIV dir=ltr><FONT face=Tahoma size=2></FONT><FONT face=Verdana color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Verdana color=#000000 size=2>&nbsp;# local and authenticated user ? route the call, else challenge authentication<BR>&nbsp;if(is_from_local()){<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (proxy_authorize("", "subscriber")){<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; remove_hf("Proxy-Authorization");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; t_relay();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy_challenge("", "1");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;}<BR></DIV></FONT></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> users-bounces@lists.opensips.org on behalf of Julien Chavanton<BR><B>Sent:</B> Mon 07/09/2009 4:06 PM<BR><B>To:</B> Users@lists.opensips.org<BR><B>Subject:</B> [OpenSIPS-Users] Nextone - Proxy-Authorization and AuthorizationHeader<BR></FONT><BR></DIV>
<DIV dir=ltr>
<DIV><FONT face=Verdana color=#000000 size=2>Hi, when forwarding call to Nextone SBC if there is </FONT></DIV>
<DIV><FONT face=Verdana size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana size=2>Proxy-Authorization or Authorization header it does not reply to&nbsp;INVITE</FONT></DIV>
<DIV><FONT face=Verdana size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana size=2>Can&nbsp;I&nbsp;configure Opensip&nbsp;not to forward the authentication information used with his clients softphones ?</FONT></DIV></DIV></BODY></HTML>