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><action application="bind_meta_app" data="1 ab s execute_extension::record XML features"/><br>
<action application="bind_meta_app" data="2 ab s execute_extension::stoprecord XML features"/><br>
<action application="bind_meta_app" data="3 ab s execute_extension::att_xfer XML features"/><br><br>With the latest build, freeswitch starts to give warning message when *2 is pressed after *1. <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 '2' [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. Does anyone know what may be causing the problem and how I can fix it?<br><br>Thanks,<br>Doug<br><br><br><br>