<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Thanks Matt, I can play a file, but still can't run the function.
Are there any application can run a function instead a file?<br>
<br>
Thanks!<br>
Normando<br>
<br>
<br>
<div class="moz-cite-prefix">El 25/01/2016 a las 05:59 a.m., Matt
Broad escribió:<br>
</div>
<blockquote
cite="mid:CAEeV61j1Fnr_Ltj9rCa2j-w_67z-b2cX2pcGiTqfqXJ7S2jEnQ@mail.gmail.com"
type="cite">
<div dir="ltr">try using the 1 liner sched_broadcast <a
moz-do-not-send="true"
href="https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+sched+broadcast"><a class="moz-txt-link-freetext" href="https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+sched+broadcast">https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+sched+broadcast</a></a>
<div><br>
</div>
<div>The below will schedule a broadcast to play
/tmp/hangupfile.mp3 to both legs after 60 seconds. </div>
<div><br>
</div>
<div><i>maxTimeTaskID = </i><i>session.execute("sched_broadcast",
"+60 playback!normal_clearing::/tmp/hangupfile.mp3 both")</i>;<br>
</div>
<div><br>
</div>
<div>If you find you need to cancel the broadcast use:</div>
<div><br>
</div>
<div><i>session.execute("sched_cancel",maxTimeTaskID);</i><br>
</div>
<div><br>
</div>
<div>hope this helps.</div>
<div><br>
</div>
<div>thanks</div>
<div>Matt</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On 25 January 2016 at 06:58, <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:royj@yandex.ru" target="_blank">royj@yandex.ru</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">have no
relationship to the resource, but first link to request
'asynchronous code javascript'<br>
<br>
<a moz-do-not-send="true"
href="http://www.hiddenwebgenius.com/blog/guides/understanding-javascripts-asynchronous-code/"
rel="noreferrer" target="_blank">http://www.hiddenwebgenius.com/blog/guides/understanding-javascripts-asynchronous-code/</a><br>
<br>
25.01.2016, 09:16, "Normando Hall" <<a
moz-do-not-send="true" href="mailto:nhall@unixlan.com.ar"><a class="moz-txt-link-abbreviated" href="mailto:nhall@unixlan.com.ar">nhall@unixlan.com.ar</a></a>>:<br>
<div class="HOEnZb">
<div class="h5">> Sorry, I missed to say it is
Freeswitch 1.4<br>
><br>
> El 25/01/2016 a las 02:53 a.m., Normando Hall
escribió:<br>
>> Hello everybody.<br>
>><br>
>> I am coding a js script to do somethings, and
I want to add a global<br>
>> timeout, to call a function to play a file and
hangup. But the function<br>
>> called inmediatelly.<br>
>> Also tested with setInterval, the same
behaviour.<br>
>><br>
>> function playTimeout(despedida){<br>
>> if (session.ready()) {<br>
>> logger("TIMEOUT");<br>
>> session.execute("playback", sonidos +
"/TIMEOUT.wav");<br>
>> session.execute("sleep","500");<br>
>> logger(despedida);<br>
>> session.execute("playback", sonidos +
"/" + despedida + ".wav");<br>
>> session.hangup();<br>
>> }<br>
>> exit("TIMEOUT");<br>
>> }<br>
>><br>
>> setTimeout(playTimeout(despedida),120000);<br>
>> .<br>
>> .<br>
>> .<br>
>> my script continue<br>
>><br>
>> Any help is welcome!<br>
>><br>
>> Thank you<br>
>> Normando<br>
>><br>
>>
_________________________________________________________________________<br>
>> Professional FreeSWITCH Consulting Services:<br>
>> <a moz-do-not-send="true"
href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
>> <a moz-do-not-send="true"
href="http://www.freeswitchsolutions.com"
rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
>><br>
>> Official FreeSWITCH Sites<br>
>> <a moz-do-not-send="true"
href="http://www.freeswitch.org" rel="noreferrer"
target="_blank">http://www.freeswitch.org</a><br>
>> <a moz-do-not-send="true"
href="http://confluence.freeswitch.org"
rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
>> <a moz-do-not-send="true"
href="http://www.cluecon.com" rel="noreferrer"
target="_blank">http://www.cluecon.com</a><br>
>><br>
>> FreeSWITCH-users mailing list<br>
>> <a moz-do-not-send="true"
href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
>> <a moz-do-not-send="true"
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 moz-do-not-send="true"
href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>> <a moz-do-not-send="true"
href="http://www.freeswitch.org" rel="noreferrer"
target="_blank">http://www.freeswitch.org</a><br>
><br>
>
_________________________________________________________________________<br>
> Professional FreeSWITCH Consulting Services:<br>
> <a moz-do-not-send="true"
href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
> <a moz-do-not-send="true"
href="http://www.freeswitchsolutions.com"
rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
><br>
> Official FreeSWITCH Sites<br>
> <a moz-do-not-send="true"
href="http://www.freeswitch.org" rel="noreferrer"
target="_blank">http://www.freeswitch.org</a><br>
> <a moz-do-not-send="true"
href="http://confluence.freeswitch.org"
rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
> <a moz-do-not-send="true"
href="http://www.cluecon.com" rel="noreferrer"
target="_blank">http://www.cluecon.com</a><br>
><br>
> FreeSWITCH-users mailing list<br>
> <a moz-do-not-send="true"
href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
> <a moz-do-not-send="true"
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 moz-do-not-send="true"
href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a moz-do-not-send="true"
href="http://www.freeswitch.org" rel="noreferrer"
target="_blank">http://www.freeswitch.org</a><br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a moz-do-not-send="true"
href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://www.freeswitchsolutions.com"
rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a moz-do-not-send="true"
href="http://www.freeswitch.org" rel="noreferrer"
target="_blank">http://www.freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://confluence.freeswitch.org"
rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a moz-do-not-send="true" href="http://www.cluecon.com"
rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a moz-do-not-send="true"
href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a moz-do-not-send="true"
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 moz-do-not-send="true"
href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a moz-do-not-send="true"
href="http://www.freeswitch.org" rel="noreferrer"
target="_blank">http://www.freeswitch.org</a></div>
</div>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>
Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://confluence.freeswitch.org">http://confluence.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>
FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a></pre>
</blockquote>
<br>
</body>
</html>