<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Good afternoon, everyone.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">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.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">The dialplan is the same as the documentation, except for the recording name and the variable media_bug_answer_req.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"></p>
<div></div>
<div>        <action application="set" data="RECORD_TITLE=Recording ${destination_number} ${caller_id_number} ${strftime(%Y-%m-%d %H:%M)}"/></div>
<div>        <action application="set" data="RECORD_COPYRIGHT=(c) 2009"/></div>
<div>        <action application="set" data="RECORD_SOFTWARE=FreeSwitch"/></div>
<div>        <action application="set" data="RECORD_ARTIST=FreeSwitch"/></div>
<div>        <action application="set" data="RECORD_COMMENT=FreeSwitch"/></div>
<div>        <action application="set" data="RECORD_DATE=${strftime(%Y-%m-%d %H:%M)}"/></div>
<div>        <action application="set" data="RECORD_STEREO=true"/></div>
<div>        <action application="set" data="media_bug_answer_req=true"/></div>
<div>        <action application="record_session" data="$${recordings_dir}/${uuid}.wav"/></div>
<div><br>
</div>
<div>Thanks.</div>
<div></div>
<br>
<p></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
</div>
</body>
</html>