Too early, the call hangs up then enters the reporting stage where it will write CDRs.<br><br>3 approaches I can think of:<br><br>- Write a perl daemon that monitors the file for filesize/mtime changes and runs if it sees the file change. You could look at either a periodic stat with a sleep smaller than cron allows or using inotify.<br>
- Make the CSV a FIFO with your perl daemon at the other end (I&#39;d be wary of that - there&#39;s no other copy for backup and if your daemon isn&#39;t running the FIFO can fill up and lose CDRs)<br>- Move to mod_xml_cdr which is actually designed for that. You can either use your perl code as a CGI or under apache+mod_perl so you don&#39;t have to do a complete rewrite.<br>
<br>I&#39;d say mod_xml_cdr is the best approach.<br><br>-Steve<br><br><br><br><div class="gmail_quote">On 23 September 2010 12:29,  <span dir="ltr">&lt;<a href="mailto:covici@ccs.covici.com">covici@ccs.covici.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;">I would like to  insert the cdr information when the call hangsup,<br>
rather than some kron job or something -- is there a way I can use<br>
hangup_api_hook to execute the perl code, or is this too early for<br>
cdr_csv to have populated the variables?<br>
<br>
Thanks.<br>
<br>
--<br>
Your life is like a penny.  You&#39;re going to lose it.  The question is:<br>
How do<br>
you spend it?<br>
<br>
         John Covici<br>
         <a href="mailto:covici@ccs.covici.com">covici@ccs.covici.com</a><br>
<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>
</blockquote></div><br>