summaryrefslogtreecommitdiff
path: root/main/manager.c
AgeCommit message (Expand)Author
2014-02-21manager: Fix AMI Status action of a single channel.Richard Mudgett
2014-01-30Make a NOTICE about an invalid channel name more useful.Sean Bright
2014-01-27manager: ExtensionStatus event status human readableKevin Harwell
2014-01-27manager: The eventfilter= option now takes an extended regex.Walter Doekes
2014-01-24manager: Register atexit shutdown routine only once.Richard Mudgett
2014-01-24manager: Protect data structures during shutdown.Richard Mudgett
2014-01-21manager: Clarify eventfilter documentation. Textual changes only.Walter Doekes
2014-01-16manager: Originate doesn't abort on failed format_cap allocationKevin Harwell
2014-01-14verbosity: Fix performance of console verbose messages.Richard Mudgett
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