summaryrefslogtreecommitdiff
path: root/apps/app_mixmonitor.c
AgeCommit message (Expand)Author
2010-04-21Added MixMonitorMute manager commandJulian Lyndon-Smith
2010-04-16Merged revisions 257686 via svnmerge from Dwayne M. Hubbard
2010-01-05Make CLI command 'mixmonitor start|stop <channel> work again.Michiel van Baak
2009-11-19Merged revisions 230508 via svnmerge from David Vossel
2009-08-19Merged revisions 213103 via svnmerge from David Vossel
2009-08-10AST-2009-005Tilghman Lesher
2009-06-17Merged revisions 201423 via svnmerge from David Vossel
2009-06-16Merged revisions 200991 via svnmerge from Kevin P. Fleming
2009-06-15Last batch of 'static' qualifiers for module-level global variables.Kevin P. Fleming
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