dougblackstone at gmai... Guest
|
Posted: Sun Nov 16, 2008 8:40 am Post subject: [Freeswitch-users] Problem with multiple meta-app in the lat |
|
|
Hi,
In my dialplan, I have fresswitch so that user can hit *1 to start recording and *2 to end recording, as follows:
<action application="bind_meta_app" data="1 ab s execute_extension::record XML features"/>
<action application="bind_meta_app" data="2 ab s execute_extension::stoprecord XML features"/>
<action application="bind_meta_app" data="3 ab s execute_extension::att_xfer XML features"/>
With the latest build, freeswitch starts to give warning message when *2 is pressed after *1.
2008-11-16 22:23:42 [DEBUG] switch_ivr_play_say.c:456 switch_ivr_record_file() Raw Codec Activated
2008-11-16 22:23:52 [DEBUG] switch_rtp.c:1618 switch_rtp_dequeue_dtmf() RTP RECV DTMF *:2000
2008-11-16 22:23:53 [DEBUG] switch_rtp.c:1618 switch_rtp_dequeue_dtmf() RTP RECV DTMF 2:2000
2008-11-16 22:23:53 [DEBUG] switch_ivr_async.c:1477 meta_on_dtmf() sofia/internal/1000@192.168.1.101 (1000@192.168.1.101) Processing meta digit '2' [execute_extension::stoprecord XML features]
2008-11-16 22:23:53 [WARNING] switch_ivr_async.c:2035 switch_ivr_broadcast() Channel [sofia/internal/1000@192.168.1.101 (1000@192.168.1.101)][execute_extension::stoprecord XML features] already broadcasting...broadcast aborted
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?
Thanks,
Doug |
|