summaryrefslogtreecommitdiff
path: root/main/ccss.c
AgeCommit message (Expand)Author
2018-03-19Merge "loader: Convert reload_classes to built-in modules."Jenkins2
2018-03-15main/ccss: Use ast_cli_completion_add for core id.Corey Farrell
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2017-12-30core: Use macros to generate ao2_container callbacks where possible.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-11-20ccss: Remove silly usage of RAII_VAR.Corey Farrell
2017-08-01Fix compiler warnings on Fedora 26 / GCC 7.Corey Farrell
2017-02-13cli: Fix various CLI documentation and completion issuesSean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-19Fix naming mismatch of allocator functions.Corey Farrell
2016-01-08ccss.c: Replace space in taskprocessor name.Richard Mudgett
2015-04-17Detect potential forwarding loops based on count.Mark Michelson
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-06build: Fixes for gcc 5 compilationGeorge Joseph
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-08-17Strip down the old event systemKinsey Moore
2013-07-19Convert CCSS manager events to stasis.Jason Parker
2013-04-16Move device state distribution to Stasis-coreKinsey Moore
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-12-03Fix CCSS CLI commands and logger level not unregistered.Richard Mudgett
2012-11-02Things don't need to be that const.Richard Mudgett
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-10-15Fix some potential misuses of ast_str in the code.Mark Michelson
2012-10-03Destroy the generic_monitors container after the core_instances in ccssMatthew Jordan
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-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-06-22Check if PBX was started for generic CCSS recall.Richard Mudgett
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-14Allow non-normal execution routines to be able to run on hungup channels.Richard Mudgett
2012-03-02Fix case-sensitivity for device-specific event subscriptions and CCSSKinsey Moore
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-27Deprecated macro usage for connected line, redirecting, and CCSSKinsey Moore
2012-02-21Add missing newline to ccss state change notificationKinsey Moore
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-06-03Merged revisions 321924 via svnmerge from Richard Mudgett
2011-05-19Merged revisions 319758 via svnmerge from Richard Mudgett
2011-05-16Merged revisions 319259 via svnmerge from Richard Mudgett
2011-04-14Add Device State Information CCSS for Generic Devices.Richard Mudgett
2011-04-01Merged revisions 312461 via svnmerge from Richard Mudgett
2011-02-15Merged revisions 307879 via svnmerge from Richard Mudgett