aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-02 20:56:12 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-02 20:56:12 +0000
commit5f0e53299f61f7a512d06cef6c6bbcd4ec89108a (patch)
treec46ccafdebc95ca21f42ab2fec6b2aa83843be1e /CHANGES
parent5590a16c770cba2640bd52ee9aca66333e9c8644 (diff)
Merge the code from asterisk/team/group/chan_unistim:
This introduces a new channel driver, chan_unistim, that supports the Unistim VoIP protocol for Nortel phones. The following models have been confirmed to work: i2002, i2004 and i2050. (closes issue #8864) Reported by: c_hans Patches: chan_unistim.patch uploaded by c (license 304) ustm_no_conf.diff uploaded by junky (license 177) Tested by: c_hans, dbowerman, math, junky, loloski git-svn-id: http://svn.digium.com/svn/asterisk/trunk@88368 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 37e52a5d9..ea69faecd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -305,3 +305,6 @@ Miscellaneous
It allows you to configure a prefix for auto-monitor recordings.
* Added support for running your dialplan by writing one in lua. See
configs/extensions.lua.sample for examples of how to do this.
+ * Added a new channel driver, chan_unistim. See doc/unistim.txt and
+ configs/unistim.conf.sample for details. This new channel driver allows
+ you to use Nortel i2002, i2004, and i2050 phones with Asterisk.