<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">What are you wanting to accomplish first? &nbsp;<div><br></div><div>/b</div><div><br><div><div>On Dec 15, 2008, at 1:32 AM, Stephen Crosby wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; ">I'm Stephen Crosby, and I've just started working with freeswitch.<br>It's been great so far.<br><br>I want to run a custom script inside a conference when a DTMF sequence<br>is entered. I found bind_meta_app and thought it would be perfect, but<br>I can't seem to get it to work. When I dial-in and press *8, I get no<br>debugging output at all. When I press another sequence like *9 for<br>instance, I get: [WARNING] switch_ivr_async.c:1429 meta_on_dtmf()<br><a href="mailto:sofia/external/5593495805@sip.gafachi.com">sofia/external/5593495805@sip.gafachi.com</a><span class="Apple-converted-space">&nbsp;</span>Ignoring meta digit '9' not<br>mapped. The script I wrote has been tested with "jsrun script.js" from<br>the command line and it does work. I've got the debugging level all<br>the way up and there's just not much for me to go on. Any help would<br>be greatly appreciated.<br><br>&lt;extension name="gafachi-DID1"><br>&nbsp;&lt;condition field="destination_number" expression="^xxxxxxxxxxx$"><br>&nbsp;&nbsp;&nbsp;&lt;action application="answer"/><br>&nbsp;&nbsp;&nbsp;&lt;action application="bind_meta_app" data="8 ab s<br>javascript::$${base_dir}/scripts/script.js"/><br>&nbsp;&nbsp;&nbsp;&lt;action application="conference" data="3000@default"/><br>&nbsp;&lt;/condition><br>&lt;/extension><br><br>--Stephen</span></blockquote></div><br></div></body></html>