<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi folks</div><div class=""><br class=""></div><div class="">I am trying to use FS as an automated test platform to send calls into an IVR system (also FS) and test the various call flows.</div><div class=""><br class=""></div><div class="">I am using node.js to control the tests over ESL.</div><div class=""><br class=""></div><div class="">I am using ‘originate xxx &amp;park()’ to initiate the test call to the IVR.</div><div class=""><br class=""></div><div class="">Then ‘detect_speech’ with pocketsphinx to listen for key phrases in the prompts from the IVR (‘followed by hash’) etc.</div><div class=""><br class=""></div><div class="">So far so good - although I haven’t tested many different prompts yet.</div><div class=""><br class=""></div><div class="">I am then trying to use ’send_dtmf’ to navigate the IVR menus.</div><div class=""><br class=""></div><div class="">I am having some problems with this.</div><div class=""><br class=""></div><div class="">After the ‘send_dtmf’ is requested, nothing happens.</div><div class=""><br class=""></div><div class="">I read on a different post that it will work if you do a ‘playback’ before ‘send_dtmf’.</div><div class=""><br class=""></div><div class="">I tried this, and yes, ‘send_dtmf’ now does something - but not what is expected.</div><div class=""><br class=""></div><div class="">The&nbsp;CHANNEL_EXECUTE_COMPLETE event for ‘send_dtmf’ returns instantly ( e.g. 1 ms after the associated CHANNEL_EXECUTE event) rather than after the DTMF is sent, which messes up my state machine.</div><div class=""><br class=""></div><div class="">Also the IVR system does not react to the DTMF.</div><div class=""><br class=""></div><div class="">I made a test call to an x-lite instead of the IVR, and could hear the DTMF but it was distorted.</div><div class=""><br class=""></div><div class="">Any help greatly appreciated.</div><div class=""><br class=""></div><div class="">I am using 1.6.9 (installed from rpm’s) on centos 7.</div><div class=""><br class=""></div><div class="">Thanks</div><div class=""><br class=""></div><div class="">Phil</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); font-family: Monaco;  font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><span class="Apple-style-span" style="border-collapse: separate; line-height: normal; border-spacing: 0px;"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px;"><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><br class=""></div></span></div></span></div></div></body></html>