On Friday, February 27, 2015 07:08:05 AM Anthony Messina wrote: > On Friday, February 27, 2015 11:53:22 Camille Oudot wrote: > > Le Sat, 21 Feb 2015 12:47:08 -0600, > > > > > > > > Anthony Messina <amess...@messinet.com> a écrit : > > > Good day. Is anyone able to let me in on what this means "WARNING: > > > <core> [local_timer.c:83]: _local_timer_dist_tl(): 0 expire timer > > > added"? I just started seeing this after pulling down 5c1a9df from > > > git and it seems like something that I probably don't want happening. > > > > > > > Hi Anthony, > > > > Are you using TLS? I've just sent a patch to master that will fix an > > issue I introduced with the per-socket lifetime on TLS connections. Can > > you try it? > > > > -- > > Camille > > Thanks Camille. I am using TLS, but I've had some long days at work. I'll > rebuild and give it a shot this weekend. -A
I no longer see this issue. Thank you. I've added a check in onreply_route for $avp(caller_conid)!=$null since it appears the AVP isn't always available for some reason. -A #!ifdef WITH_TCPOPS if(proto!=UDP && status=="200") { if(is_method("INVITE")) { # enable on callee's connection tcp_keepalive_enable("60", "5", "5"); # enable on caller's connection if($avp(caller_conid)!=$null) tcp_keepalive_enable("$avp(caller_conid)", "60", "5", "2"); } if(is_method("BYE")) { tcp_keepalive_disable(); tcp_keepalive_disable("$avp(bye_conid)"); } } #!endif } -- Anthony - https://messinet.com/ - https://messinet.com/~amessina/gallery 8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users