summaryrefslogtreecommitdiff
path: root/main/manager.c
AgeCommit message (Expand)Author
2013-05-07Minor fixups to Doxygen comments.David M. Lee
2013-04-30Stasis Core: Refactor ACL Change events to go out over the stasis core msg busJonathan Rose
2013-04-10* Fix unlocked accesses to feature_list. The feature_list is now alsoRichard Mudgett
2013-03-30Properly format an intmax_t valueMatthew Jordan
2013-03-30Convert TestEvent AMI events over to Stasis CoreMatthew Jordan
2013-03-25Move NewCallerid, HangupRequest and SoftHangupRequest to StasisDavid M. Lee
2013-03-22Move more channel events to Stasis; move res_json.c to main/json.c.David M. Lee
2013-03-15Take advantage of the fact that stasis_unsubscribe now returns NULLKinsey Moore
2013-03-15tcptls: Prevent unsupported options from being setKinsey Moore
2013-03-08This patch adds a new message bus API to Asterisk.David M. Lee
2013-02-24Don't display the AMI ALL class authorization for users if they don't have itMatthew Jordan
2013-02-15Fix crash in PresenceState AMI action when specifying an invalid providerMatthew Jordan
2013-02-14Revamp of terminal color codesKinsey Moore
2013-01-16Further fix misinformation in the description of manager MailboxStatus command.Mark Michelson
2013-01-02Fix AMI redirect action with two channels failing to redirect both channels.Richard Mudgett
2012-12-06Fix memory leak in 'manager show event' when command entered incorrectlyMatthew Jordan
2012-11-28manager: Make challenge work with allowmultiplelogin=noJonathan Rose
2012-11-04Don't attempt to purge sessions when no sessions existMatthew Jordan
2012-11-04Properly clean up manager resources on exitMatthew Jordan
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-10-17manager: remove curses dependent stuff from r375103Jonathan Rose
2012-10-16manager: Change display of 'manager show commands' and 'manager show command'Jonathan Rose
2012-10-11Continue to group config filesAndrew Latham
2012-10-10Fix segfault regression from r370681Kinsey Moore
2012-10-05Multiple revisions 374570,374581David M. Lee
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-09-18Don't crash when passing a NULL message to __astman_get_header.Sean Bright
2012-09-05Correct documentation for ModuleLoad AMI actionKinsey Moore
2012-08-30AST-2012-012: Resolve AMI User Unauthorized Shell Access through ExternalIVRMatthew Jordan
2012-08-27Fix incorrect documentation of the MailboxStatus manager command.Mark Michelson
2012-08-08Allow support for early media on AMI originates and call files.Mark Michelson
2012-08-08Add AMI_CLIENT dialplan functionTerry Wilson
2012-08-01Fix a possible crash due to passing NULL to ast_variables_dup()Mark Michelson
2012-07-31Add "setvar" option to manager.conf.Mark Michelson
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-11Named ACLs: Introduces a system for creating and sharing ACLsJonathan Rose
2012-07-10Add some additional documentation for core AMI eventsMatthew Jordan
2012-06-25Update "manager show event" to support tab completionMatthew Jordan
2012-06-25Add AMI event documentationMatthew Jordan
2012-06-20Add IPv6 Support To ManagerMichael L. Young
2012-06-08Fix error paths in action_hangup() for AMI Hangup action.Richard Mudgett
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-05-01Prevent a potential crash when using manager hooks.Jason Parker
2012-04-23AST-2012-004: Fix an error that allows AMI users to run shell commands sans a...Jonathan Rose
2012-04-17Fix places in main where a negative return value could impact executionMatthew Jordan
2012-04-16Add IPv6 address support to security events framework.Michael L. Young