Re: [SR-Users] Example kamailio.cfg t_check_trans()

2016-01-08 Thread Daniel-Constantin Mierla
rom:*sr-users [mailto:sr-users-boun...@lists.sip-router.org] *On > Behalf Of *Daniel-Constantin Mierla > *Sent:* 04 January 2016 08:06 > *To:* Kamailio (SER) - Users Mailing List <sr-users@lists.sip-router.org> > *Subject:* Re: [SR-Users] Example kamailio.cfg t_check_trans() &g

Re: [SR-Users] Example kamailio.cfg t_check_trans()

2016-01-04 Thread Phil Lavin
ubject: Re: [SR-Users] Example kamailio.cfg t_check_trans() Hello, On 31/12/15 12:39, Phil Lavin wrote: Hi there, The example config that Kamailio ships with contains this block of code in request_route: # handle retransmissions if(t_precheck_trans()) { t_check_trans(); exit; } t_check

Re: [SR-Users] Example kamailio.cfg t_check_trans()

2016-01-04 Thread Daniel-Constantin Mierla
Hello, On 31/12/15 12:39, Phil Lavin wrote: > > Hi there, > > > > The example config that Kamailio ships with contains this block of > code in request_route: > > > > # handle retransmissions > > if(t_precheck_trans()) { > > t_check_trans(); > > exit; > > } > > t_check_trans(); > >

[SR-Users] Example kamailio.cfg t_check_trans()

2015-12-31 Thread Phil Lavin
Hi there, The example config that Kamailio ships with contains this block of code in request_route: # handle retransmissions if(t_precheck_trans()) { t_check_trans(); exit; } t_check_trans(); I am not fully understanding the requirement for either of the t_check_trans() here. As far