aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_monitor.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.0@7221 f38db490-d61...kpfleming1-0/+0
2005-05-14allow spaces in monitor filenames (Thanks to gbdrbob for catching this one!)russell1-1/+1
2005-05-06add missing newline to warning message (bug #4183)russell1-1/+1
2005-02-26add description for monitor management commands (bug #3610)russell1-3/+30
2004-12-30update help text (bug #3171)russell1-20/+25
2004-11-05fix non standard characters (bug 2778)russell1-3/+3
2004-10-25Backport recent memory fixes to 1.0citats1-0/+10
2004-09-17Cleanup code. Spacing issues, nested if issues, lots of strlen used instead ...citats1-89/+89
2004-09-17Merge anthm's monitor patch with minor mods (bug #2383)markster1-14/+43
2004-06-29More formatting cleanups.citats1-77/+62
2004-06-22Fix potential deadlocks in res_monitormarkster1-0/+3
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-06-07fix res_monitor buganthm1-1/+1
2004-06-04IAX2 fixup, fix res_monitor sillysegmarkster1-2/+2
2004-06-03Get rid of small copmile warningmarkster1-0/+1
2004-06-03Fix handling when MONITOR_EXEC is unspecifiedmarkster1-2/+4
2004-06-03Make monitor merge application settable via variable, allow setting of variab...markster1-14/+42
2004-05-24Minor path tweakmarkster1-1/+3
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedmarkster1-7/+14
2004-02-06Increase buffer size (1005)markster1-1/+1
2004-02-05Add 'm' option to Monitor app to use soxmix (if available) to mix the output ...martinp1-3/+14
2004-02-03Add recording agent's calls patch. Basically the call starts recording when t...martinp1-6/+45
2004-01-11use a default file name for res_monitor, if none was given. Bug #704jeremy1-0/+12
2003-09-10Fix small logic errors (bug #242)markster1-0/+2
2003-09-08First of Jayson's manager patchesmarkster1-13/+13
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-11/+11
2003-03-31Make some useful management functions globalmarkster1-54/+19
2003-03-25Merge Mahmut's recording patchesmarkster1-0/+443