aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-10 14:44:18 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-10 14:44:18 +0000
commit58b2e382ac8d3f23e990317e3866d66b33f01033 (patch)
treec0c95312b05770fe65cecfd9f6f8810dd48a5715 /CHANGES
parent0e4fb319344275e50dd2e29ded05e8d5e0e20897 (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: http://svn.digium.com/svn/asterisk/trunk@275466 f38db490-d61c-443f-a65b-d21fe96a405b
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
-----------