summaryrefslogtreecommitdiff
path: root/res/res_monitor.c
AgeCommit message (Expand)Author
2006-07-26Only unlock these if they were locked on entryTilghman Lesher
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-10use the channel lock wrappers (issue #7128)Russell Bryant
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-09remove a check of the result of ast_mutex_lockRussell Bryant
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)Russell Bryant
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-06use the new module interface for this module, but make itLuigi Rizzo
2006-03-02Merged revisions 11561 via svnmerge from Russell Bryant
2006-01-21- conversions to allocation wrappersRussell Bryant
2006-01-14added feature for pausing and unpausing the Matt O'Gorman
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-26Merged revisions 7634 via svnmerge from Russell Bryant
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08issue #5648Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-07-10more ast_copy_string conversionsRussell Bryant
2005-06-06more file version tagsKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...Kevin P. Fleming
2005-05-06add missing newline to warning message (bug #4183)Russell Bryant
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-02-17Add descriptions for monitor action events (bug #3610)Mark Spencer
2005-02-17Make sure we search for url prefix only in format, not in filename (bug #3613)Mark Spencer
2005-01-21Fix res_monitor asterisk issue (bug #3399)Mark Spencer
2005-01-21Add stereoize (bug #3142), faster than soxmixMark Spencer
2005-01-10Merge anthm's monitor fixes (better default path, set variable for monitor) (...Mark Spencer
2004-12-28Formatting fixes, safe_system instead of system, cleanups (bug #3171)Mark Spencer
2004-12-18Fix comment issues (bug #3089)Mark Spencer
2004-12-09Fixed call parking, added separate paramater to allow/disallow call parking onJim Dixon
2004-11-04Fix non-std charactersMark Spencer
2004-10-23More memory checksJames Golovich
2004-09-17Cleanup code. Spacing issues, nested if issues, lots of strlen used instead ...James Golovich
2004-09-17Merge anthm's monitor patch with minor mods (bug #2383)Mark Spencer
2004-06-29More formatting cleanups.James Golovich
2004-06-22Fix potential deadlocks in res_monitorMark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-06-07fix res_monitor bugAnthony Minessale II
2004-06-04IAX2 fixup, fix res_monitor sillysegMark Spencer
2004-06-03Get rid of small copmile warningMark Spencer
2004-06-03Fix handling when MONITOR_EXEC is unspecifiedMark Spencer
2004-06-03Make monitor merge application settable via variable, allow setting of variab...Mark Spencer
2004-05-24Minor path tweakMark Spencer
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedMark Spencer
2004-02-06Increase buffer size (1005)Mark Spencer
2004-02-05Add 'm' option to Monitor app to use soxmix (if available) to mix the output ...Martin Pycko
2004-02-03Add recording agent's calls patch. Basically the call starts recording when t...Martin Pycko