aboutsummaryrefslogtreecommitdiffstats
path: root/main/manager.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-29Consistent SSL/TLS options across conf filesdvossel1-25/+8
2009-04-27Fix a bug where we tried to send events out when no sessions container was pr...file1-15/+17
2009-04-24TLS/SSL private key optiondvossel1-0/+7
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-58/+110
2009-04-23Support HTTP digest authentication for the http manager interface.tilghman1-452/+1118
2009-04-20Merged revisions 189391 via svnmerge from dbailey1-1/+3
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listtilghman1-1/+1
2009-04-09Merged revisions 187428 via svnmerge from tilghman1-6/+17
2009-04-07Merged revisions 186719 via svnmerge from mmichelson1-3/+4
2009-04-01Merge changes from str_substitution that are unrelated to that branch.tilghman1-1/+1
2009-04-01Address Russell's comments regarding rev 185704.mmichelson1-4/+2
2009-04-01Allow the AMI Hangup command to accept a Cause header.mmichelson1-1/+20
2009-03-27Use ast_random() instead of rand() to ensure we use the best RNG available.russell1-1/+1
2009-03-10Reset the thread local string buffer when handling the UserEvent action.file1-0/+3
2009-02-10Fix an fd leak that would occur in HTTP AMI sessionsmmichelson1-217/+269
2009-02-06Resolve a memory leak that would occur on an invalid channel given to Action:...russell1-0/+1
2009-02-02Reverting commit number 173028 as there are somemmichelson1-71/+0