<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 29, 2013 at 6:11 AM, Matt Broad <span dir="ltr">&lt;<a href="mailto:matt@inveroak.com" target="_blank">matt@inveroak.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    Hi Anthony, <br>
    just an update to say that the change you made works perfectly!<br>
    <br>
    Just to outline, Using javascript I first set a scheduled broadcast
    for x seconds time (which in this case will also end the call).  If
    something occurs before this broadcast, the broadcast should be
    canceled.  <br>
    <br>
    To do this I used the following javascript:<br>
    <br>
    //set the broadcast to play and then end the call<br>
    session.execute(&quot;sched_broadcast&quot;, &quot;+60
    playback!normal_clearing::/sounds/callending.mp3 both&quot;);<br>
    <br>
    //I now need to get the task ID for this broadcast<br>
    var endCallBroadcastTaskID = session.getVariable(&quot;last_sched_id&quot;);<br>
    <br>
    //now check for something. if something happend then cancel the
    broadcast using the taskid collected previously<br>
    if (somethingHappened == true)<br>
    {<br>
        session.execute(&quot;sched_cancel&quot;,endCallBroadcastTaskID);<br>
    }<br>
    <br>
    I will happily add to the wiki to include this change/addition, but
    will need a few pointers in doing so.  Is there a page on the wiki
    explaining how to do this?<br></div></blockquote><div><br></div><div>We have an introduction page here: <a href="https://wiki.freeswitch.org/wiki/Documentation_Guidelines">https://wiki.freeswitch.org/wiki/Documentation_Guidelines</a><br>
<br></div><div>We use Mediawiki which is the same software used by Wikipedia. In your case it looks like you just need to update an existing page which is easier than trying to create a new one from scratch. Be sure to request a wiki account from the login screen if you don&#39;t already have one.  <br>
<br></div><div>-MC<br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div text="#000000" bgcolor="#FFFFFF">
    <br>
    thanks<span class=""><font color="#888888"><br>
    Matt</font></span><div><div class="h5"><br></div></div></div></blockquote><div><br> </div></div>-- <br>Michael S Collins<br>Twitter: @mercutioviz<br><a href="http://www.FreeSWITCH.org" target="_blank">http://www.FreeSWITCH.org</a><br>
<a href="http://www.ClueCon.com" target="_blank">http://www.ClueCon.com</a><br><a href="http://www.OSTAG.org" target="_blank">http://www.OSTAG.org</a><br><br>
</div></div>