[Pkg-voip-commits] r4213 - asterisk-addons/trunk/debian
paravoid at alioth.debian.org
paravoid at alioth.debian.org
Wed Aug 22 17:19:23 UTC 2007
Author: paravoid
Date: 2007-08-22 17:19:23 +0000 (Wed, 22 Aug 2007)
New Revision: 4213
Added:
asterisk-addons/trunk/debian/asterisk-ooh323c.README.Debian
Removed:
asterisk-addons/trunk/debian/README.Debian
Modified:
asterisk-addons/trunk/debian/changelog
Log:
* Don't install the ooh323c changelog on the other packages.
* Add a README.Debian for asterisk-ooh323c that explains the differences
between the different H.323 channel drivers, taken from the asterisk-oh323
package.
Deleted: asterisk-addons/trunk/debian/README.Debian
===================================================================
--- asterisk-addons/trunk/debian/README.Debian 2007-08-22 17:18:57 UTC (rev 4212)
+++ asterisk-addons/trunk/debian/README.Debian 2007-08-22 17:19:23 UTC (rev 4213)
@@ -1,10 +0,0 @@
-asterisk-addons for Debian
---------------------------
-
-This package contains some GPL-ed stuff Digium cannot include in its
-proprietary version.
-
-format_mp3 is read-only (only Playback, not Record). Anyway, gsm is a
-nice lossly-compressed format should you need to record something.
-
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>, Wed, 06 Jul 2005 11:31:04 +0300
Added: asterisk-addons/trunk/debian/asterisk-ooh323c.README.Debian
===================================================================
--- asterisk-addons/trunk/debian/asterisk-ooh323c.README.Debian (rev 0)
+++ asterisk-addons/trunk/debian/asterisk-ooh323c.README.Debian 2007-08-22 17:19:23 UTC (rev 4213)
@@ -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-addons/trunk/debian/changelog
===================================================================
--- asterisk-addons/trunk/debian/changelog 2007-08-22 17:18:57 UTC (rev 4212)
+++ asterisk-addons/trunk/debian/changelog 2007-08-22 17:19:23 UTC (rev 4213)
@@ -5,9 +5,12 @@
different package.
* Fix package names of other H.323 channels in description of
asterisk-ooh323c.
- * Don't install the ooh323c changelog on the other packages.
+ * Don't install the ooh323c changelog on the other packages.
+ * Add a README.Debian for asterisk-ooh323c 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 16:34:13 +0300
+ -- Faidon Liambotis <paravoid at debian.org> Wed, 22 Aug 2007 20:13:25 +0300
asterisk-addons (1.4.2-2) unstable; urgency=low
More information about the Pkg-voip-commits
mailing list