If you can execute a system command then you could do something as simple as this:<div>system(&#39;fs_cli -x &quot;uuid_kill xxxxxxxx&quot;&#39;)</div><div><br></div><div>Where xxx is the uuid you want to hang up.</div><div>
<br></div><div>Just so you know, the method you&#39;ve chosen may have been somewhat easy to implement, it probably won&#39;t scale very well because you&#39;ll have a JS instance for every call that goes through this billing system. A few dozen calls won&#39;t be a problem, but if you intend to scale then I would recommend you look at creating a call control system written in C or use ESL (event socket library) to have a program connect to FS via TCP where you can control many hundreds of calls simultaneously and you can have your program connect to an external database, checking balances, etc. </div>
<div><br></div><div>Just my two cents.</div><div><br></div><div>-MC</div><div><br><div class="gmail_quote">On Tue, Dec 14, 2010 at 2:27 PM, Shamun toha md <span dir="ltr">&lt;<a href="mailto:shamun.toha@gmail.com">shamun.toha@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>Is there no scanner using crontab to connnect FS and trigger command uuid_drop uuid that i want to drop ? </div><div>
<br></div><div>- How can i solve this using ? &quot;SpiderMonkey&quot; is there any patch to have the setTimeout() function alteast, which will be a scanner for my session.uuid&#39;s ???</div>
<div><br></div><div><br></div><div><br></div>
<br><br><div class="gmail_quote"><div class="im">On Tue, Dec 14, 2010 at 10:34 PM, Brian West <span dir="ltr">&lt;<a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a>&gt;</span> wrote:<br></div>
<div><div></div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have to say that statement right there is WRONG.  You should never ever be doing billing inline like this and if you are you&#39;re doing it wrong.<br>
<br>
Just my advice here... you don&#39;t have to follow it you can take it with a grain of salt but if you really want to do this correctly then you had better learn C.<br>
<font color="#888888"><br>
/b<br>
</font><div><br>
On Dec 14, 2010, at 3:32 PM, Shamun toha md wrote:<br>
<br>
&gt; I build the whole billing using Javascript<br>
<br>
<br>
</div><div><div>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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></div></div><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>
<br></blockquote></div><br></div>