Hi, <br><br>In my dialplan, I have fresswitch so that user can hit *1 to start recording and *2 to end recording, as follows:<br><br><br>&lt;action application=&quot;bind_meta_app&quot; data=&quot;1 ab s&nbsp; execute_extension::record XML features&quot;/&gt;<br>
&lt;action application=&quot;bind_meta_app&quot; data=&quot;2 ab s&nbsp; execute_extension::stoprecord XML features&quot;/&gt;<br>
&lt;action application=&quot;bind_meta_app&quot; data=&quot;3 ab s&nbsp; execute_extension::att_xfer XML features&quot;/&gt;<br><br>With the latest build, freeswitch starts to give warning message when *2 is pressed after *1.&nbsp; <br>
<br>2008-11-16 22:23:42 [DEBUG] switch_ivr_play_say.c:456 switch_ivr_record_file() Raw Codec Activated<br>2008-11-16 22:23:52 [DEBUG] switch_rtp.c:1618 switch_rtp_dequeue_dtmf() RTP RECV DTMF *:2000<br>2008-11-16 22:23:53 [DEBUG] switch_rtp.c:1618 switch_rtp_dequeue_dtmf() RTP RECV DTMF 2:2000<br>
2008-11-16 22:23:53 [DEBUG] switch_ivr_async.c:1477 meta_on_dtmf() sofia/internal/<a href="mailto:1000@192.168.1.101">1000@192.168.1.101</a> Processing meta digit &#39;2&#39; [execute_extension::stoprecord XML features]<br>
2008-11-16 22:23:53 [WARNING] switch_ivr_async.c:2035 switch_ivr_broadcast() Channel [sofia/internal/<a href="mailto:1000@192.168.1.101">1000@192.168.1.101</a>][execute_extension::stoprecord XML features] already broadcasting...broadcast aborted<br>
<br>This *1 and then *2 mechanism has been working before, until I upgraded to the latest build.&nbsp; Does anyone know what may be causing the problem and how I can fix it?<br><br>Thanks,<br>Doug<br><br><br><br>