<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">might be able to do something like session heartbeat or system heartbeats for this. &nbsp;If freeswitch crashes you should capture that some other way and do the proper cleanup. &nbsp;If you are missing events for some other reason you should look closely at why that is. &nbsp;If its due to your listener not running, you should do some thing on startup of your listener to actively check state, if its for some other reason, you should fix that.<div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Feb 27, 2017, at 12:25 PM, Colin Morelli &lt;<a href="mailto:colin.morelli@gmail.com" class="">colin.morelli@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Thanks for the reply, Mike.<div class=""><br class=""></div><div class="">The use case I have is that I have calls tracked in a separate database that is kept in sync via events. In some (albeit rare) circumstances, such as FS crashing and/or events being dropped, the application's database can get out of sync with reality. What I was looking to do was simply track, each time an event is received, the next timestamp that I would expect to see another event from FS (based on the session timers). Then, have a separate job running hourly (or so), that looks for calls that have passed their next expected update and marks them as complete.</div><div class=""><br class=""></div><div class="">Do you have any other suggestions for accomplishing something similar? Worth noting I've disabled all SQL storage in FS, as basically everything is managed at different levels in the stack. If that's the only option, it could be re-enabled.</div><div class=""><br class=""></div><div class="">Best,</div><div class="">Colin</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Mon, Feb 27, 2017 at 12:16 PM, Michael Jerris <span dir="ltr" class="">&lt;<a href="mailto:mike@jerris.com" target="_blank" class="">mike@jerris.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I don’t think there is.&nbsp; I’m not even positive we get a callback in mod_sofia at all if the sdp is the same.<br class="">
<span class=""><br class="">
&gt; On Feb 27, 2017, at 12:04 PM, Colin Morelli &lt;<a href="mailto:colin.morelli@gmail.com" class="">colin.morelli@gmail.com</a>&gt; wrote:<br class="">
&gt;<br class="">
&gt; Hey all,<br class="">
&gt;<br class="">
&gt; Hopefully quick and easy question. I'm trying to comb through the source to find out - but having a hard time tracking it down. Is there an event FS emits when a refresher request is received on a call with session timers enabled?<br class="">
&gt;<br class="">
<br class="">
<br class="">
</span>______________________________<wbr class="">______________________________<wbr class="">_____________<br class="">
Professional FreeSWITCH Consulting Services:<br class="">
<a href="mailto:consulting@freeswitch.org" class="">consulting@freeswitch.org</a><br class="">
<a href="http://www.freeswitchsolutions.com/" rel="noreferrer" target="_blank" class="">http://www.<wbr class="">freeswitchsolutions.com</a><br class="">
<br class="">
Official FreeSWITCH Sites<br class="">
<a href="http://www.freeswitch.org/" rel="noreferrer" target="_blank" class="">http://www.freeswitch.org</a><br class="">
<a href="http://confluence.freeswitch.org/" rel="noreferrer" target="_blank" class="">http://confluence.freeswitch.<wbr class="">org</a><br class="">
<a href="http://www.cluecon.com/" rel="noreferrer" target="_blank" class="">http://www.cluecon.com</a><br class="">
<br class="">
FreeSWITCH-users mailing list<br class="">
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" class="">FreeSWITCH-users@lists.<wbr class="">freeswitch.org</a><br class="">
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/<wbr class="">mailman/listinfo/freeswitch-<wbr class="">users</a><br class="">
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.<wbr class="">freeswitch.org/mailman/<wbr class="">options/freeswitch-users</a><br class="">
<a href="http://www.freeswitch.org/" rel="noreferrer" target="_blank" class="">http://www.freeswitch.org</a></blockquote></div><br class=""></div>
_________________________________________________________________________<br class="">Professional FreeSWITCH Consulting Services: <br class=""><a href="mailto:consulting@freeswitch.org" class="">consulting@freeswitch.org</a><br class="">http://www.freeswitchsolutions.com<br class=""><br class="">Official FreeSWITCH Sites<br class="">http://www.freeswitch.org<br class="">http://confluence.freeswitch.org<br class="">http://www.cluecon.com<br class=""><br class="">FreeSWITCH-users mailing list<br class="">FreeSWITCH-users@lists.freeswitch.org<br class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br class="">UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br class="">http://www.freeswitch.org</div></blockquote></div><br class=""></div></body></html>