[Kamailio-Users] fr_inv_timer not honored (fr_inv_timer/2 is used in fact)

Juha Heinanen jh at tutpro.com
Thu Mar 4 09:03:58 CET 2010


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



More information about the Users mailing list