Yes, you&#39;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">&lt;<a href="mailto:yungwei@resolvity.com">yungwei@resolvity.com</a>&gt;</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&#39;m wondering if the following extension can handle multiple concurrent calls. Thanks.<br>
<br>
  &lt;extension name=&quot;test&quot;&gt;<br>
        &lt;condition field=&quot;destination_number&quot; expression=&quot;^9912$&quot;&gt;<br>
                &lt;action application=&quot;answer&quot;/&gt;<br>
                &lt;action application=&quot;javascript&quot; data=&quot;test.js&quot;/&gt;<br>
        &lt;/condition&gt;<br>
  &lt;/extension&gt;<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>