asterisk/funcs
Russell Bryant f60efe347a This introduces a new dialplan function, DEVSTATE, which allows you to do some
pretty cool things.

First, you can get the device state of anything in the dialplan:
  NoOp(SIP/mypeer has state ${DEVSTATE(SIP/mypeer)})
  NoOp(The conference room 1234 has state ${DEVSTATE(MeetMe:1234)})

Most importantly, this allows you to create custom device states so you can
control phone lamps directly from the dialplan.
  Set(DEVSTATE(Custom:mycustomlamp)=BUSY)
  ...
  exten => mycustomlamp,hint,Custom:mycustomlamp


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@54261 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-02-13 22:02:20 +00:00
..
Makefile GNU make already knows how to quietly ignore non-existent files in 'include' directives 2006-08-26 23:58:47 +00:00
func_base64.c Doxygen update 2007-01-24 09:05:29 +00:00
func_blacklist.c One const, two const. Let's stick with everything else - one const. Plus older versions of GCC don't support double const either. 2007-01-07 19:00:36 +00:00
func_callerid.c Add CALLERPRES dialplan function and deprecate SetCallerPres application 2007-02-03 22:05:02 +00:00
func_cdr.c Doxygen update 2007-01-24 09:05:29 +00:00
func_channel.c Doxygen update 2007-01-24 09:05:29 +00:00
func_curl.c finish const-ifying ast_func_read() 2007-01-06 00:13:33 +00:00
func_cut.c Modifications to allow the output of SHELL() to be split per line (Issue 8676) 2007-01-07 14:44:49 +00:00
func_db.c Doxygen update 2007-01-24 09:05:29 +00:00
func_devstate.c This introduces a new dialplan function, DEVSTATE, which allows you to do some 2007-02-13 22:02:20 +00:00
func_enum.c Doxygen update 2007-01-24 09:05:29 +00:00
func_env.c Doxygen update 2007-01-24 09:05:29 +00:00
func_global.c Doxygen update 2007-01-24 09:05:29 +00:00
func_groupcount.c Doxygen update 2007-01-24 09:05:29 +00:00
func_logic.c Doxygen update 2007-01-24 09:05:29 +00:00
func_math.c Doxygen update 2007-01-24 09:05:29 +00:00
func_md5.c Doxygen update 2007-01-24 09:05:29 +00:00
func_module.c Doxygen update 2007-01-24 09:05:29 +00:00
func_odbc.c Merged revisions 53779-53781 via svnmerge from 2007-02-09 23:53:51 +00:00
func_rand.c Doxygen update 2007-01-24 09:05:29 +00:00
func_realtime.c Formatting fixes 2007-02-12 02:44:33 +00:00
func_sha1.c Doxygen update 2007-01-24 09:05:29 +00:00
func_shell.c Doxygen update 2007-01-24 09:05:29 +00:00
func_strings.c Merged revisions 53093 via svnmerge from 2007-02-01 21:27:22 +00:00
func_timeout.c Doxygen update 2007-01-24 09:05:29 +00:00
func_uri.c Doxygen update 2007-01-24 09:05:29 +00:00
func_version.c Doxygen update 2007-01-24 09:05:29 +00:00
func_vmcount.c finish const-ifying ast_func_read() 2007-01-06 00:13:33 +00:00