Robert,<br><br>That worked like a charm.  Thanks!<br><br><br><div class="gmail_quote">On Fri, Mar 27, 2009 at 2:02 AM, Robert Borz <span dir="ltr">&lt;<a href="mailto:robert.borz@web.de">robert.borz@web.de</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 Alan,<br>
<br>
this issue sounds a bit like the one I had some time ago... I also started with a sample configuration from the sipwise wizard.<br>
<br>
See <a href="http://lists.opensips.org/pipermail/users/2009-January/002639.html" target="_blank">http://lists.opensips.org/pipermail/users/2009-January/002639.html</a><br>
and <a href="http://lists.opensips.org/pipermail/users/2009-January/002630.html" target="_blank">http://lists.opensips.org/pipermail/users/2009-January/002630.html</a><br>
<br>
I ended up with the solution Bogdan presented to me:<br>
<br>
&gt; if you do auth -&gt; use consume_credentials<br>
&gt;   -&gt; if no auth, use remove_hf()<br>
<br>
This means, after I do auth (after calling proxy_authorize() on invite or www_authorize() on register) I call consume_credentials(), otherwise in the &#39;base-outbound&#39; route I just inserted<br>
<div class="im"><br>
if (is_present_hf(&quot;Proxy-Authorization&quot;)) {<br>
</div>        remove_hf(&quot;Proxy-Authorization&quot;);<br>
}<br>
<br>
to get rid of the credentials (Proxy-Authorization header) in ACKs and BYEs for upstream. This works very well for me.<br>
<br>
And last but not least: no annoying &quot;ERROR:auth:consume_credentials: noauthorized credentials found (error in scripts)&quot; anymore. :-)<br>
<br>
<br>
Regards,<br>
Robert</blockquote></div><br>