I have a script that will do just that, and it&#39;s pretty simple, it&#39;s written in ruby :).<br><br><a href="http://fisheye.freeswitch.org/browse/FreeSWITCH/contrib/diegoviola/ruby/callcard/cdr.rb">http://fisheye.freeswitch.org/browse/FreeSWITCH/contrib/diegoviola/ruby/callcard/cdr.rb</a><br>
<br>Best regards,<br><br>Diego<br><br><div class="gmail_quote">On Tue, Sep 8, 2009 at 12:18 AM, Michael S  Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</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;">
I get the feeling that you are trying to use the wrong tool for the<br>
job. If you need to launch a script after the call ends AND you need<br>
access to the CSV file then you either should switch to XML CDR or<br>
just write a Perl script that runs as a daemon that sits and waits for<br>
CSV files to appear and process them accordingly. Don&#39;t use<br>
api_hang_hook when you need to post process calls and work with CDR<br>
data.<br>
<br>
-MC<br>
<br>
Sent from my iPhone<br>
<div><div></div><div class="h5"><br>
On Sep 7, 2009, at 4:47 AM, NOx-WHV &lt;<a href="mailto:enno.egbert@googlemail.com">enno.egbert@googlemail.com</a>&gt; wrote:<br>
<br>
&gt;<br>
&gt; I just see, that i have a second problem.<br>
&gt;<br>
&gt; If I have a call and this call is without any response on the called<br>
&gt; side,<br>
&gt; the FS doesn´t call the script.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; NOx-WHV wrote:<br>
&gt;&gt;<br>
&gt;&gt; Thanks for help!<br>
&gt;&gt;<br>
&gt;&gt; I works, but now i have a new problem. The script works with the<br>
&gt;&gt; csv file<br>
&gt;&gt; from /FS/log/cdr-csv/XXX.csv.<br>
&gt;&gt;<br>
&gt;&gt; The problem is that the action application first starts and then<br>
&gt;&gt; the FS<br>
&gt;&gt; write the entry in the csv file.<br>
&gt;&gt;<br>
&gt;&gt; Does anybody have a tipp, how to call the script after writing the<br>
&gt;&gt; csv<br>
&gt;&gt; file?<br>
&gt;&gt;<br>
&gt;&gt; Thanks<br>
&gt;&gt;<br>
&gt;&gt; NOx<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; mercutioviz wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Sent from my iPhone<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Sep 3, 2009, at 6:08 AM, NOx-WHV &lt;<a href="mailto:enno.egbert@googlemail.com">enno.egbert@googlemail.com</a>&gt;<br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; does anybody have a tip how to start a batchfile after hanging up.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; After ext. 1000 calls 1001 and hang up, i need a request to call:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; /../../FS/batchfile 1000<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; if 1001 calls 1000 i need:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; /../../FS/batchfile 1001<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; and so on...<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt; Try something like this in your Dialplan:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &lt;action application=&quot;set&quot; data=&quot;api_hangup_hook=system batchfile $<br>
&gt;&gt;&gt; {sip_from_user}&quot;/&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; -MC<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thanks for help<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; View this message in context:<br>
&gt;&gt;&gt;&gt; <a href="http://www.nabble.com/select-batchfile-after-call-tp25275633p25275633.html" target="_blank">http://www.nabble.com/select-batchfile-after-call-tp25275633p25275633.html</a><br>
&gt;&gt;&gt;&gt; Sent from the Freeswitch-users mailing list archive at Nabble.com.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; --<br>
&gt; View this message in context: <a href="http://www.nabble.com/select-batchfile-after-call-tp25275633p25329259.html" target="_blank">http://www.nabble.com/select-batchfile-after-call-tp25275633p25329259.html</a><br>
&gt; Sent from the Freeswitch-users mailing list archive at Nabble.com.<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</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>
</div></div></blockquote></div><br>