[Freeswitch-users] Recording all calls with good quality.
brandon.mcginty at gmail.com
brandon.mcginty at gmail.com
Sun May 6 18:46:22 MSD 2012
Good day.
I'm trying to record all calls sent through my Freeswitch PBX.
The problem is that the quality is horrible. I've tried wav and GSM formats, and both are les than satisfactory.
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.)
Any information on the FS conference format or my configuration would be appreciated.
I've got:
<!--record all calls through switch, $/recordings/yyyy-mm-dd...-->
<condition field="destination_number" expression="^(.+)$" break="never">
<action application="set" data="RECORD_TITLE=Recording ${destination_number} ${caller_id_number} ${strftime(%Y-%m-%d %H:%M)}"/>
<action application="set" data="RECORD_DATE=${strftime(%Y-%m-%d %H:%M)}"/>
<action application="set" data="RECORD_STEREO=true"/>
<action application="record_session" data="$${base_dir}/recordings/${strftime(%Y-%m-%d-%H-%M-%S)}_${destination_number}_${caller_id_number}.wav"/>
</condition>
Sincerely,
Brandon McGinty-Carroll
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list