<div dir="ltr">Oh woops. I saw:<div><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px; "><pre style="padding-top: 1em; padding-right: 1em; padding-bottom: 1em; padding-left: 1em; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: rgb(47, 111, 171); border-right-color: rgb(47, 111, 171); border-bottom-color: rgb(47, 111, 171); border-left-color: rgb(47, 111, 171); color: black; background-color: rgb(249, 249, 249); line-height: 1.1em; ">

&lt;action application=&quot;start_dtmf_generate&quot; data=&quot;true&quot;/&gt; </pre></span><div dir="ltr"><span style="font-family:Verdana, Arial, Helvetica, sans-serif"><span style="font-size:small">The &quot;true&quot; and my mind just jumped to variable. So I presume you don&#39;t need the data=true, and that should be removed from the <a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_start_dtmf_generate">wiki</a>? </span></span></div>

<div dir="ltr"><span style="font-family:Verdana, Arial, Helvetica, sans-serif"><span style="font-size:small">-Avi</span></span></div>
<br><br><div class="gmail_quote">On Fri, Jul 1, 2011 at 7:07 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;">

<br><br><div class="gmail_quote"><div class="im">On Fri, Jul 1, 2011 at 8:48 AM, rex.alex <span dir="ltr">&lt;<a href="mailto:rajesh.npnr@yahoo.com" target="_blank">rajesh.npnr@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


similar way I tried both<br>
<br>
api originate {origination_caller_id_name=&#39;XXX&#39;,<br>
start_dtmf_generate=true}user/1000<br>
<div>&amp;bridge({accountcode=&#39;XXX&#39;}sofia/gateway/gw_name/phno)<br>
<br>
</div>and<br>
<div><br>
api originate {origination_caller_id_name=&#39;XXX&#39;}user/1000<br>
</div>&amp;bridge({accountcode=&#39;XXX&#39;,<br>
start_dtmf_generate=true}sofia/gateway/gw_name/phno)<br>
 <br></blockquote><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
it&#39;s not working, but the inband type is working when i use it in dialplan.<br>
<br>
Please assist.<br>
<br></blockquote></div><div>Which leg needs to have inband DTMF - the calling or the called?<br><br>You can use these variables to do a pre-execute on either leg:<br><a href="http://wiki.freeswitch.org/wiki/Variable_bridge_pre_execute_aleg_app" target="_blank">http://wiki.freeswitch.org/wiki/Variable_bridge_pre_execute_aleg_app</a><br>


<a href="http://wiki.freeswitch.org/wiki/Variable_bridge_pre_execute_aleg_data" target="_blank">http://wiki.freeswitch.org/wiki/Variable_bridge_pre_execute_aleg_data</a><br><a href="http://wiki.freeswitch.org/wiki/Variable_bridge_pre_execute_bleg_app" target="_blank">http://wiki.freeswitch.org/wiki/Variable_bridge_pre_execute_bleg_app</a><br>


<a href="http://wiki.freeswitch.org/wiki/Variable_bridge_pre_execute_bleg_data" target="_blank">http://wiki.freeswitch.org/wiki/Variable_bridge_pre_execute_bleg_data</a><br>
<br>start_dtmf_generate is a dialplan app, not a chan var, so it needs to be executed, not &quot;set&quot;.<br><br>-MC<br></div></div>
<br>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<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></div>