<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">I have openser set up to <FONT class="Apple-style-span" size="4"><SPAN class="Apple-style-span" style="font-size: 16px;">remove previously authorized credentials from the message being processed by the server, using consume_credentials. Yet the authorization credentials are still being passed. Any help is as always appreciated. Thank you. </SPAN></FONT><FONT class="Apple-style-span" size="4"><SPAN class="Apple-style-span" style="font-size: 16px;">The related openser.cfg portions are posted below...</SPAN></FONT><DIV><FONT class="Apple-style-span" size="4"><SPAN class="Apple-style-span" style="font-size: 16px;"></SPAN></FONT><BR class="khtml-block-placeholder"><DIV>if (!www_authorize("", "subscriber")) {</DIV><DIV>                                www_challenge("", "1");</DIV><DIV>                                break;</DIV><DIV>                        };</DIV><DIV>                        consume_credentials();</DIV><DIV>                        save("location");</DIV><DIV>                        break;</DIV><DIV>if I then restart openser, make a call and start tethereal I get....</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>tethereal -V port 5060 | grep username</DIV><DIV>Authorization: Digest username="theusernamewashere",realm="ser1.manhattan.whatever.net",nonce="43457703fa69c4dd5321a7229ea41102f2200390",uri="sip:<A href="mailto:13143212222@ser1.manhattan.whatever.net">13143212222@ser1.manhattan.whatever.net</A>",algorithm=MD5,response="fc57c2b4897d3d7b8ad887a788bf07f6",qop=aut</DIV><DIV><BR class="khtml-block-placeholder"></DIV></DIV></BODY></HTML>