summaryrefslogtreecommitdiff
path: root/main/manager.c
AgeCommit message (Expand)Author
2014-01-03manager: UserEvent including action on outputKevin Harwell
2013-12-18Add AMI event for presence state.Jason Parker
2013-11-08security_events: Push out security events over AMI eventsJonathan Rose
2013-11-08ari: Add application/x-www-form-urlencoded parameter supportDavid M. Lee
2013-10-18Resolve some memory leaks due to incorrect for loop / ao2 ref usage.Mark Michelson
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-10-02Only create Stasis subscriptions when enabledMatthew Jordan
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-09-28manager: Fix crash when appending a manager channel variableMatthew Jordan
2013-08-30Memory leak fixKevin Harwell
2013-08-29Memory leaks fixKevin Harwell
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