did you try without any .wav or .PCMU?<br><br><div class="gmail_quote">2009/11/23 Matthew Fong <span dir="ltr"><<a href="mailto:mattdfong@gmail.com">mattdfong@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I'm trying to conserve processor power by recording in native file format, PCMU in my case. It works great with the following line<div><br></div><div>session:execute("record", "/tmp/my_recording."..session:getVariable("read_codec"));</div>
<div><br></div><div>however it fails to work with</div><div><br></div><div>session:execute("record_session", "/tmp/my_recording."..session:getVariable("read_codec"));</div><div>or </div><div>
record = api:execute("sched_api", '+1 none uuid_record '..session:getVariable("uuid")..' start /tmp/my_recording.'..session:getVariable("read_codec"));</div><div><br></div><div>
Why is it that it works with record, but not with record_session or uuid_record? Is there something I'm over looking? In the latter two the consul reports</div><div><br></div><div>2009-11-22 18:39:04.265284 [INFO] mod_native_file.c:82 Opening File [/tmp/my_recording.PCMU] 8000hz</div>
<div><br></div><div>as if it's recording, but /tmp/my_recording.PCMU never shows up. However if I change it to .wav instead of .PCMU it works. Any ideas?</div><div><br></div><div>--matt</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>