FYI, I just added bunch of stuff the the bind_digit_action page yesterday. I also fixed a few typos. Change the filename in your bind_digit_action line because this is wrong:<div><meta charset="utf-8">en/us/callie/ivr/ivr-welcome_to_freeswitch.wav</div>
<div><br></div><div>Make it this:</div><div><meta charset="utf-8">ivr/ivr-welcome_to_freeswitch.wav</div><div><br></div><div>Then try again. Also, pastebin the debug output and we&#39;ll have a look. (<a href="http://pastebin.freeswitch.org">pastebin.freeswitch.org</a>)</div>
<div>-MC<br><br><div class="gmail_quote">On Thu, Dec 23, 2010 at 2:59 AM, Dmitry Sytchev <span dir="ltr">&lt;<a href="mailto:kbdfck@gmail.com">kbdfck@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Thanks for update on bind_digit_action page! But still no luck with it.<br>
<br>
My local profile has dtmf-type set to inband, does this setting have<br>
any effect?<br>
I&#39;m trying to turn DTMF detection on with start_dtmf to convert it to<br>
RFC2833 for external profile. Both profiles has rfc2388-pt turned on,<br>
FS complaining that pt will not work on trascoded call when start_dtmf<br>
is present, I think it is just an info message.<br>
<br>
I see DTMF events on console being transcoded to RFC2833 but no action<br>
launched when I press 500 during call.<br>
<br>
&lt;extension name=&quot;local2pstn&quot;&gt;<br>
  &lt;condition field=&quot;destination_number&quot; expression=&quot;^8\d\d\d+$&quot;&gt;<br>
  &lt;action application=&quot;start_dtmf&quot;/&gt;<br>
  &lt;action application=&quot;bind_digit_action&quot;<br>
data=&quot;myrealm,500,exec:playback,en/us/callie/ivr/ivr-welcome_to_freeswitch.wav&quot;/&gt;<br>
  &lt;action application=&quot;digit_action_set_realm&quot; data=&quot;myrealm&quot;/&gt;<br>
  &lt;action application=&quot;bridge&quot;<br>
data=&quot;sofia/gateway/mediant_2/${destination_number}&quot;/&gt;<br>
<br>
&lt;/condition&gt;<br>
<br>
<br>
2010/12/22 Michael Collins &lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;:<br>
<div><div></div><div class="h5">&gt; FYI,<br>
&gt; I just tested bind_digit_action with inband dtmf and it works splendidly. I<br>
&gt; recommend using bind_digit_action. Also, in case you didn&#39;t see it, Brian<br>
&gt; West added a magic extension that looks for the presence of<br>
&gt; &quot;telephone-event&quot; in the SDP and then turns on inband dtmf detection if the<br>
&gt; rtpmap is missing. Look in conf/dialplan/default.xml for the &quot;global&quot;<br>
&gt; extension. The lines that do the auto dtmf thing are commented out by<br>
&gt; default. I just uncommented them and tested with Eyebeam configured for<br>
&gt; inband dtmf. (It also works when Eyebeam is set for 2833...)<br>
&gt; Also, on the FS conf call today the community did a tag-team effort to test<br>
&gt; and document the bind_digit_action app. It has a lot more information than<br>
&gt; it did previously:<br>
&gt; <a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bind_digit_action" target="_blank">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bind_digit_action</a><br>
&gt; Hope this helps.<br>
&gt; -MC<br>
&gt;<br>
&gt; On Wed, Dec 22, 2010 at 8:01 AM, Dmitry Sytchev &lt;<a href="mailto:kbdfck@gmail.com">kbdfck@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi! We are trying to migrate our Asterisk system to Freeswitch, and<br>
&gt;&gt; faced with some trouble:<br>
&gt;&gt;<br>
&gt;&gt; We use inband at user side, and want Freeswitch to regenerate it to<br>
&gt;&gt; RFC2833 before sending to media gateway.<br>
&gt;&gt;<br>
&gt;&gt; When user endpoints use rfc2833 bind_meta_app and bind_digit_action<br>
&gt;&gt; work as expected, but not with start_dtmf (as needed to parse inband<br>
&gt;&gt; DTMF). We can&#39;t use rfc2833 DTMF on user endpoints as there seems to<br>
&gt;&gt; be a problem in freeswitch or our media gateway leading to audible<br>
&gt;&gt; DTMF duplicates.<br>
&gt;&gt;<br>
&gt;&gt; When user endpoints are set to inband, I see messages on console about<br>
&gt;&gt; DTMF detection:<br>
&gt;&gt;<br>
&gt;&gt; 2010-12-22 18:50:30.802253 [DEBUG] switch_ivr_async.c:2089 DTMF DETECTED:<br>
&gt;&gt; [*]<br>
&gt;&gt; 2010-12-22 18:50:30.803253 [DEBUG] switch_rtp.c:1985 Send start packet<br>
&gt;&gt; for [*] ts=503795131 dur=160/160/2000 seq=43701<br>
&gt;&gt; 2010-12-22 18:50:30.823282 [DEBUG] switch_rtp.c:1921 Send middle<br>
&gt;&gt; packet for [*] ts=503795131 dur=320/320/2000 seq=43702<br>
&gt;&gt; ...skip...<br>
&gt;&gt; 2010-12-22 18:50:30.923393 [DEBUG] switch_rtp.c:1921 Send middle<br>
&gt;&gt; packet for [*] ts=503795131 dur=1920/1920/2000 seq=43712<br>
&gt;&gt; 2010-12-22 18:50:30.923393 [DEBUG] switch_rtp.c:1921 Send end packet<br>
&gt;&gt; for [*] ts=503795131 dur=2080/2080/2000 seq=43713<br>
&gt;&gt; ...skip...<br>
&gt;&gt; 2010-12-22 18:50:31.242695 [DEBUG] switch_ivr_async.c:2089 DTMF DETECTED:<br>
&gt;&gt; [1]<br>
&gt;&gt; 2010-12-22 18:50:31.242695 [DEBUG] switch_rtp.c:1985 Send start packet<br>
&gt;&gt; for [1] ts=503798651 dur=160/160/2000 seq=43732<br>
&gt;&gt;<br>
&gt;&gt; So digits are received but no in-call action launched by<br>
&gt;&gt; bind_meta_app. I tried start_dtmf before and after bind_meta_app but<br>
&gt;&gt; with no success. Is there a way to make inband dtmf launch in-call<br>
&gt;&gt; actions while transcoding it to RFC2833 on trunk side?<br>
&gt;&gt; I can&#39;t make inband dtmf trigger my actions :(<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Best regards,<br>
&gt;&gt;<br>
&gt;&gt; Dmitry Sytchev,<br>
&gt;&gt; IT Engineer<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">Best regards,<br>
<br>
Dmitry Sytchev,<br>
IT Engineer<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>
</div></div></blockquote></div><br></div>