[Pkg-voip-commits] r4214 - asterisk/trunk/debian

paravoid at alioth.debian.org paravoid at alioth.debian.org
Wed Aug 22 17:20:49 UTC 2007


Author: paravoid
Date: 2007-08-22 17:20:49 +0000 (Wed, 22 Aug 2007)
New Revision: 4214

Added:
   asterisk/trunk/debian/asterisk-h323.README.Debian
Modified:
   asterisk/trunk/debian/changelog
Log:
* Add a README.Debian for asterisk-h323 that explains the differences
  between the different H.323 channel drivers, taken from the asterisk-oh323
  package.

Added: asterisk/trunk/debian/asterisk-h323.README.Debian
===================================================================
--- asterisk/trunk/debian/asterisk-h323.README.Debian	                        (rev 0)
+++ asterisk/trunk/debian/asterisk-h323.README.Debian	2007-08-22 17:20:49 UTC (rev 4214)
@@ -0,0 +1,25 @@
+asterisk-h323 vs. asterisk-oh323 vs. asterisk-ooh323c
+=====================================================
+
+  There are currently three implementations for H.323 in the Asterisk PBX:
+  chan_h323, chan_oh323 and chan_ooh323c. They are distributed by Debian as
+  asterisk-h323, asterisk-oh323 and asterisk-oh323c, respectively.
+
+  chan_h323 is the official one, i.e. the one included in the Asterisk
+  distribution by Digium, Inc. It is a fork of an earlier version of
+  chan_oh323, but they are quite different nowdays. Unfortunately they
+  don't use the same configuration file anymore.
+
+  In the 1.4 release cycle, another H.323 channel driver was contributed by
+  Objective Systems, Inc. called chan_ooh323c. It was made from scratch and,
+  unlike the other two, does not use the OpenH323 library; it also has a
+  totally different configuration file.
+  It is part of the asterisk-addons package, distributed by Digium, Inc.
+
+  You have to use a different configuration file for each of the channel
+  drivers. All of them can happily coexist, as long as you run them on a
+  different port or disable their loading in modules.conf and being careful
+  of autoload=yes.
+
+Kilian Krause <kilian at debian.org> and Faidon Liambotis <paravoid at debian.org>
+for the Debian VoIP packaging team.

Modified: asterisk/trunk/debian/changelog
===================================================================
--- asterisk/trunk/debian/changelog	2007-08-22 17:19:23 UTC (rev 4213)
+++ asterisk/trunk/debian/changelog	2007-08-22 17:20:49 UTC (rev 4214)
@@ -46,8 +46,11 @@
     (#438815) which causes Asterisk to segfault on startup. (Closes: #435146)
   * Remove -XCVS from dh_installexamples arguments. Upstream doesn't use CVS
     anymore.
+  * Add a README.Debian for asterisk-h323 that explains the differences
+    between the different H.323 channel drivers, taken from the asterisk-oh323
+    package.
 
- -- Faidon Liambotis <paravoid at debian.org>  Wed, 22 Aug 2007 19:53:39 +0300
+ -- Faidon Liambotis <paravoid at debian.org>  Wed, 22 Aug 2007 20:20:06 +0300
 
 asterisk (1:1.4.10~dfsg-1) unstable; urgency=low
 




More information about the Pkg-voip-commits mailing list