<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>I had the same question/issue myself, and would be interested to know if there is a way. For myself, I had to do two things to get this to work:</div><div><br></div><div>1. Disable authentication so that FS would not itself generate a challenge. In vars.xml I added this:</div><div><br></div><div> <X-PRE-PROCESS cmd="set" data="internal_auth_calls=false"/></div><div><br></div><div>and in my internal.xml (because calls were coming in on my internal profile):</div><div><br></div><div><div> <param name="accept-blind-auth" value="true"/></div><div><br></div><div>2. Then I had to hack mod_sofia to create a new channel variable containing the received Proxy-Authorization on the inbound leg, and also let me set it on the outbound leg.</div><div><br></div><div>After that it worked, but I would still prefer a solution that didn't require changing mod_sofia, if one exists...</div><div><br></div><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--><div lang="EN-US" link="blue" vlink="purple"><div class="WordSection1"><p class="MsoNormal">>>Hi All!<o:p></o:p></p><p class="MsoNormal"><o:p>>> </o:p></p><p class="MsoNormal" style="mso-margin-top-alt:.05pt;margin-right:.9pt;margin-bottom:4.75pt;margin-left:0in;text-autospace:none">>>I would like to know if there is a param we could set in sofia profile to let freeswitch relay Proxy-Authentication requests to the caller instead of absorbing it.<o:p></o:p></p><p class="MsoNormal" style="mso-margin-top-alt:.05pt;margin-right:.9pt;margin-bottom:4.75pt;margin-left:0in;text-autospace:none"><o:p>>> </o:p></p><p class="MsoNormal" style="mso-margin-top-alt:.05pt;margin-right:.9pt;margin-bottom:4.75pt;margin-left:0in;text-autospace:none">>>Regards,<o:p></o:p></p><p class="MsoNormal" style="mso-margin-top-alt:.05pt;margin-right:.9pt;margin-bottom:4.75pt;margin-left:0in;text-autospace:none">>>Hamid<o:p></o:p></p><p class="MsoNormal"><o:p> </o:p></p></div></div></div><br></body></html>