asterisk/res
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
..
snmp rename the structs struct tone_zone_sound and struct tone_zone 2006-12-25 06:38:09 +00:00
Makefile Merged revisions 44055 via svnmerge from 2006-09-29 22:48:43 +00:00
res_adsi.c Merged revisions 53779-53781 via svnmerge from 2007-02-09 23:53:51 +00:00
res_agi.c a quick fix to app_sms.c to get rid of cursed compiler warnings so I can compile under --enable-dev-mode 2006-12-21 19:44:20 +00:00
res_clioriginate.c merge qwell's CLI verbification work 2006-09-18 19:54:18 +00:00
res_config_odbc.c Merged revisions 53779-53781 via svnmerge from 2007-02-09 23:53:51 +00:00
res_config_pgsql.c Constify a bunch of usage strings for CLI commands. 2006-12-06 07:31:28 +00:00
res_convert.c a quick fix to app_sms.c to get rid of cursed compiler warnings so I can compile under --enable-dev-mode 2006-12-21 19:44:20 +00:00
res_crypto.c Constify a bunch of usage strings for CLI commands. 2006-12-06 07:31:28 +00:00
res_features.c This introduces a new dialplan function, DEVSTATE, which allows you to do some 2007-02-13 22:02:20 +00:00
res_indications.c rename the structs struct tone_zone_sound and struct tone_zone 2006-12-25 06:38:09 +00:00
res_jabber.c Merged revisions 53294 via svnmerge from 2007-02-07 05:25:54 +00:00
res_limit.c OpenBSD does not have RLIMIT_AS or RLIMIT_VMEM so until someone finds the right rlimit to use then let's not support the -v option on OpenBSD. (issue #8543 reported by jtodd) 2006-12-19 21:59:33 +00:00
res_monitor.c Merged revisions 49676 via svnmerge from 2007-01-05 22:43:18 +00:00
res_musiconhold.c I'm crazy so I think I'll change the musiconhold classes linked list to read/write as well! 2007-02-09 01:57:48 +00:00
res_odbc.c Merged revisions 52808 via svnmerge from 2007-01-30 09:10:09 +00:00
res_realtime.c When calling the Realtime app more than once, unset fields which were 2007-01-07 16:21:12 +00:00
res_smdi.c remove a duplicate include 2006-12-15 22:00:48 +00:00
res_snmp.c Merged revisions 50674 via svnmerge from 2007-01-13 03:06:24 +00:00
res_speech.c Merged revisions 45106 via svnmerge from 2006-10-13 21:07:06 +00:00