summaryrefslogtreecommitdiff
path: root/funcs/func_devstate.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-03-14funcs/func_devstate: Remove new line in Device field of during module loadMatt Jordan
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-05-10Coverity Report: Fix issues for error type CHECKED_RETURN for coreJonathan Rose
2012-04-04Make 'help devstate change' display properly (get rid of excess comma)Jonathan Rose
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-08Fix the spelling of UNAVAILABLE in func_devstate CLI completion.Sean Bright
2008-11-12This commit does two things:Michiel van Baak
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-07-01Add a \todoRussell Bryant
2008-03-01Add a "devstate change" CLI command to control custom device states. Also,Russell Bryant
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-09-06Rename the DEVSTATE() function to DEVICE_STATE() to better conform to how otherRussell Bryant
2007-09-06Merge HINT() dialplan function from my sandbox branch into trunk. This functionRussell Bryant
2007-08-10Store custom device states in astdb so that they will persist a restart. As aRussell Bryant
2007-08-10Merge a set of device state improvements from team/russell/events.Russell Bryant
2007-07-09Merged revisions 73985 via svnmerge from Tilghman Lesher
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-30Issue 9477 - Improve menuselect labelsTilghman Lesher
2007-04-11Add a minor loop optimization to the custom device state callback. Once theRussell Bryant
2007-02-13This introduces a new dialplan function, DEVSTATE, which allows you to do someRussell Bryant