aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_mixmonitor.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-27Update documentation to clarify variable usage with MixMonitor. (issue #9494 ...file1-2/+2
2007-01-29Now that filename is part of the structure and since it comes before postproc...file1-1/+1
2007-01-25Add another note about audio files being played back to each bridged party. (...file1-1/+2
2007-01-22Move filestream creation to Mixmonitor loop. This will prevent a blank file f...file1-25/+32
2006-09-05Merge in last round of spy fixes. This should hopefully eliminate all the iss...file1-22/+2
2006-06-13memory allocation optimizationskpfleming1-58/+55
2006-06-12Greatly simply the mixmonitor thread, and move channel reference directly to ...file1-105/+108
2006-03-04 Substitute variables in the post_process string (if it exists) before those ...bweschke1-11/+11
2006-01-03revert incorrect fix for bug #6048 from revision 7709kpfleming1-25/+7
2006-01-02Bug 6084 - MixMonitor after a 'cli stop monitor' deadlockstilghman1-5/+23
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...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
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-12/+14
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-4/+13
2005-10-16minor changes and eliminate some compiler warningskpfleming1-3/+0
2005-10-16Add muxmon application (bug #4735 with mods, thanks tony!)markster1-0/+528