On Fri, Oct 23, 2009 at 12:36 AM, Maciej Aniserowicz <
[email protected]> wrote:
>
> The dialplan is very simple:
>
> <extension name="Recording test">
> <condition field="destination_number"
> expression="^111111\d*$">
> <action application="sleep" data="3000" />
> <action application="answer"/>
> <action application="say" data="en name_spelled
> iterated
> ${destination_number}"/>
> <action application="sleep" data="1000" />
> <action application="playback"
> data="local_stream://my_music"/>
> </condition>
> </extension>
>
> Before debugging I have another question: I start recording in event
> handler
> for ChannelAnswer event. Is it possible that it's too soon to start
> recording? Maybe I should start recording in some other event?
>
That would be an odd scenario but maybe. It would be best if you could catch
it in the act so that we could see exactly what is happening. The other
thing you could do is deliberately start recording on the channel prior to
answering and see if you always get the error. In other words, try to make
it fail under a certain set of circumstances to see if your theory is
correct.
-MC
_______________________________________________
FreeSWITCH-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org