Hello Tamas,<br><br>Getting starting with spidermonkey is as simple as following this example in this email.<br><br>In your configuration file of freeswitch.xml, simply configure a dial plan extension that will executes the &quot;Javascript&quot; dial plan application.
<br><br>For example * , inserting this segment into your dial plan section will yield extension 1480 to 'default.js' : <br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;extension name=&quot;1480&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^1480$&quot;&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;javascript&quot; data=&quot;default.js&quot; /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<br><br>To explore, change &quot;default.js&quot; to another .js file and make sure that your js file is located in /usr/local/freeswitch/scripts .
<br>[ I am not sure what directory this is under win32, can somebody clarify this?] <br><br>You should be able to download the example JS scripts from the URL you provided and follow the same directions.<br><br>Beyond that is basically up to your feedback. &nbsp; How would you best see the framework solving problems for your environment? 
<br><br>Try reviewing the &quot;mod_spidermonkey.c&quot; source code, and if you have any questions feel free to post them here.<br><br>Best regards,<br>D<br><a href="http://www.hypercubesolutions.com">www.hypercubesolutions.com
</a><br><br>* Make sure that when you build Freeswitch that your &quot;modules.conf&quot;
includes the un-commented line of mod_spidermonkey (Which is _not_ on
by default)<br><br><br><br><br><br><br><br><br><br>
<div><span class="gmail_quote">On 8/16/06, <b class="gmail_sendername">Tamas</b> &lt;<a href="mailto:jalsot@gmail.com">jalsot@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I'm experimenting with freeswitch and want to build simple IVR in js,<br>however I don't know how to set up freeswitch for it.<br>I have mod_spidermonkey compiled already.<br><br>Could anybody tell me what to do next?
<br>[I know, there are some examples scripts at<br><a href="http://www.freeswitch.org/eg/js/">http://www.freeswitch.org/eg/js/</a>]<br><br>Thanks in advance,<br>&nbsp;&nbsp;&nbsp;&nbsp;Tamas<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">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
</a><br>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<br></blockquote></div><br>