Hi Alex,<br>I am not worry about this message,
"ERROR:auth:consume_credentials: no authorized credentials found (error in scripts)",<br>receivng because of consume_credentials, my problem is the caller wasnt in the trusted table so he should receive challenge from proxy but he was able to bypass authentication as his ip was in trusted table.<br>
<br><br>
if(is_from_local()) {<br>
if(!allow_trusted()) {<br>
xlog("L_INFO", "[ROUTE-2 !] Issuing proxy challenge\n");<br>
<br>
if(!proxy_authorize("", "subscriber")) {<br>
proxy_challenge("", "1");<br>
exit;<br>
}<br> any idea?<br>Thanks,<br><br>Asim<br><br><br>