<div dir="ltr">Michael,<div><br></div><div><br></div><div>  We are using mod_http_cache to upload recorted WAV file to S3(AWS)</div><div><br></div><div> Bellow is my billing and upload lua script</div><div><br></div><div><div>  session:execute(&#39;set&#39;,&#39;nibble_account=&#39;..acount);</div><div>  session:execute(&#39;set&#39;,&#39;nibble_rate=&#39;..rate);</div><div>  session:execute(&#39;export&#39;,&#39;execute_on_answer=record_session http_cache://<a href="http://bucketname.s3-ap-southeast-1.amazonaws.com/&#39;..file_name">http://bucketname.s3-ap-southeast-1.amazonaws.com/&#39;..file_name</a>) </div></div><div><br></div><div><br></div><div>Thanks</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 29, 2016 at 10:19 PM, Michael Jerris <span dir="ltr">&lt;<a href="mailto:mike@jerris.com" target="_blank">mike@jerris.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">how are you uploading to amazon?  sounds like whatever that is is blocking execute state.<br>
<div><div class="h5"><br>
&gt; On Apr 29, 2016, at 12:59 AM, Murugan Pandian &lt;<a href="mailto:manpower13.cse@gmail.com">manpower13.cse@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; HI,<br>
&gt;<br>
&gt;    We  are using nibllebill for billing and AWS S3 for call recording storage ,When we record the call using record_session it will upload recorded WAV file to s3(AWS).<br>
&gt;<br>
&gt; Issue:<br>
&gt;<br>
&gt;           1.mod_nibblebill bill ammount include record_session wav file upload time<br>
&gt;<br>
&gt;<br>
&gt; Example:<br>
&gt;<br>
&gt;   if I talk 2 mins and record_session take 20/sec to upload WAV file to S3(AWS) the billed amount 2.20/mins (0.1 per mins total amount 0.3 )   but billed time only shows 2 mins<br>
<br>
<br>
</div></div>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>