[Kamailio-Users] Handling 302s

Juha Heinanen jh at tutpro.com
Sun Oct 12 19:32:20 CEST 2008


Graham Wooden writes:

 > 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;
 >                 }

407 comes from proxy_challenge.  either your config has one or not all
packets were shown in capture.

this starts to consume too many cycles that are away from writing code.
dig into your config file and make sure that wireshark captures all
packets. 

-- juha




More information about the Users mailing list