Hi Mike,<div><br></div><div>Thank you very much for your input. I figured out what I did wrong. I went through the code and saw that you attach a bug. It in turn will listen for the incoming RTP events and then generate the appropriate DTMF back out. I only needed to use gentones for my testing.</div>
<div>In any case, many thanks for putting me on the right path with the console logging.</div><div><br></div><div>Holger</div><div><br><div class="gmail_quote">On Tue, Oct 5, 2010 at 1:49 PM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Get a console debug of a call in progress and put it in pastebin. Be sure to use console loglevel 7. Hopefully the debug output will tell you what&#39;s going on when it tries to do inband DTMF sending.<br>
<br>Also, check this handy page for tips on collecting information for troubleshooting:<br>
<a href="http://wiki.freeswitch.org/wiki/Reporting_Bugs" target="_blank">http://wiki.freeswitch.org/wiki/Reporting_Bugs</a><br><br>-MC<br><br><div class="gmail_quote">On Tue, Oct 5, 2010 at 7:19 AM, Holger Esser <span dir="ltr">&lt;<a href="mailto:hesser4900@gmail.com" target="_blank">hesser4900@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex"><p class="MsoNormal"><span style="font-size:10pt">Hi
guys,</span></p>

<p class="MsoNormal"><span style="font-size:10pt"> </span></p>

<p class="MsoNormal"><span style="font-size:10pt">I
have a question about the </span><span><span style="font-size:9pt;color:black">start_dtmf_generate
function. I have a dialplan entry that is called from a socket call like this:</span></span><span><span style="font-size:9pt;color:black"></span></span></p>

<p class="MsoNormal"><span style="font-size:10pt">originate
sofia/gateway/teliax/xxxxxxxxxx 5000</span><span style="font-size:10pt"></span></p>

<p class="MsoNormal"><span style="font-size:10pt"> </span></p>

<p class="MsoNormal"><span style="font-size:9pt;font-family:&quot;Courier New&quot;">&lt;condition field=&quot;destination_number&quot;
expression=&quot;^5000$&quot;&gt;</span></p>

<p class="MsoNormal"><span style="font-size:9pt;font-family:&quot;Courier New&quot;">       
&lt;action application=&quot;answer&quot;/&gt;</span></p>

<p class="MsoNormal"><span style="font-size:9pt;font-family:&quot;Courier New&quot;">    
   &lt;action application=&quot;sleep&quot;
data=&quot;1000&quot;/&gt;</span></p>

<p class="MsoNormal"><span style="font-size:9pt;font-family:&quot;Courier New&quot;">      
 &lt;action application=&quot;playback&quot;
data=&quot;voicemail/vm-goodbye.wav&quot;/&gt;</span></p>

<p class="MsoNormal"><span style="font-size:9pt;font-family:&quot;Courier New&quot;">       
&lt;action application=&quot;sleep&quot; data=&quot;2000&quot;/&gt;</span></p>

<p class="MsoNormal"><span style="font-size:9pt;font-family:&quot;Courier New&quot;">       
&lt;action application=&quot;start_dtmf_generate&quot;/&gt;</span></p>

<p class="MsoNormal"><span style="font-size:9pt;font-family:&quot;Courier New&quot;">        &lt;action
application=&quot;send_dtmf&quot; data=&quot;0123456789&quot;/&gt;</span></p>

<p class="MsoNormal"><span style="font-size:9pt;font-family:&quot;Courier New&quot;">       
&lt;action application=&quot;sleep&quot; data=&quot;90000&quot;/&gt;</span></p>

<p class="MsoNormal"><span style="font-size:9pt;font-family:&quot;Courier New&quot;">      &lt;/condition&gt;</span></p>

<p class="MsoNormal"><span style="font-size:10pt"> </span></p>

<p class="MsoNormal"><span style="font-size:10pt"> </span></p>

<p class="MsoNormal"><span style="font-size:10pt">However,
DTMF are still via the RFC and not inband. I am using the latest GIT.</span></p>

<p class="MsoNormal"><span style="font-size:10pt"> </span></p>

<p class="MsoNormal"><span style="font-size:10pt">Any
ideas?</span></p>

<p class="MsoNormal"><span style="font-size:10pt"> </span></p>

<p class="MsoNormal"><span style="font-size:10pt">Thx</span></p>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>