Yeah, I see that 407 Proxy Auth too, but I am not sure where to check for
that.
Here is my only challenge statement:
if (is_method("REGISTER"))
{
if (!www_authorize("", "subscriber"))
{
www_challenge("", "0");
exit;
}
.
.
.
On 10/12/08 12:23 PM, "Juha Heinanen" <jh(a)tutpro.com> wrote:
your cap looks weird. your proxy receives invite from
(i think) gw,
forwards it, and then sends 407 to gw. try to check from your config
file, why your proxy challenges the invite after it has forwarded it.
perhaps your cap does not include all packets (all interfaces).
-- juha