summaryrefslogtreecommitdiff
path: root/main/manager.c
AgeCommit message (Expand)Author
2013-08-17Strip down the old event systemKinsey Moore
2013-08-16Doxygen comment tweaks.Richard Mudgett
2013-08-15Fix Bridge API DTMF hook matching for begin and end DTMF events.Richard Mudgett
2013-08-05Fix res_ari_asterisk load issueDavid M. Lee
2013-08-01Fix documentation replication issuesKinsey Moore
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-25Fix incorrect reference to stasis/bridging.hMatthew Jordan
2013-07-25A great big renaming patchMatthew Jordan
2013-07-21Allow setting allowmultiplelogin on an account basisMatthew Jordan
2013-07-08Refactor operations to access the stasis cache instead of objects directly wh...Joshua Colp
2013-07-08Move channel driver Registry manager events to core.Jason Parker
2013-07-05Refactor RTCP events over to Stasis; associate with channelsMatthew Jordan
2013-07-02Add a SystemName field to all AMI events.Jason Parker
2013-07-02Stasis - Refactor AOC EventsKevin Harwell
2013-07-01Prevent crash during synchronous AMI origination by ref bumping returned channelMatthew Jordan
2013-06-28Add stasis publications for blind and attended transfers.Mark Michelson
2013-06-24Fix a variety of memory leaksMatthew Jordan
2013-06-22Migrate PeerStatus events to stasis, add stasis endpoints, and add chan_pjsip...Joshua Colp
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-06-13Blow away usage of libjansson's foreach macroMatthew Jordan
2013-06-11Add vtable and methods for to_json and to_ami for Stasis messagesDavid M. Lee
2013-06-08Only initialize manager_bridging during startupMatthew Jordan
2013-06-07Make app_queue AMI events more consistent. Give Join/Leave more useful names.Jason Parker
2013-06-07app_meetme: Refactor manager events to use stasisJonathan Rose
2013-06-06Refactor the features configuration scheme.Mark Michelson
2013-05-31Remove ast_channel_bridge() and associated code called only by it.Richard Mudgett
2013-05-31Replace ast_manager_publish_message() with a more useful version.Jason Parker
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-05-17Fix shutdown assertions in stasis-coreDavid M. Lee
2013-05-17Stasis: Update security events to use StasisJonathan Rose
2013-05-13Fix SendText AMI action to never return non-zero.Richard Mudgett
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