Re: [OpenSIPS-Users] Request for clarification on tm timers

2010-03-10 Thread Bogdan-Andrei Iancu
dlg_handles.c)(svn rev >>> 6658)(2010-03-08) >>> >>> When opensips receive 'BYE', current_dlg_pointer must be not null, and >>> current_dlg_pointer had been initiated, so this function will be return >>> before 't->dialog_ctx = (void*)current_dlg_pointer;' be exec. So in 200 &

Re: [OpenSIPS-Users] Request for clarification on tm timers

2010-03-09 Thread Flatbush Telecom
= get_dlg_timeout(param->req); >> >> if (param->req->flags&bye_on_timeout_flag) >> current_dlg_pointer->flags |= DLG_FLAG_BYEONTIMEOUT; >> >> t->dialog_ctx = (void*)current_dlg_pointer; >> >> /* dialog is fully initialized */ >> current

Re: [OpenSIPS-Users] Request for clarification on tm timers

2010-03-09 Thread Bogdan-Andrei Iancu
Hi, First of all, if you want to dynamically change the final response timeout (fr_timeout), you need to have the "restart_fr_on_each_reply" enabled .See : http://www.opensips.org/html/docs/modules/1.6.x/tm.html#id270372 Regards, Bodgan Flatbush Telecom wrote: > I have a question regard

[OpenSIPS-Users] Request for clarification on tm timers

2010-03-08 Thread Flatbush Telecom
I have a question regarding the final response and how to accelerate failover. I have studied the documentation and have watched the discussions regarding fr_timer and fr_inv_timer. I do not think I understand the fine points of tm and would appreciated your assistance. My question is how do I