summaryrefslogtreecommitdiff
path: root/main/devicestate.c
AgeCommit message (Expand)Author
2018-03-19core: Remove additional symbols.Corey Farrell
2018-03-13core: Remove non-critical cleanup from startup aborts.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-01-10devicestate: Cleanup engine thread during graceful shutdown.Corey Farrell
2015-07-11main/devicestate: Prevent duplicate registration of device state providersMatt Jordan
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-09-05devicestate.c: Minor tweaksRichard Mudgett
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-07-24device state: Update the core to report ONHOLD if a channel is on holdMatthew Jordan
2014-05-22res_corosync: Update module to work with Stasis (and compile)Matthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-28Add DeviceStateChanged and PresenceStateChanged AMI events.Mark Michelson
2014-03-07stasis cache: Enhance to keep track of an item from different entities.Richard Mudgett
2014-03-01devicestate.c: Simplified some logic in _ast_device_state().Richard Mudgett
2014-02-04devicestate: Make ast_devstate_changed_literal() return value and doxygen con...Richard Mudgett
2013-11-23ARI: Implement device state APIKevin Harwell
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-08-17Strip down the old event systemKinsey Moore
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-06-24Fix a variety of memory leaksMatthew Jordan
2013-05-30Avoid unnecessary cleanups during immediate shutdownDavid M. Lee
2013-05-26Fix a variety of memory corruption/assertion errorsMatthew Jordan
2013-05-17Fix shutdown assertions in stasis-coreDavid M. Lee
2013-05-15Refactored the rest of the message types to use the STASIS_MESSAGE_TYPE_*David M. Lee
2013-04-16Move device state distribution to Stasis-coreKinsey Moore
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-09-10Deprecate chan_gtalk, chan_jingle, and res_jabberKinsey Moore
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-13Make hints for invalid SIP devices return Unavail, not idleTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2010-11-10Merged revisions 294501 via svnmerge from Russell Bryant
2010-05-17Merged revisions 263639 via svnmerge from Mark Michelson
2009-07-08Merged revisions 205409 via svnmerge from David Vossel
2009-07-08missing comma in devstatestring arrayDavid Vossel
2009-07-02Merged revisions 204681 via svnmerge from David Vossel
2009-06-26Make invalid hints report Unavailable instead of Idle.Russell Bryant
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-06-05Merged revisions 199297 via svnmerge from David Vossel
2009-05-12add 'const' qualifiers in various places where they should have beenKevin P. Fleming
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-03-25Improve performance of the ast_event cache functionality.Russell Bryant
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1Jeff Peeler
2008-11-04Slightly optimize ast_devstate_str and rename global functions devstate2str a...Tilghman Lesher
2008-07-26actually use the cache_cache argumentRussell Bryant
2008-07-26ast_device_state() gets called in two different ways. The first way is whenRussell Bryant
2008-07-26Re-work comment about how device state changes are processed to be a bit more...Russell Bryant
2008-07-26Remove the code that decided when device state changes should be cached or not.Russell Bryant