[Kamailio-Users] Handling 302s
Graham Wooden
graham at g-rock.net
Sun Oct 12 19:27:37 CEST 2008
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 at 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
>
More information about the Users
mailing list