Re: [SR-Users] Dispatcher, Failure Route and fr_timeout

2015-07-07 Thread Asgaroth
Hi Daniel, Thanks for the info, that corrected the issue. Just another quick one, I presume that when I set the fr_timout timer on an initial request, does it stay set for all subsequent messages during the transaction/dialog lifetime? If I only wanted it to fire for 250ms on the initial requ

Re: [SR-Users] Dispatcher, Failure Route and fr_timeout

2015-07-07 Thread Daniel-Constantin Mierla
Hello, you need to re-arm the failure route inside the failure_route, before relaying again. Failure routes are armed one time, when a final response is received, it is reset. Cheers, Daniel On 06/07/15 19:40, Asgaroth wrote: > Hi All, > > I would like to reduce the time it takes for kamailio to

[SR-Users] Dispatcher, Failure Route and fr_timeout

2015-07-06 Thread Asgaroth
Hi All, I would like to reduce the time it takes for kamailio to timeout an initial message to a dispatcher destination so that it will select the next destination in the set, before, hopefully, a restransmission. In this case I am testing registration messages. I came accross the t_set_fr()