<br><div class="gmail_quote">On Thu, Oct 8, 2009 at 7:56 PM, Diego Viola <span dir="ltr">&lt;<a href="mailto:diego.viola@gmail.com">diego.viola@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi everyone,<br><br>I have a question about FreeSWITCH heartbeat, I have this on my dialplan:<br><br>&lt;extension name=&quot;test&quot;&gt;<br>&lt;condition field=&quot;destination_number&quot; expression=&quot;^8084$&quot;&gt;<br>

&lt;action application=&quot;answer&quot;/&gt;<br>&lt;action application=&quot;enable_heartbeat&quot; data=&quot;1&quot;/&gt;<br>&lt;/condition&gt;<br>&lt;/extension&gt;<br><br>But when I do &quot;event plain all&quot; I see the heartbeats are being fired every 20 seconds... what I&#39;m doing wrong?<br>

<br></blockquote><div><br>On the console do you see the call to switch_core_session_enable_heartbeat? <br>switch_core_session.c:1041:    switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_INFO, &quot;%s setting session heartbeat to %u second(s).\n&quot;,<br>
<br>Confirm that it is actually calling that.<br><br>BTW, it would sure be nice if this app were documented on the wiki, hint hint. ;)<br>-MC<br>  <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks,<br><font color="#888888"><br>Diego<br><br>
</font><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>