aboutsummaryrefslogtreecommitdiffstats
path: root/main/manager.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-07Event well was going dry.tilghman1-0/+5
2010-06-05Verify event is not NULL before attempting to lower its usecount.tilghman1-1/+3
2010-06-02Generic Advice of Charge.rmudgett1-0/+338
2010-06-02Add ETSI Advice Of Charge (AOC) event reporting.rmudgett1-0/+1
2010-06-01Eliminate stale manager events after a set interval, even if AMI clients don'...tilghman1-40/+52
2010-05-24Merge the rest of the FullyBooted patchtwilson1-0/+3
2010-05-17Missing newlines added to Set-Cookie line in manager.clmadsen1-1/+1
2010-05-17Recorded merge of revisions 263456 via svnmerge from lmadsen1-1/+1
2010-05-05New 'manager show settings' CLI command.pabelanger1-17/+61
2010-04-13Merged revisions 257070 via svnmerge from mnicholson1-1/+26
2010-04-09Merge Call completion support into trunk.mmichelson1-0/+1
2010-03-20Resolve more compiler warnings on FreeBSD.russell1-1/+1
2010-01-28Optimization to manager events.jpeeler1-4/+10
2010-01-25Change api for pbx_builtin_setvar to actually return error code if a function...oej1-6/+2
2010-01-25Merged revisions 242850 via svnmerge from oej1-6/+13
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.seanbright1-6/+1
2010-01-09Merged revisions 238915 via svnmerge from tilghman1-2/+2
2009-12-16Enhance AMI redirect to allow channels to be redirected to different places.jpeeler1-2/+25
2009-12-02Merged revisions 232581 via svnmerge from jpeeler1-0/+1
2009-12-02Make manager response to "Action: events" finish with empty linejpeeler1-2/+2
2009-11-13Display a list of channel variables in each channel-oriented event.tilghman1-5/+68
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-4/+4
2009-11-04Add destruction of iterators to avoid problems with refcountersoej1-1/+7
2009-11-03Resolve a warning from gcc 4.4.1.russell1-1/+3
2009-11-03AMI hook interfacedbrooks1-1/+73
2009-10-27Merged revisions 226138 via svnmerge from tilghman1-2/+5
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...kpfleming1-2/+6
2009-09-25Eliminate unnecessary include of version.h in manager.c.kpfleming1-1/+0
2009-09-09Properly terminate the response to the manager Ping action.seanbright1-1/+6
2009-08-31Properly initialize the session to prevent a crash.tilghman1-1/+1
2009-08-27Ensure that we check for the special value CONFIG_STATUS_FILEINVALID.tilghman1-5/+17
2009-08-18Merged revisions 212763 via svnmerge from seanbright1-1/+3
2009-08-10AST-2009-005tilghman1-7/+7
2009-07-21Merged revisions 207714 via svnmerge from mmichelson1-2/+2
2009-07-11Add an API for reporting security events, and a security event logging module.russell1-4/+263
2009-06-26Add timestamp to response to "Ping" manager action.mmichelson1-1/+2
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-1/+1
2009-06-16Don't claim a char * is a mansession object.russell1-1/+1
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-7/+7
2009-05-31Constification and remove some unused code.russell1-50/+5
2009-05-26Add ActionID to CoreShowChannel event.seanbright1-6/+7
2009-05-26Include startup and reload date in the CoreStatus manager message.seanbright1-2/+8
2009-05-22Implement a new element in AstXML for AMI actions documentation.eliel1-280/+718
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-31/+31
2009-05-18Fix the CLI command 'manager show command' documentation and functionality.eliel1-2/+2
2009-05-18Rollback commit 195367.eliel1-14/+9
2009-05-18Avoid autocompleting passed the action name argument in the CLI command.eliel1-9/+14
2009-05-13Do not lock the 'sessions' container, lock the allocated 'session'.eliel1-2/+2
2009-05-12Fix a crash when logging out from the AMI and avoid astobj2 warning messages.eliel1-63/+67
2009-05-02Remove rarely-used event_log/LOG_EVENT supportkpfleming1-9/+0