Re: [SR-Users] Timeout after t_suspend and failure route

2015-03-19 Thread Daniel-Constantin Mierla
exit; > > } > > } > > > > Mickael > > > > *From:*Daniel-Constantin Mierla [mailto:mico...@gmail.com] > *Sent:* Thursday, March 19, 2015 10:00 AM > *To:* Mickael Marrache; 'Kamailio (SER) - Users Mailing List' > *Subject:* Re: [SR-Use

Re: [SR-Users] Timeout after t_suspend and failure route

2015-03-19 Thread Mickael Marrache
la [mailto:mico...@gmail.com] Sent: Thursday, March 19, 2015 10:00 AM To: Mickael Marrache; 'Kamailio (SER) - Users Mailing List' Subject: Re: [SR-Users] Timeout after t_suspend and failure route Have you tried forwarding after the timeout of suspended transaction occurred? What kin

Re: [SR-Users] Timeout after t_suspend and failure route

2015-03-19 Thread Daniel-Constantin Mierla
eems to have fixed it… > > > > Mickael > > > > *From:*Daniel-Constantin Mierla [mailto:mico...@gmail.com] > *Sent:* Wednesday, March 18, 2015 8:54 PM > *To:* Mickael Marrache; Kamailio (SER) - Users Mailing List > *Subject:* Re: [SR-Users] Timeout after t_suspe

Re: [SR-Users] Timeout after t_suspend and failure route

2015-03-18 Thread Mickael Marrache
Thanks Daniel! Your patch seems to have fixed it… Mickael From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Wednesday, March 18, 2015 8:54 PM To: Mickael Marrache; Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Timeout after t_suspend and failure route

Re: [SR-Users] Timeout after t_suspend and failure route

2015-03-18 Thread Daniel-Constantin Mierla
Can you try with the patch from the next commit? - https://github.com/kamailio/kamailio/commit/6484b199fb48acc2c55f318812f2c968b845ca80 Cheers, Daniel On 18/03/15 17:09, Mickael Marrache wrote: > Confirmed. > > Thanks, > Mickael > > On 18 במרץ 2015, at 18:06, Daniel-Constantin Mierla

Re: [SR-Users] Timeout after t_suspend and failure route

2015-03-18 Thread Mickael Marrache
Confirmed. Thanks, Mickael > On 18 במרץ 2015, at 18:06, Daniel-Constantin Mierla wrote: > > Hello, > > can't check the code right now, but to confirm, if you use t_on_failure() > before suspending the transaction, isn't executed? > > Cheers, > Daniel > >> On 18/03/15 15:56, Mickael Marrach

Re: [SR-Users] Timeout after t_suspend and failure route

2015-03-18 Thread Daniel-Constantin Mierla
Hello, can't check the code right now, but to confirm, if you use t_on_failure() before suspending the transaction, isn't executed? Cheers, Daniel On 18/03/15 15:56, Mickael Marrache wrote: > > Hi, > > > > When receiving an INVITE, I arm a failure route and set the fr_timer > to 30 seconds. Af

[SR-Users] Timeout after t_suspend and failure route

2015-03-18 Thread Mickael Marrache
Hi, When receiving an INVITE, I arm a failure route and set the fr_timer to 30 seconds. After the fr_timer expires, I need to do some operations however I see the failure route is not executed. I guess it is related to the fact the INVITE has not been forwarded? If yes, how can I execut