[svn-commits] russell: trunk r88368 - in /trunk: ./ channels/ configs/ doc/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Nov 2 15:56:13 CDT 2007


Author: russell
Date: Fri Nov  2 15:56:12 2007
New Revision: 88368

URL: http://svn.digium.com/view/asterisk?view=rev&rev=88368
Log:
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

Added:
    trunk/channels/chan_unistim.c
      - copied unchanged from r88331, team/group/chan_unistim/channels/chan_unistim.c
    trunk/configs/unistim.conf.sample
      - copied unchanged from r88331, team/group/chan_unistim/configs/unistim.conf.sample
    trunk/doc/unistim.txt
      - copied unchanged from r88331, team/group/chan_unistim/doc/unistim.txt
Modified:
    trunk/CHANGES
    trunk/CREDITS

Modified: trunk/CHANGES
URL: http://svn.digium.com/view/asterisk/trunk/CHANGES?view=diff&rev=88368&r1=88367&r2=88368
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Fri Nov  2 15:56:12 2007
@@ -305,3 +305,6 @@
      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.

Modified: trunk/CREDITS
URL: http://svn.digium.com/view/asterisk/trunk/CREDITS?view=diff&rev=88368&r1=88367&r2=88368
==============================================================================
--- trunk/CREDITS (original)
+++ trunk/CREDITS Fri Nov  2 15:56:12 2007
@@ -163,6 +163,10 @@
 Voop AS - Financial support for a lot of work with the SIP driver and the IAX
 	trunk MTU patch
 
+Cedric Hans - Development of chan_unistim
+  cedric.hans(AT)mlkj.net
+
+
 === OTHER CONTRIBUTIONS ===
 John Todd - Monkey sounds and associated teletorture prompt
 Michael Jerris - bug marshaling




More information about the svn-commits mailing list