I tried removing the codec file extension from uuid_record and session_record but I&#39;m still unable to record a file in native format for a bridged call.<div><br></div><div>record WORKS!, but uuid_record and session_record do not want to record in native format. do uuid_record and session_record work with native format? or is it not going to be possible to record a bridged call in native format?...maybe because there are two different channels with a bridged call?</div>
<div><br></div><div>If it isn&#39;t going to be possible, what&#39;s the best format to record bridged calls in that conserves the most processing power? .wav?</div><div><br></div><div>Thanks.</div><div><br></div><div>--matt<br>
<br></div><div>DEBUG logs from console: <a href="http://pastebin.freeswitch.org/11283">http://pastebin.freeswitch.org/11283</a></div><div><br></div><div>Lua script:</div><div><div>api = freeswitch.API();</div><div>--record = api:execute(&quot;sched_api&quot;, &#39;+1 none uuid_record &#39;..session:getVariable(&quot;uuid&quot;)..&#39; start /tmp/my_recording&#39;);</div>
<div>--session:execute(&quot;record&quot;, &quot;/tmp/my_recording&quot;);</div><div>session:execute(&quot;record_session&quot;, &quot;/tmp/my_recording&quot;);</div><div>session:execute(&quot;playback&quot;, &quot;somefile.wav&quot;);</div>
<div><br></div></div><div><br></div><div><br><div class="gmail_quote">On Mon, Nov 23, 2009 at 6:42 AM, Brian West <span dir="ltr">&lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
If you&#39;re doing native file you DO NOT put an extension on the file<br>
name.<br>
<font color="#888888"><br>
/b<br>
</font><div class="im"><br>
On Nov 22, 2009, at 5:54 PM, Seven Du wrote:<br>
<br>
&gt; did you try without any .wav or .PCMU?<br>
<br>
<br>
</div><div><div></div><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br></div>