Re: [SR-Users] Several BYEs conveying Kamailio

2010-07-11 Thread Maciej Bylica
I think my script is pretty much standard one: route{ if (!mf_process_maxfwd_header("10")) { sl_send_reply("483","Too Many Hops"); exit; }; if (msg:len >= 2048 ) { sl_send_reply("513", "Message too big"); exit

Re: [SR-Users] Several BYEs conveying Kamailio

2010-07-10 Thread Maciej Bylica
Thanks So does it mean that placing t_check_trans() inside loose_route() part of the script should solve my issue? Of course i do have record_route() for all non-REGISTER messages. Thx, Maciej. 2010/7/9 Alex Balashov : > If the BYEs are genuine retransmissions, they should be dampened using > t

Re: [SR-Users] Several BYEs conveying Kamailio

2010-07-09 Thread Alex Balashov
If the BYEs are genuine retransmissions, they should be dampened using t_check_trans() before they are processed by TM and therefore ACC. On 07/09/2010 08:03 AM, Maciej Bylica wrote: Dear ALL, I have configured Kamailio 1.5 from svn with radius (radiusclient-ng) support for acc. All seem to w