summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2010-07-10 14:44:18 +0000
committerRussell Bryant <russell@russellbryant.com>2010-07-10 14:44:18 +0000
commit405d6cdf31af1d595ba06b573a5e01c73296ea05 (patch)
treec0c95312b05770fe65cecfd9f6f8810dd48a5715 /CHANGES
parentb4ba8548e188a36c5c2d296f11692f895d05d0d9 (diff)
Add support for devices with less than 3 lines on the LCD.
(closes issue #17600) Reported by: minaguib Patches: ast_unistim_height_v2.patch uploaded by minaguib (license 1078) Tested by: minaguib git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@275466 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index b9eccf8b4..5e2a30363 100644
--- a/CHANGES
+++ b/CHANGES
@@ -513,7 +513,8 @@ Miscellaneous
* The addition of G.719 pass-through support.
* Added support for 16khz Speex audio. This can be enabled by using 'allow=speex16'
during device configuration.
-
+ * The UNISTIM channel driver (chan_unistim) has been updated to support devices that
+ have less than 3 lines on the LCD.
CLI Changes
-----------