Hey Community,
I've tried to google and view the docs for Kamailio about fr_inv_timer (and other timers), but I don't think they do what I'm wanting.
Basically, I want to cancel an INVITE request and progress to the next contact if the current contact has not send a non-100 provisional code or final response after a certain amount of time.
Am I missing some obvious setting that I overlooked in my searches or do I have to approach this 'manually' (aka, not just a setting)?
Any help is greatly appreciated.
Ryan Brindley
On 10/24/2014 12:17 PM, Ryan Brindley wrote:
Am I missing some obvious setting that I overlooked in my searches or do I have to approach this 'manually' (aka, not just a setting)?
Correct; there is no TM timer that deals with this scenario.
Your best bet is to set the fr_inv_timer to something very short, then reset it to something longer, using t_set_fr()/t_reset_fr(), in an onreply_route, when you receive a non-100 1xx response.
Alex -- oh, awesome. thanks for the help. I had read you could reset the timer via a setting, but for some reason didn't even think to look for a function that does it manually.
Thanks again for the help!
Ryan Brindley Software Development Officer Stratics Networks, Inc. 1.866.635.6918 x108
On Fri, Oct 24, 2014 at 11:19 AM, Alex Balashov abalashov@evaristesys.com wrote: