summaryrefslogtreecommitdiff
path: root/main/ccss.c
AgeCommit message (Expand)Author
2016-01-08ccss.c: Replace space in taskprocessor name.Richard Mudgett
2015-04-17Detect potential forwarding loops based on count.Mark Michelson
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
2011-02-08Merged revisions 307065 via svnmerge from Mark Michelson
2011-02-07Merged revisions 306575 via svnmerge from Mark Michelson
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2011-01-27Merged revisions 304554 via svnmerge from Richard Mudgett
2011-01-20Merged revisions 303153 via svnmerge from Richard Mudgett
2010-12-20Some scheduler API cleanup and improvements.Russell Bryant
2010-08-12Merged revisions 282098 via svnmerge from Richard Mudgett
2010-07-14ast_callerid restructuringRichard Mudgett
2010-06-08Fix some doxygen warnings.Leif Madsen
2010-06-03Remove a LOG_WARNING.Russell Bryant
2010-05-20Avoid crash in generic CC agent init if caller name or number is NULL.Richard Mudgett