Displaying 1 result from an estimated 1 matches for "lamp1".
Did you mean:
lamp
2010 Jan 29
0
New feature: Asterisk Manager Interface commands for DeviceState
...from AMI.
It would be very nice if someone could help me test this feature, and report
back to the issue tracker.
To test, log into AMI as usual, and then issue something like the following
(please also test to Get device state from real devices too):
--
Action: DeviceStateSet
DeviceName: Custom:lamp1
DeviceState: INUSE
--
Which should yield:
--
Response: Success
Message: Success
--
Then you can check the state by doing:
--
Action: DeviceStateGet
DeviceName: Custom:lamp1
--
And you should receive the following:
--
Response: Success
Message: Result will follow
Event: DeviceStateGetRespons...