aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_devstate.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-09-06Rename the DEVSTATE() function to DEVICE_STATE() to better conform to how otherrussell1-11/+11
2007-09-06Merge HINT() dialplan function from my sandbox branch into trunk. This functionrussell1-0/+63
2007-08-10Store custom device states in astdb so that they will persist a restart. As arussell1-48/+35
2007-08-10Merge a set of device state improvements from team/russell/events.russell1-1/+1
2007-07-09Merged revisions 73985 via svnmerge from tilghman1-1/+1
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-1/+1
2007-05-30Issue 9477 - Improve menuselect labelstilghman1-1/+1
2007-04-11Add a minor loop optimization to the custom device state callback. Once therussell1-1/+3
2007-02-13This introduces a new dialplan function, DEVSTATE, which allows you to do somerussell1-0/+205