<div dir="ltr">Try to use "bind_meta_app" that will go to another lua script. From there, the operator will be prompted to dial an extension.  So, this is a two-stage process. If it's only a single digit, bind_meta_app can execute it directly.<br><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><a href="https://camiguintelekom.wordpress.com/about-the-author/" target="_blank">Nandy Dagondon</a></div><div dir="ltr"><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Mon, Jul 9, 2018 at 8:49 AM, Francesco Facco de Lagarda <span dir="ltr"><<a href="mailto:francesco@delagarda.com" target="_blank">francesco@delagarda.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="IT" link="#0563C1" vlink="#954F72"><div class="m_-189030175958002883WordSection1"><p class="MsoNormal"><span lang="EN-US">I have tried to run this example from the javascript reference:<u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US">The only difference is that I am  calling another extension<u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US">I am UNABLE to collect ANY data from bridge .. i.e. logAndStopBridge NEVER gets called!!<u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p><p class="MsoNormal"><span lang="EN-US">What AM I doing wrong ?<u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p><p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#333333">function</span><span lang="EN-US" style="font-size:10.5pt;color:#333333"> </span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#333333">logAndStopBridge ( session, type, dtmf, userData) {</span><span lang="EN-US" style="font-size:10.5pt;color:#333333"><u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#333333"> console_log("WARNING","Given userData.param of "+(userData && userData.param));</span><span lang="EN-US" style="font-size:10.5pt;color:#333333"><u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#333333"> return</span><span lang="EN-US" style="font-size:10.5pt;color:#333333"> </span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#333333">false;</span><span lang="EN-US" style="font-size:10.5pt;color:#333333"><u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#333333">}</span><span lang="EN-US" style="font-size:10.5pt;color:#333333"><u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#333333">session.answer();</span><span lang="EN-US" style="font-size:10.5pt;color:#333333"><u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#333333">while</span><span lang="EN-US" style="font-size:10.5pt;color:#333333"> </span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#333333">( session.ready() ) {</span><span lang="EN-US" style="font-size:10.5pt;color:#333333"><u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#333333"><u></u> <u></u></span></p><p class="MsoNormal" style="text-indent:35.4pt"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#333333">//  var</span><span lang="EN-US" style="font-size:10.5pt;color:#333333"> </span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#333333">mySession = new</span><span lang="EN-US" style="font-size:10.5pt;color:#333333"> </span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#333333">Session("sofia/sip/<a href="mailto:mycall@mydomain.com" target="_blank">mycall@<wbr>mydomain.com</a>");</span><span lang="EN-US" style="font-size:10.5pt;color:#333333"><u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#333333">      var</span><span lang="EN-US" style="font-size:10.5pt;color:#333333"> </span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#333333">mySession = new</span><span lang="EN-US" style="font-size:10.5pt;color:#333333"> </span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#333333">Session("user/1000");</span><span lang="EN-US" style="font-size:10.5pt;color:#333333"><u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#333333"><u></u> <u></u></span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#333333">  bridge(session, mySession, logAndStopBridge, {param:"under the rock"});</span><span lang="EN-US" style="font-size:10.5pt;color:#333333"><u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#333333">} <u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p><p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p></div></div><br>______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH Services<br>
<a href="mailto:sales@freeswitch.com">sales@freeswitch.com</a><br>
<a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank">https://freeswitch.com/oss</a><br>
<a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank">https://freeswitch.org/<wbr>confluence</a><br>
<a href="https://cluecon.com" rel="noreferrer" target="_blank">https://cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.<wbr>freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/<wbr>mailman/listinfo/freeswitch-<wbr>users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.<wbr>freeswitch.org/mailman/<wbr>options/freeswitch-users</a><br>
<a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a><br></blockquote></div><br></div></div>