Add 'zap set dnd' CLI command, and ensure that the AMI DNDState event always gets generated.

(closes issue #11212)
Reported by: tzafrir
Patches:
      zap_dnd.diff uploaded by tzafrir (modified by me) (license 46)



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98488 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2008-01-12 00:20:55 +00:00
parent fa4f7d3727
commit 4b0a63ffa2
2 changed files with 87 additions and 10 deletions

View File

@@ -197,6 +197,9 @@ Zaptel channel driver (chan_zap) Changes
does not specify signalling for a channel (which is unlikely as the sample
configuration file has always recommended specifying it for every channel) then
the 'auto' mode will be used for that channel if possible.
* Added a 'zap set dnd' command to allow CLI control of the Do-Not-Disturb
state for a channel; also ensured that the DNDState Manager event is
emitted no matter how the DND state is set or cleared.
A new channel driver: Unistim
-----------------------------