<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 deal with the fact that the remote Nextone UA does not reply when <FONT face=Tahoma>Proxy-Authorization or <FONT face=Verdana>Authorization</FONT> 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> </DIV>
<DIV dir=ltr><FONT face=Verdana color=#000000 size=2> # local and authenticated user ? route the call, else challenge authentication<BR> if(is_from_local()){<BR> if (proxy_authorize("", "subscriber")){<BR> remove_hf("Proxy-Authorization");<BR> t_relay();<BR> exit;<BR> }<BR> else{<BR> proxy_challenge("", "1");<BR> exit;<BR> }<BR> }<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> </DIV>
<DIV><FONT face=Verdana size=2>Proxy-Authorization or Authorization header it does not reply to INVITE</FONT></DIV>
<DIV><FONT face=Verdana size=2></FONT> </DIV>
<DIV><FONT face=Verdana size=2>Can I configure Opensip not to forward the authentication information used with his clients softphones ?</FONT></DIV></DIV></BODY></HTML>