summaryrefslogtreecommitdiff
path: root/apps/app_mixmonitor.c
AgeCommit message (Expand)Author
2009-05-28Update documentation in MixMonitor.Leif Madsen
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-12add 'const' qualifiers in various places where they should have beenKevin P. Fleming
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-02-05Merged revisions 173592 via svnmerge from Mark Michelson
2009-02-05Merged revisions 173559 via svnmerge from Mark Michelson
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-05Add more [see also] references based on TFOT.Eliel C. Sardanons
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-21Default file modes should always be full read and write, to allow the systemTilghman Lesher
2008-09-28Merge the cli_cleanup branch.Michiel van Baak
2008-03-12Merged revisions 108083 via svnmerge from Joshua Colp
2007-12-14Convert ast_verbose to ast_verb.Tilghman Lesher
2007-12-12Conversions of free to ast_free, where applicable, and several other formatti...Tilghman Lesher
2007-11-26Merged revisions 89587 via svnmerge from Joshua Colp
2007-11-22shuffle a little bit the content of header files to reduce dependencies.Luigi Rizzo
2007-11-22more removal of redundant headersLuigi Rizzo
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi 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-11-13Merged revisions 89241 via svnmerge from Mark Michelson
2007-11-13There is the potential to copy uninitialized memory into the mixmonitor->post...Mark Michelson
2007-11-13Merged revisions 89205 via svnmerge from Mark Michelson
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...Steve Murphy
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-10-31Add volume adjustment in.Joshua Colp
2007-10-31Restore operation of the option that only writes when the channel is bridged.Joshua Colp
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)Russell Bryant
2007-08-08Merge audiohooks branch into trunk. This is a new API for developers to liste...Joshua Colp
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
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-27Merged revisions 72381 via svnmerge from Joshua Colp
2007-06-24Issue 9970 - Ensure directory exists before trying to write an output fileTilghman Lesher
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-06-04Add support for autocompleting start/stop options of the mixmonitor CLI comma...Joshua Colp
2007-05-24Add a new API call for creating detached threads. Then, go replace all of theRussell Bryant
2007-01-29Merged revisions 52717 via svnmerge from Joshua Colp
2007-01-25Merged revisions 52163 via svnmerge from Joshua Colp
2007-01-22Merged revisions 51407 via svnmerge from Joshua Colp
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...Steve Murphy
2006-10-04Merged revisions 44378 via svnmerge from Kevin P. Fleming
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-03Make the difference clear about what the responsibilities of the core and a s...Joshua Colp