Re: [SR-Users] 401 after a 302

2014-03-14 Thread Marc Soda
I found t_on_branch_failure() in 4.1. Would that be the way to handle this? On Thu, Mar 13, 2014 at 1:36 PM, Marc Soda wrote: > Can someone tell me how to handle a 401 from a 302 redirect? I am > attempting to register with the uac module. Normally, I set a failure > route for the 401 and ca

[SR-Users] 401 after a 302

2014-03-13 Thread Marc Soda
Can someone tell me how to handle a 401 from a 302 redirect? I am attempting to register with the uac module. Normally, I set a failure route for the 401 and call auc_auth(). In this case, I am receiving a 302, sending the register with get_redirects(), then getting a 401. However, Kamailio see