Iñaki Baz Castillo writes:
Hi, I set fr_inv_timer=150 and use lcr module to
balance (and failover)
between two gateways.
is this with kamailio or sr? how did you set the timer? in k, it
should be something like this:
$avp(FR_TIMER_AVP) = GW_TIMEOUT;
t_relay();
where GW_TIMEOUT is in seconds, and in sr:
t_set_fr(INVITE_TIMEOUT, GW_TIMEOUT);
t_relay();
where INVITE_TIMEOUT and GW_TIMEOUT are ms.
-- juha