[Freeswitch-users] Call Recording
Caio Assis
caioebassis at hotmail.com
Tue Aug 14 17:23:12 UTC 2018
Good afternoon, everyone.
I'm trying to use FreeSwitch's default record_session module to record my calls, but it records very poorly, the sound flickers, it's really not working for me. Is there an alternative module? Or maybe a configuration I can do to improve it.
The dialplan is the same as the documentation, except for the recording name and the variable media_bug_answer_req.
<action application="set" data="RECORD_TITLE=Recording ${destination_number} ${caller_id_number} ${strftime(%Y-%m-%d %H:%M)}"/>
<action application="set" data="RECORD_COPYRIGHT=(c) 2009"/>
<action application="set" data="RECORD_SOFTWARE=FreeSwitch"/>
<action application="set" data="RECORD_ARTIST=FreeSwitch"/>
<action application="set" data="RECORD_COMMENT=FreeSwitch"/>
<action application="set" data="RECORD_DATE=${strftime(%Y-%m-%d %H:%M)}"/>
<action application="set" data="RECORD_STEREO=true"/>
<action application="set" data="media_bug_answer_req=true"/>
<action application="record_session" data="$${recordings_dir}/${uuid}.wav"/>
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20180814/69411a5c/attachment-0001.html>
More information about the FreeSWITCH-users
mailing list