Re: [SR-Users] Return code after fr_inv_timer hit

2011-01-18 Thread Daniel-Constantin Mierla
Do you have failed transaction accounting enabled? Can you watch the sip traffic (ngrep, wireshark), is the 408 sent to caller as well? Cheers, Daniel On 1/18/11 10:54 AM, Mino Haluz wrote: So failure_route[FAIL_ONE] { ... if (t_check_status(408)) { t_reply(480,Temporarily

Re: [SR-Users] Return code after fr_inv_timer hit

2011-01-18 Thread Mino Haluz
I changed the flag, and added: if (t_check_status(408|480)) { setflag(4); t_reply(480,Temporarily unavailable); exit; } But with no difference .. On Tue, Jan 18, 2011 at 12:02 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Not sure if

[SR-Users] Return code after fr_inv_timer hit

2011-01-14 Thread Mino Haluz
Hi, I would like to force kamailio to send another code as Request timeout when fr invite timeout is hit. Is there some nice way how to achieve it, or I have to edit the code ? :( Thank you! ___ SIP Express Router (SER) and Kamailio (OpenSER) -

Re: [SR-Users] Return code after fr_inv_timer hit

2011-01-14 Thread Klaus Darilion
Am 14.01.2011 10:28, schrieb Mino Haluz: Hi, I would like to force kamailio to send another code as Request timeout when fr invite timeout is hit. Is there some nice way how to achieve it, or I have to edit the code ? :( activate a failure route: t_on_failure(foo) then in failure route