aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_monitor.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-26Don't always say that the channel is being paused if it is actually being unp...file1-1/+1
2007-03-21Merged revisions 59086 via svnmerge from file1-0/+1
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming1-14/+14
2006-11-01Merged revisions 46776 via svnmerge from russell1-1/+19
2006-10-21Add a couple missing unregistrations of manager actions and remove duplicaterussell1-2/+2
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-1/+1
2006-09-20these functions never should have been non-static or in a header filekpfleming1-2/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-13/+7
2006-07-26Only unlock these if they were locked on entrytilghman1-2/+2
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-5/+5
2006-05-10use the channel lock wrappers (issue #7128)russell1-12/+12
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-19/+13
2006-05-09remove a check of the result of ast_mutex_lockrussell1-14/+7
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)russell1-9/+9
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-20/+5
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-06use the new module interface for this module, but make itrizzo1-5/+9
2006-03-02Merged revisions 11561 via svnmerge from russell1-1/+1
2006-01-21- conversions to allocation wrappersrussell1-11/+7
2006-01-14added feature for pausing and unpausing the mogorman1-28/+140
2005-12-30update doxygen docs to specify authorsrussell1-0/+1
2005-12-26Merged revisions 7634 via svnmerge from russell1-2/+2
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-1/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08issue #5648kpfleming1-11/+11
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+17
2005-07-10more ast_copy_string conversionsrussell1-3/+3
2005-06-06more file version tagskpfleming1-1/+16
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-11/+8
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...kpfleming1-24/+3
2005-05-06add missing newline to warning message (bug #4183)russell1-1/+1
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-14/+14
2005-02-17Add descriptions for monitor action events (bug #3610)markster1-3/+30
2005-02-17Make sure we search for url prefix only in format, not in filename (bug #3613)markster1-9/+6
2005-01-21Fix res_monitor asterisk issue (bug #3399)markster1-1/+1
2005-01-21Add stereoize (bug #3142), faster than soxmixmarkster1-3/+3
2005-01-10Merge anthm's monitor fixes (better default path, set variable for monitor) (...markster1-7/+12
2004-12-28Formatting fixes, safe_system instead of system, cleanups (bug #3171)markster1-20/+25
2004-12-18Fix comment issues (bug #3089)markster1-7/+7
2004-12-09Fixed call parking, added separate paramater to allow/disallow call parking onjim1-2/+18
2004-11-04Fix non-std charactersmarkster1-3/+3
2004-10-23More memory checkscitats1-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