summaryrefslogtreecommitdiff
path: root/main/ccss.c
AgeCommit message (Expand)Author
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
2010-04-27Shuffle some casts to make builds on bamboo happier.Mark Michelson
2010-04-27Change cc_ref and cc_unref from macros to inline functions.Mark Michelson
2010-04-12Fix issue where recall would not happen when it should.Mark Michelson
2010-04-09Remove status_response callbacks where they are not needed.Mark Michelson
2010-04-09Merge Call completion support into trunk.Mark Michelson