aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_mixmonitor.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...murf1-1/+1
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-1/+1
2006-09-18merge qwell's CLI verbification workkpfleming1-9/+8
2006-09-03Make the difference clear about what the responsibilities of the core and a s...file1-24/+4
2006-08-29Merge team/russell/frame_cachingrussell1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-23/+11
2006-06-13Merged revisions 33841 via svnmerge from kpfleming1-59/+56
2006-06-12Merged revisions 33724 via svnmerge from file1-104/+107
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-4/+1
2006-05-08use ast_channel_(un)lockrussell1-7/+7
2006-05-08remove a check of the result from ast_mutex_lockrussell1-7/+3
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-18/+10
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-04Merged revisions 11778 via svnmerge from bweschke1-11/+11
2006-02-17fix up the summary and help text for the mixmonitor cli commandrussell1-2/+3
2006-02-16add StopMixMonitor application (issue #6122, with mods)russell1-3/+37
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-01-21on this pass, only remove duplicate log messagesrussell1-1/+0
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-1/+5
2006-01-21remove lots of useless checks of the result of ast_strduparussell1-5/+1
2006-01-13 More memory wrapper cleanup. #6224bweschke1-2/+2
2006-01-03update copyright headers for files changed this yearkpfleming1-1/+1
2006-01-03Merged revisions 7740 via svnmerge from kpfleming1-25/+7
2006-01-02Merged revisions 7709 via svnmerge fromtilghman1-5/+23
2005-12-30update doxygen docs to specify authorsrussell1-0/+7
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-11issue #5590kpfleming1-0/+1
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-1/+2
2005-11-06issue #5605russell1-0/+1
2005-11-06Allow mixmon names to have dots (bug #5607)markster1-1/+1
2005-11-06Add missing newline (bug #5616)markster1-1/+1
2005-11-04issue #5609kpfleming1-1/+1
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-22/+29
2005-11-01issue #5561kpfleming1-5/+5
2005-10-31correct commentkpfleming1-1/+1
2005-10-28major redesign of the channel spy infrastructure, increasing efficiency and r...kpfleming1-344/+261
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-2/+2
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-1/+4