[Users] 302 Moved Temporarily

Bogdan-Andrei Iancu bogdan at voice-system.ro
Tue Mar 14 20:24:57 CET 2006


Hi Diego,

yes, it's possible. For INVITEs tou want to block the 302, install a 
failure route to catch the 302 reply :

failure_route[x] {
    if (t_check_status(302)) {
       t_reply("403","denied");
       exit;
    }
}

regards,
bogdan

Diego Valencia wrote:

> Hi guys, I want to do that SER does not accept "302 Moved Temporarily" 
> messages from UA. I don't want to permit to do forwarding from UAs.
> Is it posible?
>  
> thanks!
>  
> Diego
>  
> ____________________
> Diego Valencia
> Network Support
> IP-Tel SA
> Tel: 0351-5890002
> Movil: 0351-155194286
>  
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Users mailing list
>Users at openser.org
>http://openser.org/cgi-bin/mailman/listinfo/users
>  
>





More information about the Users mailing list