Files
asterisk/include/asterisk
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
..
2006-09-20 04:45:45 +00:00
2007-02-10 00:40:57 +00:00
2006-11-15 20:55:17 +00:00
2006-11-24 14:00:19 +00:00
2007-01-24 09:31:26 +00:00
2007-01-01 20:08:47 +00:00
2006-05-22 21:12:30 +00:00
2006-08-23 21:19:21 +00:00
2006-06-14 14:12:56 +00:00
2006-09-20 04:57:20 +00:00
2007-01-11 05:21:03 +00:00
2006-08-29 20:50:36 +00:00
2006-12-29 06:26:53 +00:00
2007-01-19 18:00:00 +00:00
2006-12-15 13:36:34 +00:00
2006-11-11 02:12:27 +00:00
2007-01-19 17:19:45 +00:00