ok - great.

bogdan

Diego Valencia wrote:

Thanks Bogdan!, this works fine to me :o)

BR

Diego
----- Original Message ----- From: "Bogdan-Andrei Iancu" <[EMAIL PROTECTED]>
To: "Diego Valencia" <[EMAIL PROTECTED]>
Cc: <[email protected]>
Sent: Tuesday, March 14, 2006 4:24 PM
Subject: Re: [Users] 302 Moved Temporarily


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