Thank you for the suggestion. Yes I went to the direction then Stop. How to handle Hangup actions for every call?<div><br></div><div>For Example : I do not want to calculate the duration for all the calls or execute actions for all the calls. I need calculate for particular calls only.I tested the following ,<b> it execute for every calls hangup</b>. How to control or How to execute in some conditions.</div>
<div><br></div><div><br></div><div><div>cdr_csv.conf.xml</div><div><br></div></div><div><br></div><div>&lt;param name=&quot;default-template&quot; value=&quot;lua&quot;/&gt;</div><div><br></div><div>&lt;template name=&quot;lua&quot;&gt;${lua(onhangup.lua)}&lt;/template&gt;</div>
<div><br><br><div class="gmail_quote">On Thu, Mar 18, 2010 at 11:16 AM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br><br><div class="gmail_quote"><div class="im">On Thu, Mar 18, 2010 at 7:38 AM, Aloysius Lloyd <span dir="ltr">&lt;<a href="mailto:lloyd.aloysius@gmail.com" target="_blank">lloyd.aloysius@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
Hi All,
<div><br></div><div>The following lua script for calculate the call duration. But the issue here , the duration is calculating from the outbound initiate time.</div><div><br></div><div>How to get the call answer time?</div>

</blockquote></div><div>If you&#39;re trying to do billing in-line you might as well stop right now and read the CDRs page on the wiki. Trying to calculate this from inside the session is silly. <br>-MC<br><br></div></div>

<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></div>