<div dir="ltr">You have to run the script within FreeSWITCH from the dialplan using the &#39;javascript&#39; application in mod_v8, see <a href="https://freeswitch.org/confluence/display/FREESWITCH/mod_v8">https://freeswitch.org/confluence/display/FREESWITCH/mod_v8</a>. That provides some extra objects and interfaces such as the Session object that you won&#39;t have defined if you&#39;re running it as a shell script.</div><div class="gmail_extra"><br><div class="gmail_quote">On 13 May 2016 at 14:47, Nduwayezu, Joselyne <span dir="ltr">&lt;<a href="mailto:35633@heb.be" target="_blank">35633@heb.be</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>Hello,</div><div><br></div><div>How do you write script in javascript when you want to invoke it in the dialplan?</div><div><br></div><div>I tried this:</div><div><br></div><div>#!/usr/bin/js</div><div><br></div><div>session = new Session (&quot;sofia/external/<a href="mailto:xxxx@yyyy.fr" target="_blank">xxxx@yyyy.fr</a>&quot;);</div><div>session.waitForanswer(10000);</div><div>if(session.ready()) {</div><div>session.sleep(1000);</div><div>session.streamFile(&quot;path to the file&quot;);</div><div><br></div><div>But when i execute it, i get the error:</div><div>ReferenceError: Session is not defined</div><div><br></div><div>How can i fix it?</div><div><br></div><div><br clear="all"></div><div><div><div dir="ltr">NDUWAYEZU Joselyne<br></div></div></div>
</div>

<br>
Haute École de Bruxelles<br>_________________________________________________________________________<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>