<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">This likely requires a modification to mod_valet_parking to ignore the dtmf.<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On May 13, 2015, at 5:26 PM, Szeto, Steven &lt;<a href="mailto:steven.szeto@mitel.com" class="">steven.szeto@mitel.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Suppose I have a public dial plan entry that looks like this:<div class=""><br class=""></div><div class=""><div class="">&nbsp; &nbsp; &lt;extension name="1201"&gt;</div><div class="">&nbsp; &nbsp; &nbsp; &lt;condition field="destination_number" expression="1201"&gt;</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="export" data="x-MitelIsACD = true" /&gt;</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="playback" data="{loops=1}tone_stream://${us-ring}" /&gt;</div><div class=""><span class="" style="white-space:pre">        </span> &nbsp; &nbsp;&lt;action application="valet_park" data="QueuedCalls auto in 900000 902000" /&gt;<br class=""></div><div class="">&nbsp; &nbsp; &nbsp; &lt;/condition&gt;</div><div class="">&nbsp; &nbsp; &lt;/extension&gt;</div></div><div class=""><br class=""></div><div class="">I have an IVR application that listens to DTMF keystrokes from the valet parked call.<br class=""></div><div class=""><br class=""></div><div class="">I want to disable DTMF processing by freeswitch for calls that are valet parked.</div><div class=""><br class=""></div><div class="">The main reason for disabling DTMF is that the caller can press "#" (end of dial character), and freeswitch will terminate the call for the following reason:</div><div class=""><div class=""><br class=""></div><div class="">2015-05-13 17:13:28.729128 [NOTICE] switch_core_state_machine.c:315 sofia/internal/<a href="mailto:3006@10.47.32.159" class="">3006@10.47.32.159</a> has executed the last dialplan instruction, hanging up.</div><div class="">2015-05-13 17:13:28.729128 [NOTICE] switch_core_state_machine.c:317 Hangup sofia/internal/<a href="mailto:3006@10.47.32.159" class="">3006@10.47.32.159</a> [CS_EXECUTE] [NORMAL_CLEARING]</div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">I have tried to add these entries to the dial plan, but they do not work:</div><div class=""><br class=""></div><div class=""><div class=""><span class="" style="white-space:pre">                </span>&lt;action application="stop_dtmf"/&gt;<br class=""></div><div class=""><span class="" style="white-space:pre">                </span>&lt;action application="set" data="drop_dtmf=true"/&gt;</div><div class=""><br class=""></div></div><div class="">Any suggestions?</div><div class=""><br class=""></div><div class="">/Steve</div></div>

<br class=""></div></blockquote></div><br class=""></div></body></html>