summaryrefslogtreecommitdiff
path: root/main/manager.c
AgeCommit message (Expand)Author
2014-07-03res_ari: Fix some off-nominal paths just dropping the HTTP connection.Richard Mudgett
2014-07-03HTTP: Add persistent connection support.Richard Mudgett
2014-06-20Logger: Add manager command 'LoggerRotate' to rotate loggerJonathan Rose
2014-06-13stasis: Reduce creation of channel snapshots to improve performanceMatthew Jordan
2014-06-13AST-2014-007: Fix of fix to allow AMI and SIP TCP to send messages.Richard Mudgett
2014-06-12AST-2014-007: Fix DOS by consuming the number of allowed HTTP connections.Richard Mudgett
2014-06-06chan_sip: Fix order of variables specified in SIPNotify actionJonathan Rose
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-05-08app_queue: Extend documentation for various Manager actions and events.Joshua Colp
2014-04-21HTTP: Add TCP_NODELAY to accepted connectionsKinsey Moore
2014-04-18ARI: Add debug logging for events and responsesKinsey Moore
2014-03-28http: response body often missing after specific requestScott Griepentrog
2014-03-20assigned-uniqueids: Miscellaneous cleanup and fixes.Richard Mudgett
2014-03-14manager: fix memory leak in manager_add_filter functionJonathan Rose
2014-03-10unqiueid: correct max uniqueid length testScott Griepentrog
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
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