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
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users


_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to