<div dir="ltr">AFAIK, gsm is lossy, which is why it doesn't sound good.<div>wav, however, should sound great. What codec are your calls in? Are you recording many calls?</div><div>Check the load average while you are recording. If it's greater than the number of CPUs then probably your hard drives can't keep up. There are several options then, first let see if we can diagnose the issue.</div>
<div><br></div><div><div dir="ltr"><span style="font-family:Verdana,Arial,Helvetica,sans-serif"><span style="font-size:small">-Avi</span></span></div>
<br><br><div class="gmail_quote">On Sun, May 6, 2012 at 5:46 PM, <span dir="ltr"><<a href="mailto:brandon.mcginty@gmail.com" target="_blank">brandon.mcginty@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Good day.<br>
I'm trying to record all calls sent through my Freeswitch PBX.<br>
The problem is that the quality is horrible. I've tried wav and GSM formats, and both are les than satisfactory.<br>
I'm looking for something around the quality of the recent recordings of the Freeswitch conference. (I checked on the wiki, and couldn't find anything through search.)<br>
Any information on the FS conference format or my configuration would be appreciated.<br>
I've got:<br>
<!--record all calls through switch, $/recordings/yyyy-mm-dd...--><br>
<condition field="destination_number" expression="^(.+)$" break="never"><br>
<action application="set" data="RECORD_TITLE=Recording ${destination_number} ${caller_id_number} ${strftime(%Y-%m-%d %H:%M)}"/><br>
<action application="set" data="RECORD_DATE=${strftime(%Y-%m-%d %H:%M)}"/><br>
<action application="set" data="RECORD_STEREO=true"/><br>
<action application="record_session" data="$${base_dir}/recordings/${strftime(%Y-%m-%d-%H-%M-%S)}_${destination_number}_${caller_id_number}.wav"/><br>
</condition><br>
<br>
Sincerely,<br>
Brandon McGinty-Carroll<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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>
</blockquote></div><br></div></div>