I set fr_timeout parameter of tm module to 5, so after 5 seconds opensips generates a 408 response, but keeps retransmitting the INVITE even after that. Apart from that the handling of INVITE is pretty straight forward: Do lookup to find the destination (callee), and if found call t_relay(). Thanks
On Wed, Jul 4, 2018 at 11:40 AM Pasan Meemaduma <[email protected]> wrote: > Hi Yuval, > SIP Timers related functions can be found in TM (transaction) module > http://www.opensips.org/html/docs/modules/2.4.x/tm.html > <http://www.opensips.org/html/docs/modules/2.4.x/tm.html#param_T1_timer> > hard to say whats causing retransmission after a final reply without > knowing your config. > > > > <http://www.opensips.org/html/docs/modules/2.4.x/tm.html#param_T1_timer> > > > > > On Wednesday, 4 July 2018, 1:17:41 PM GMT+5:30, Yuval Dinari via Users < > [email protected]> wrote: > > > Hi, > 1. How can I control the amount/time window of retransmissions? > 2. I see a behavior in which opensips sends an INVITE to a non responsive > client. After a few retransmissions it sends a 408 to the originator of the > INVITE, and then sends some more retransmissions of the INVITE. I don't > understand why it send INVITE-s after the 408. > > Thanks > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users >
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
