aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_devstate.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-08Merged revisions 193274 via svnmerge from seanbright1-1/+1
2008-11-12This commit does two things:mvanbaak1-46/+1
2008-11-01Merge changes from team/group/appdocsxmlrussell1-28/+51
2008-07-01Add a \todorussell1-0/+2
2008-03-01Add a "devstate change" CLI command to control custom device states. Also,russell1-1/+73
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell1-2/+47
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-2/+0
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