Yes, you'll have one js instance for each call. JS does not scale very well, but if you want the ability to scale a lot then you should use Lua.<div><br></div><div>-MC<br><br><div class="gmail_quote">On Wed, Jun 8, 2011 at 8:30 AM, Yungwei Chen <span dir="ltr"><<a href="mailto:yungwei@resolvity.com">yungwei@resolvity.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
I'm wondering if the following extension can handle multiple concurrent calls. Thanks.<br>
<br>
<extension name="test"><br>
<condition field="destination_number" expression="^9912$"><br>
<action application="answer"/><br>
<action application="javascript" data="test.js"/><br>
</condition><br>
</extension><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></div>