summaryrefslogtreecommitdiff
path: root/include/asterisk/manager.h
AgeCommit message (Expand)Author
2009-02-16Merged revisions 175921 via svnmerge from Michiel van Baak
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-24Added EVENT_FLAG_AGI and used it for manager calls in res_agi.cMatthew Nicholson
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-05-23Add new functionality to http server that requires manager authentication for...Brett Bryant
2008-04-23Merged revisions 114591 via svnmerge from Russell Bryant
2008-02-22Move Originate to a separate privilege and require the additional System priv...Tilghman Lesher
2008-01-10Several manager changes:Tilghman Lesher
2007-12-11Doxygen updates, formatting. Olle Johansson
2007-12-05Change cdr_manager to use a "CDR" level, rather than the (overcrowded) "call"...Tilghman Lesher
2007-11-27More "moremanager" changes - doxygen docs and changing manager version (finally)Olle Johansson
2007-11-17start using asterisk/network.h for network related headers.Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-08-07Use the linkedlists.h macros for the manager action list.Joshua Colp
2007-07-16Merge a bunch of doxygen updates to header files. This includes changes toRussell Bryant
2007-06-21Add manager events for RTCP statistics.Jason Parker
2007-06-07Fix a bunch of doxygen errors and document more thingsRussell Bryant
2007-05-04- Add manager command CoreSettingsOlle Johansson
2007-04-10Issue 6082 - New DTMF event for managerTilghman Lesher
2007-04-06Merged revisions 60603 via svnmerge from Russell Bryant
2007-02-20Merged revisions 55590 via svnmerge from Russell Bryant
2007-02-14New CLI command "Core show settings" to list some core settingsOlle Johansson
2007-01-05Merged revisions 49676 via svnmerge from Kevin P. Fleming
2006-11-06Add support for manager hooks, so you could fire off manager events over IRC ...Joshua Colp
2006-11-03add a new cli/manager.conf option "debug" to enable/disableLuigi Rizzo
2006-10-30Issue #3930 - Add manager command for listing dialplan (coded april 2005, in ...Olle Johansson
2006-09-19After discussing this with other people, we decided we'd like to try to do th...Jason Parker
2006-09-195240 updateAnthony LaMantia
2006-07-19First pass at in-place file manipulation via managerMark Spencer
2006-05-05move ast_carefulwrite from manager.c to utils.c so that cli.c andRussell Bryant
2006-04-02Unify manager behind a single event queueMark Spencer
2006-03-31more trailing whitespace and extern removalLuigi Rizzo
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer
2006-02-11Merged revisions 9581 via svnmerge from Russell Bryant
2006-01-07Bug 6162 - Constify manager_event argumentsTilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-04allow write timeout to be set on a per-user basis in AMI (issue #5352)Kevin P. Fleming
2005-09-30ensure structure has enough space for embedded stringKevin P. Fleming
2005-09-29Fix manager bug (can't destroy a session while a thread is using it!)Mark Spencer
2005-09-28Remove possibility of manager deadlocks from manager actionsMark Spencer
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.Kevin P. Fleming
2005-08-25minor doc fixes and copyright header cleanup (issue #5029 with mods)Kevin P. Fleming
2005-07-15Allow manager originate to specifiy more than one variable to be set.Russell Bryant
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-03-22Fix manager declarationsMark Spencer
2005-03-02Add manager doxygen docs (bug #3691)Mark Spencer
2004-07-02Back out accidental changes by anthmMark Spencer
2004-07-02autodial updateAnthony Minessale II