summaryrefslogtreecommitdiff
path: root/main/manager.c
AgeCommit message (Expand)Author
2010-06-01Eliminate stale manager events after a set interval, even if AMI clients don'...Tilghman Lesher
2010-05-24Merge the rest of the FullyBooted patchTerry Wilson
2010-05-17Missing newlines added to Set-Cookie line in manager.cLeif Madsen
2010-05-17Recorded merge of revisions 263456 via svnmerge from Leif Madsen
2010-05-05New 'manager show settings' CLI command.Paul Belanger
2010-04-13Merged revisions 257070 via svnmerge from Matthew Nicholson
2010-04-09Merge Call completion support into trunk.Mark Michelson
2010-03-20Resolve more compiler warnings on FreeBSD.Russell Bryant
2010-01-28Optimization to manager events.Jeff Peeler
2010-01-25Change api for pbx_builtin_setvar to actually return error code if a function...Olle Johansson
2010-01-25Merged revisions 242850 via svnmerge from Olle Johansson
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.Sean Bright
2010-01-09Merged revisions 238915 via svnmerge from Tilghman Lesher
2009-12-16Enhance AMI redirect to allow channels to be redirected to different places.Jeff Peeler
2009-12-02Merged revisions 232581 via svnmerge from Jeff Peeler
2009-12-02Make manager response to "Action: events" finish with empty lineJeff Peeler
2009-11-13Display a list of channel variables in each channel-oriented event.Tilghman Lesher
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-11-04Add destruction of iterators to avoid problems with refcountersOlle Johansson
2009-11-03Resolve a warning from gcc 4.4.1.Russell Bryant
2009-11-03AMI hook interfaceDavid Brooks
2009-10-27Merged revisions 226138 via svnmerge from Tilghman Lesher
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...Kevin P. Fleming
2009-09-25Eliminate unnecessary include of version.h in manager.c.Kevin P. Fleming
2009-09-09Properly terminate the response to the manager Ping action.Sean Bright
2009-08-31Properly initialize the session to prevent a crash.Tilghman Lesher
2009-08-27Ensure that we check for the special value CONFIG_STATUS_FILEINVALID.Tilghman Lesher
2009-08-18Merged revisions 212763 via svnmerge from Sean Bright
2009-08-10AST-2009-005Tilghman Lesher
2009-07-21Merged revisions 207714 via svnmerge from Mark Michelson
2009-07-11Add an API for reporting security events, and a security event logging module.Russell Bryant
2009-06-26Add timestamp to response to "Ping" manager action.Mark Michelson
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-16Don't claim a char * is a mansession object.Russell Bryant
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-05-31Constification and remove some unused code.Russell Bryant
2009-05-26Add ActionID to CoreShowChannel event.Sean Bright
2009-05-26Include startup and reload date in the CoreStatus manager message.Sean Bright
2009-05-22Implement a new element in AstXML for AMI actions documentation.Eliel C. Sardanons
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-18Fix the CLI command 'manager show command' documentation and functionality.Eliel C. Sardanons
2009-05-18Rollback commit 195367.Eliel C. Sardanons
2009-05-18Avoid autocompleting passed the action name argument in the CLI command.Eliel C. Sardanons
2009-05-13Do not lock the 'sessions' container, lock the allocated 'session'.Eliel C. Sardanons
2009-05-12Fix a crash when logging out from the AMI and avoid astobj2 warning messages.Eliel C. Sardanons
2009-05-02Remove rarely-used event_log/LOG_EVENT supportKevin P. Fleming
2009-04-29Consistent SSL/TLS options across conf filesDavid Vossel
2009-04-27Fix a bug where we tried to send events out when no sessions container was pr...Joshua Colp
2009-04-24TLS/SSL private key optionDavid Vossel
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant