summaryrefslogtreecommitdiff
path: root/apps/app_record.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-11-15app_record: Don't set RECORD_STATUS chan var until file is closedGeorge Joseph
2017-08-25app_record: Resolve some absolute vs. relative filename bugsSean Bright
2017-02-14app_record: Add option to prevent silence from being truncatedSean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-09-21app_record: RECORDED_FILE variable not being populatedKevin Harwell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-12-01app_record: Fix bug where using the 'k' option and hanging up would trim 1/4 ...Joshua Colp
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2013-12-05app_record: Add an option that allows DTMF '0' to act as an additional termin...Jonathan Rose
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-03-10Be less ambiguous in Record() app docs.Leif Madsen
2009-12-02Add an option to Record which enables a mode where any DTMF digit will termin...Joshua Colp
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-02-13Add an option to keep the recorded file upon hangup.Joshua Colp
2008-12-19Fix the XML documentation for Record().Eliel C. Sardanons
2008-12-17Add RECORD_STATUS variable, as requested on the -users list.Tilghman Lesher
2008-12-16(closes issue #13669)Jeff Peeler
2008-11-02Another little one.Sean Bright
2008-11-02Fix various spelling and grammatical issues in documentationRussell Bryant
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-08-10More RSW merges. Everything from apps/ except for the big offendersSean Bright
2008-03-05Create a centralized configuration option for silencethresholdTilghman Lesher
2007-11-22shuffle a little bit the content of header files to reduce dependencies.Luigi Rizzo
2007-11-22remove redundant headersLuigi Rizzo
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-29Make sure we set flags to a 0 value before trying to use it. Pointed out by ...Jason Parker
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-06-26Create directory if it does not exist.Mark Michelson
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-02-26Merged revisions 56839 via svnmerge from Joshua Colp
2007-02-18Merged revisions 55278 via svnmerge from Olle Johansson
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...Steve Murphy
2006-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-11small fix for issue 007926Anthony LaMantia