aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/manager.h
AgeCommit message (Expand)AuthorFilesLines
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1jpeeler1-0/+3
2009-02-16Merged revisions 175921 via svnmerge from mvanbaak1-2/+2
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-2/+2
2008-11-24Added EVENT_FLAG_AGI and used it for manager calls in res_agi.cmnicholson1-0/+1
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming1-0/+26
2008-05-23Add new functionality to http server that requires manager authentication for...bbryant1-0/+3
2008-04-23Merged revisions 114591 via svnmerge from russell1-2/+2
2008-02-22Move Originate to a separate privilege and require the additional System priv...tilghman1-0/+1
2008-01-10Several manager changes:tilghman1-0/+1
2007-12-11Doxygen updates, formatting. oej1-19/+32
2007-12-05Change cdr_manager to use a "CDR" level, rather than the (overcrowded) "call"...tilghman1-0/+2
2007-11-27More "moremanager" changes - doxygen docs and changing manager version (finally)oej1-3/+9
2007-11-17start using asterisk/network.h for network related headers.rizzo1-4/+1
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-2/+0
2007-08-07Use the linkedlists.h macros for the manager action list.file1-1/+1
2007-07-16Merge a bunch of doxygen updates to header files. This includes changes torussell1-2/+4
2007-06-21Add manager events for RTCP statistics.qwell1-1/+1
2007-06-07Fix a bunch of doxygen errors and document more thingsrussell1-0/+4
2007-05-04- Add manager command CoreSettingsoej1-0/+1
2007-04-10Issue 6082 - New DTMF event for managertilghman1-0/+1
2007-04-06Merged revisions 60603 via svnmerge from russell1-0/+16
2007-02-20Merged revisions 55590 via svnmerge from russell1-1/+1
2007-02-14New CLI command "Core show settings" to list some core settingsoej1-0/+7
2007-01-05Merged revisions 49676 via svnmerge from kpfleming1-18/+15
2006-11-06Add support for manager hooks, so you could fire off manager events over IRC ...file1-0/+22
2006-11-03add a new cli/manager.conf option "debug" to enable/disablerizzo1-2/+8
2006-10-30Issue #3930 - Add manager command for listing dialplan (coded april 2005, in ...oej1-0/+1
2006-09-19After discussing this with other people, we decided we'd like to try to do th...qwell1-12/+0
2006-09-195240 updateanthonyl1-0/+12
2006-07-19First pass at in-place file manipulation via managermarkster1-0/+1
2006-05-05move ast_carefulwrite from manager.c to utils.c so that cli.c andrussell1-2/+0
2006-04-02Unify manager behind a single event queuemarkster1-5/+0
2006-03-31more trailing whitespace and extern removalrizzo1-17/+17
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster1-34/+5
2006-02-11Merged revisions 9581 via svnmerge from russell1-4/+4
2006-01-07Bug 6162 - Constify manager_event argumentstilghman1-1/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-11/+4
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-04allow write timeout to be set on a per-user basis in AMI (issue #5352)kpfleming1-0/+2
2005-09-30ensure structure has enough space for embedded stringkpfleming1-1/+1
2005-09-29Fix manager bug (can't destroy a session while a thread is using it!)markster1-0/+2
2005-09-28Remove possibility of manager deadlocks from manager actionsmarkster1-3/+11
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.kpfleming1-9/+17
2005-08-25minor doc fixes and copyright header cleanup (issue #5029 with mods)kpfleming1-8/+10
2005-07-15Allow manager originate to specifiy more than one variable to be set.russell1-0/+4
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-1/+1
2005-03-22Fix manager declarationsmarkster1-6/+6
2005-03-02Add manager doxygen docs (bug #3691)markster1-16/+55
2004-07-02Back out accidental changes by anthmmarkster1-3/+0