summaryrefslogtreecommitdiff
path: root/res/res_monitor.c
AgeCommit message (Expand)Author
2015-04-13res_monitor: Add dependency on func_periodic_hook.Corey Farrell
2014-12-06res/res_monitor: Reset in/out sample counts on Monitor startMatthew Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-23Fix error loading res_monitor.Russell Bryant
2014-04-15(mix)monitor: Add options to enable a periodic beepRussell Bryant
2014-04-11monitor: use app options parsing helper codeRussell Bryant
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-05-29Resolve a merge conflictKinsey Moore
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-02-21Fix some opaquification-related compiler warningsTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-16Fix AMI Monitor action without File header converting channel name into filen...Richard Mudgett
2012-01-27Make failed PauseMonitor and UnpauseMonitor with no valid channel not close A...Jonathan Rose
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-12-16Fix crash during CDR update.Richard Mudgett
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-14Merged revisions 328207 via svnmerge from Jonathan Rose
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-04-25Merged revisions 258775 via svnmerge from Tilghman Lesher
2010-03-24Merged revisions 254235 via svnmerge from Jeff Peeler
2010-02-25Merged revisions 248860 via svnmerge from Jeff Peeler
2010-02-25Merged revisions 248757 via svnmerge from Jeff Peeler
2009-12-21Merged revisions 235940 via svnmerge from Jeff Peeler
2009-11-13Display a list of channel variables in each channel-oriented event.Tilghman Lesher
2009-11-04Merged revisions 227944 via svnmerge from Jeff Peeler
2009-06-15Redesigned 'optional API' support.Kevin P. Fleming
2009-06-01Moved more static documentation to the new AstXML form.Eliel C. Sardanons
2009-05-22Fix build under dev mode and remove some casts that are no longer necessary asSean Bright
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-18Recorded merge of revisions 195366 via svnmerge from Tilghman Lesher
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-03-23Merged revisions 183700 via svnmerge from Mark Michelson
2008-12-12Document default Monitor file location.Michiel van Baak
2008-10-09Reverting format addition for nowTilghman Lesher
2008-10-09Fudges for wav16, just like wav49Tilghman Lesher
2008-02-20Fix another spot where a hard-coded '|' hadn't been converted to ','Mark Michelson
2008-01-31Merged revisions 101531 via svnmerge from Mark Michelson
2007-12-19Merged revisions 94122 via svnmerge from Mark Michelson
2007-12-18make configuration variable const so they are not accidentallyLuigi Rizzo
2007-12-11Only look to see if options are set if some have been provided.Joshua Colp
2007-12-03Add manager events for when a monitor is started or stopped.Jason Parker
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-12Doxygen fixes.Jason Parker
2007-11-06"show application <foo>" changes for clarity.Mark Michelson