<br><div class="gmail_quote">On Thu, Oct 8, 2009 at 7:56 PM, Diego Viola <span dir="ltr"><<a href="mailto:diego.viola@gmail.com">diego.viola@gmail.com</a>></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><extension name="test"><br><condition field="destination_number" expression="^8084$"><br>
<action application="answer"/><br><action application="enable_heartbeat" data="1"/><br></condition><br></extension><br><br>But when I do "event plain all" I see the heartbeats are being fired every 20 seconds... what I'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, "%s setting session heartbeat to %u second(s).\n",<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>