Dave,<div><br></div><div>it seems that if you don&#39;t specify a complete path, the &#39;start&#39; option will use the sound_prefix directory to put the file in - so unless you have changed it in vars.xml, in your case the recording will be /usr/local/freeswitch/sounds/en/us/callie/test.wav</div>
<div><br></div><div>It looks like the &#39;stop&#39; option doesn&#39;t use the same assumption - but if you specify the full path it will work - so </div><div><br></div><div>uuid_record 36dfdf636dfd6f36df stop /usr/local/freeswitch/sounds/en/us/callie/test.wav</div>
<div><br></div><div>Or a better solution would be to specify the directory you want to use explicitly when starting the recoding.</div><div><br></div><div>Mike<br><br><div class="gmail_quote">On Wed, Mar 23, 2011 at 5:16 PM, Dave Bracken <span dir="ltr">&lt;<a href="mailto:richocet2@hotmail.com">richocet2@hotmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



<div>
I have figured out how to start recording using uuid_record, but when i try to stop the record, i get: -ERR Cannot stop record session! <br>here is my code(with a sudo uuid in place here) <br>api uuid_record 36dfdf636dfd6f36df start test.wav <br>
<br>and to stop the record: <br>api uuid_record 36dfdf636dfd6f36df stop test.wav <br><br>the start one works fine, but the stop one does not. What am i missing here? <br><br>Thanks in advance, <br><font color="#888888">Dave                                                </font></div>

<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>