aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_mixmonitor.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-16Merged revisions 257713 via svnmerge from dhubbard1-5/+6
2010-01-05Merged revisions 237656 via svnmerge from mvanbaak1-1/+1
2009-11-19Merged revisions 230509 via svnmerge from dvossel1-23/+70
2009-08-19Merged revisions 213113 via svnmerge from dvossel1-2/+2
2009-08-10AST-2009-005tilghman1-3/+3
2009-06-17Merged revisions 201445 via svnmerge from dvossel1-23/+59
2009-06-16Merged revisions 201056 via svnmerge from kpfleming1-4/+9
2009-05-28Merged revisions 197828 via svnmerge from lmadsen1-0/+3
2009-02-05Merged revisions 173592 via svnmerge from mmichelson1-0/+2
2009-02-05Merged revisions 173559 via svnmerge from mmichelson1-5/+88
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-11-05Add more [see also] references based on TFOT.eliel1-0/+9
2008-11-01Merge changes from team/group/appdocsxmlrussell1-29/+69
2008-10-21Default file modes should always be full read and write, to allow the systemtilghman1-1/+1
2008-09-28Merge the cli_cleanup branch.mvanbaak1-1/+1
2008-03-12Merged revisions 108083 via svnmerge from file1-1/+1
2007-12-14Convert ast_verbose to ast_verb.tilghman1-6/+3
2007-12-12Conversions of free to ast_free, where applicable, and several other formatti...tilghman1-1/+1
2007-11-26Merged revisions 89587 via svnmerge from file1-3/+3
2007-11-22shuffle a little bit the content of header files to reduce dependencies.rizzo1-0/+1
2007-11-22more removal of redundant headersrizzo1-4/+0
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-13Merged revisions 89241 via svnmerge from mmichelson1-2/+2
2007-11-13There is the potential to copy uninitialized memory into the mixmonitor->post...mmichelson1-1/+1
2007-11-13Merged revisions 89205 via svnmerge from mmichelson1-2/+2
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...murf1-0/+1
2007-11-06"show application <foo>" changes for clarity.mmichelson1-2/+2
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-2/+1
2007-10-31Add volume adjustment in.file1-0/+5
2007-10-31Restore operation of the option that only writes when the channel is bridged.file1-17/+21
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-25/+23
2007-08-08Merge audiohooks branch into trunk. This is a new API for developers to liste...file1-80/+55
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-1/+1
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf1-2/+2
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf1-2/+2
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-13/+0
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-2/+0
2007-06-27Merged revisions 72381 via svnmerge from file1-2/+2
2007-06-24Issue 9970 - Ensure directory exists before trying to write an output filetilghman1-1/+6
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-3/+3
2007-06-04Add support for autocompleting start/stop options of the mixmonitor CLI comma...file1-0/+5
2007-05-24Add a new API call for creating detached threads. Then, go replace all of therussell1-5/+1
2007-01-29Merged revisions 52717 via svnmerge from file1-1/+1
2007-01-25Merged revisions 52163 via svnmerge from file1-1/+2
2007-01-22Merged revisions 51407 via svnmerge from file1-27/+32