[Freeswitch-users] Recording with Native File PCMU

Seven Du dujinfang at gmail.com
Sun Nov 22 15:54:11 PST 2009


did you try without any .wav or .PCMU?

2009/11/23 Matthew Fong <mattdfong at gmail.com>

> I'm trying to conserve processor power by recording in native file format,
> PCMU in my case. It works great with the following line
>
> session:execute("record",
> "/tmp/my_recording."..session:getVariable("read_codec"));
>
> however it fails to work with
>
> session:execute("record_session",
> "/tmp/my_recording."..session:getVariable("read_codec"));
> or
> record = api:execute("sched_api", '+1 none uuid_record
> '..session:getVariable("uuid")..' start
> /tmp/my_recording.'..session:getVariable("read_codec"));
>
> 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
>
> 2009-11-22 18:39:04.265284 [INFO] mod_native_file.c:82 Opening File
> [/tmp/my_recording.PCMU] 8000hz
>
> 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?
>
> --matt
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091123/019664f3/attachment-0002.html 


More information about the FreeSWITCH-users mailing list