<br><br><div class="gmail_quote">On Fri, Oct 23, 2009 at 12:36 AM, Maciej Aniserowicz <span dir="ltr">&lt;<a href="mailto:maciej.aniserowicz@gmail.com">maciej.aniserowicz@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
The dialplan is very simple:<br>
<br>
        &lt;extension name=&quot;Recording test&quot;&gt;<br>
                &lt;condition field=&quot;destination_number&quot; expression=&quot;^111111\d*$&quot;&gt;<br>
                        &lt;action application=&quot;sleep&quot; data=&quot;3000&quot; /&gt;<br>
                        &lt;action application=&quot;answer&quot;/&gt;<br>
                        &lt;action application=&quot;say&quot; data=&quot;en name_spelled iterated<br>
${destination_number}&quot;/&gt;<br>
                        &lt;action application=&quot;sleep&quot; data=&quot;1000&quot; /&gt;<br>
                        &lt;action application=&quot;playback&quot; data=&quot;local_stream://my_music&quot;/&gt;<br>
                &lt;/condition&gt;<br>
        &lt;/extension&gt;<br>
<br>
Before debugging I have another question: I start recording in event handler<br>
for ChannelAnswer event. Is it possible that it&#39;s too soon to start<br>
recording? Maybe I should start recording in some other event?<br></blockquote><div><br>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. <br>
-MC<br></div></div><br>