When my t_relay() times out, it returns 0. Why doesn't it return -1? Before calling t_relay(), I call t_on_failure(). If t_relay() always returns 0, why does my failure block execute? This makes no sense to me. I must not be reading in between the lines of the docs enough, because theres a lot of things here that just don't add up.
Yes, I'm asking a lot of questions. That's because the docs don't have all the information.
Doug.
-----Original Message----- From: Douglas Garstang Sent: Fri 11/25/2005 5:16 PM To: users@openser.org Cc: Subject: RE: [Users] Setting t_relay() timeout in lcr
I just managed to set the timeout with fr_inv_timer from the tm module, and it seems to have the right effect. So, what are fr_inv_timer and fr_inv_timer_next in lcr module for then??? -----Original Message----- From: Douglas Garstang Sent: Fri 11/25/2005 5:07 PM To: users@openser.org Cc: Subject: [Users] Setting t_relay() timeout in lcr How can I set the t_relay() INVITE timeout in the lcr module? Setting fr_inv_timer and fr_inv_timer_next with modparam seems to have no effect. What's the significance of fr_inv_timer_avp? Do I need to set that instead? And just what is an 'rpid'??? I can't find this documented anywhere. Thanks