On 10/05/2011 01:30 AM, mahesh katta wrote:
Hi list,How to reduce the meetme wav file size in asterisk. how can I automatically reduce this file size. exten => _8600[1-2]XX,1(record),SetVar(MEETME_RECORDINGFILE=/var/spool/asterisk/meetme/conference_recording-${EPOCH}-${USER}-${TIMESTAMP}-${EXTEN}); exten => _8600[1-2]XX,2,Meetme,${EXTEN}|Fr
A WAV file is (generally) uncompressed audio; it's size cannot be reduced except through compression, which would need to be reversed in order to play back the file.
If you want to store recordings using less disk space, store in a compressed format like GSM, G.729 or something else supported in Asterisk.
-- Kevin P. Fleming Digium, Inc. | Director of Software Technologies Jabber: [email protected] | SIP: [email protected] | Skype: kpfleming 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
