Fix AMI Monitor action without File header converting channel name into filename.
[asterisk/asterisk.git] / res / res_monitor.c
2012-02-16 Richard MudgettFix AMI Monitor action without File header converting...
2012-01-27 Jonathan RoseMake failed PauseMonitor and UnpauseMonitor with no...
2012-01-24 Terry WilsonOpaquify channel stringfields
2012-01-09 Terry WilsonReplace direct access to channel name with accessor...
2011-12-16 Richard MudgettFix crash during CDR update.
2011-07-14 Leif MadsenMerged revisions 328247 via svnmerge from
2011-07-14 Jonathan RoseMerged revisions 328207 via svnmerge from
2010-07-20 Tilghman LesherAdd load priority order, such that preload becomes...
2010-04-25 Tilghman LesherMerged revisions 258775 via svnmerge from
2010-03-24 Jeff PeelerMerged revisions 254235 via svnmerge from
2010-02-25 Jeff PeelerMerged revisions 248860 via svnmerge from
2010-02-25 Jeff PeelerMerged revisions 248757 via svnmerge from
2009-12-21 Jeff PeelerMerged revisions 235940 via svnmerge from
2009-11-13 Tilghman LesherDisplay a list of channel variables in each channel...
2009-11-04 Jeff PeelerMerged revisions 227944 via svnmerge from
2009-06-15 Kevin P. FlemingRedesigned 'optional API' support.
2009-06-01 Eliel C. SardanonsMoved more static documentation to the new AstXML form.
2009-05-22 Sean BrightFix build under dev mode and remove some casts that...
2009-05-21 Kevin P. FlemingConst-ify the world (or at least a good part of it)
2009-05-18 Tilghman LesherRecorded merge of revisions 195366 via svnmerge from
2009-04-24 Russell BryantConvert the ast_channel data structure over to the...
2009-03-23 Mark MichelsonMerged revisions 183700 via svnmerge from
2008-12-12 Michiel van BaakDocument default Monitor file location.
2008-10-09 Tilghman LesherReverting format addition for now
2008-10-09 Tilghman LesherFudges for wav16, just like wav49
2008-02-20 Mark MichelsonFix another spot where a hard-coded '|' hadn't been...
2008-01-31 Mark MichelsonMerged revisions 101531 via svnmerge from
2007-12-19 Mark MichelsonMerged revisions 94122 via svnmerge from
2007-12-18 Luigi Rizzomake configuration variable const so they are not accid...
2007-12-11 Joshua ColpOnly look to see if options are set if some have been...
2007-12-03 Jason ParkerAdd manager events for when a monitor is started or...
2007-11-21 Luigi Rizzoremove a bunch of useless #include "options.h"
2007-11-20 Luigi Rizzomove asterisk/paths.h outside asterisk.h and into those...
2007-11-19 Luigi Rizzoinclude "logger.h" and errno.h from asterisk.h - usage...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-12 Jason ParkerDoxygen fixes.
2007-11-06 Mark Michelson"show application <foo>" changes for clarity.
2007-10-26 Jason ParkerCorrectly use defined return values in (some) load_modu...
2007-07-31 Tilghman LesherMostly cleanup of documentation to substitute the pipe...
2007-07-23 Russell Bryant(closes issue #10271)
2007-07-10 Jason ParkerFix building that was broken by recent monitor.h change...
2007-07-09 Jason Parker(closes issue #7596)
2007-06-22 Tilghman LesherIssue 9990 - New API ast_mkdir, which creates parent...
2007-06-14 Russell BryantConvert uses of strdup() to ast_strdup()
2007-06-14 Russell BryantAdd a massive set of changes for converting to use...
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-04-26 Joshua ColpMerged revisions 61961 via svnmerge from
2007-03-21 Joshua ColpMerged revisions 59087 via svnmerge from
2007-01-05 Kevin P. FlemingMerged revisions 49676 via svnmerge from
2006-12-21 Steve Murphya quick fix to app_sms.c to get rid of cursed compiler...
2006-11-01 Russell BryantMerged revisions 46778 via svnmerge from
2006-10-21 Russell BryantMerged revisions 45818 via svnmerge from
2006-10-03 Matt O'Gormanbug #8076 check option_debug before printing to debug...
2006-10-02 Joshua ColpGet rid of the IS_NULL_STRING macro and use ast_strlen_...
2006-09-28 Joshua ColpMerged revisions 43933 via svnmerge from
2006-09-20 Kevin P. Flemingthese functions never should have been non-static or...
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-07-26 Tilghman LesherOnly unlock these if they were locked on entry
2006-06-07 Kevin P. Flemingsimplify autoconfig include mechanism (make tholo happy...
2006-05-10 Russell Bryantuse the channel lock wrappers (issue #7128)
2006-05-10 Russell Bryantremove almost all of the checks of the result from...
2006-05-09 Russell Bryantremove a check of the result of ast_mutex_lock
2006-04-29 Russell Bryanta bunch of conversion to ast_channel_*lock (issue ...
2006-04-14 Luigi RizzoThis rather large commit changes the way modules are...
2006-04-08 Kevin P. Flemingsince the module API is changing, it's a good time...
2006-04-06 Luigi Rizzouse the new module interface for this module, but make it
2006-03-02 Russell BryantMerged revisions 11561 via svnmerge from
2006-01-21 Russell Bryant- conversions to allocation wrappers
2006-01-14 Matt O'Gormanadded feature for pausing and unpausing the
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-12-26 Russell BryantMerged revisions 7634 via svnmerge from
2005-12-03 Tilghman LesherBug 5858 - Make the chanvars.c functions return a ...
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-08 Kevin P. Flemingissue #5648
2005-10-24 Russell BryantDoxygen documentation update from oej (issue #5505)
2005-09-14 Kevin P. Flemingupdate MANY more files with proper copyright/license...
2005-07-10 Russell Bryantmore ast_copy_string conversions
2005-06-06 Kevin P. Flemingmore file version tags
2005-06-06 Kevin P. Flemingmajor Makefile and build process improvements, includin...
2005-06-06 Kevin P. Flemingmore efficient (and understandable) ast_channel_walk_lo...
2005-05-06 Russell Bryantadd missing newline to warning message (bug #4183)
2005-04-21 Kevin P. Fleminguse double-quotes instead of angle-brackets for non...
2005-02-17 Mark SpencerAdd descriptions for monitor action events (bug #3610)
2005-02-17 Mark SpencerMake sure we search for url prefix only in format,...
2005-01-21 Mark SpencerFix res_monitor asterisk issue (bug #3399)
2005-01-21 Mark SpencerAdd stereoize (bug #3142), faster than soxmix
2005-01-10 Mark SpencerMerge anthm's monitor fixes (better default path, set...
2004-12-28 Mark SpencerFormatting fixes, safe_system instead of system, cleanu...
2004-12-18 Mark SpencerFix comment issues (bug #3089)
2004-12-09 Jim DixonFixed call parking, added separate paramater to allow...
2004-11-04 Mark SpencerFix non-std characters
2004-10-23 James GolovichMore memory checks
2004-09-17 James GolovichCleanup code. Spacing issues, nested if issues, lots...
2004-09-17 Mark SpencerMerge anthm's monitor patch with minor mods (bug #2383)
2004-06-29 James GolovichMore formatting cleanups.
2004-06-22 Mark SpencerFix potential deadlocks in res_monitor
2004-06-09 Mark SpencerMerge FreeBSD locking fixes (bug #1411)
2004-06-07 Anthony Minessale IIfix res_monitor bug
2004-06-04 Mark SpencerIAX2 fixup, fix res_monitor sillyseg
2004-06-03 Mark SpencerGet rid of small copmile warning
next