[Pkg-voip-commits] r6882 - in /asterisk/trunk/debian: README.Debian TODO.Debian changelog control
tzafrir-guest at alioth.debian.org
tzafrir-guest at alioth.debian.org
Wed Mar 18 19:47:25 UTC 2009
Author: tzafrir-guest
Date: Wed Mar 18 19:47:25 2009
New Revision: 6882
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6882
Log:
* Build-Depends on libopenais-dev (for res_ais.so)
* Build-Depends on libosptk3-dev (for app_osplookup.so)
Modified:
asterisk/trunk/debian/README.Debian
asterisk/trunk/debian/TODO.Debian
asterisk/trunk/debian/changelog
asterisk/trunk/debian/control
Modified: asterisk/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/README.Debian?rev=6882&op=diff
==============================================================================
--- asterisk/trunk/debian/README.Debian (original)
+++ asterisk/trunk/debian/README.Debian Wed Mar 18 19:47:25 2009
@@ -59,7 +59,7 @@
Open Files Limit
-===============
+================
Asterisk uses one file-handle (and sometimes more) per call. Hence if you
have many simultaneous calls, you often bump into the per-process limit
of 1024 file handles, and get the error: "Too man open files".
@@ -67,6 +67,26 @@
To enlarge that limit, set: MAXFILES in /etc/default/asterisk .
+Missing Modules
+===============
+The following modules are included in the source tree of Asterisk but
+were not built:
+
+* apps/app_ivrdemo.c: Disabled by default. Demo code.
+* apps/app_jack.c: Depends on libresample. See TODO.Debian .
+* apps/app_rpt.c: Disabled by default. Not popular. Potential quality issues.
+* apps/app_skel.c: Disabled by default. Demo code.
+* channels/chan_misdn.c: mISDN (1.x) only included in Experimental. See
+ package misdn-user.
+* channels/chan_nbs: NBS not included. Never packaged. Looks quite Asterisk
+ specific and not really useful.
+* channels/chan_usbradio: Disabled by default. Not popular. Potential
+ quality issues.
+* codecs/codec_resample.c: Depends on libresample. See TODO.Debian .
+* pbx/pbx_gtkconsole.c: Disabled by default. Mostly pointless and adss
+ unnecessary dependencies.
+
+
Enjoy your PBX!
Kilian Krause (for the pkg-voip team)
Modified: asterisk/trunk/debian/TODO.Debian
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/TODO.Debian?rev=6882&op=diff
==============================================================================
--- asterisk/trunk/debian/TODO.Debian (original)
+++ asterisk/trunk/debian/TODO.Debian Wed Mar 18 19:47:25 2009
@@ -2,7 +2,10 @@
* Another round of getting patches upstream.
* The asterisk canary dies on startup. An issue of permissions?
* Fix the libpri dependencies.
-* Package libresample? Used in codec_resample
+* Package libresample? Used in codec_resample and app_jack.
+ The library itself is part of the code of audacity. The code from
+ Digium inlcudes a small patch to build it PIC, which is required for
+ using it with Asterisk modules.
* Depend on osptk? Do we add another thing that depends on openssl?
* Some man pages to write.
* Remove the TeX sources from the package asterisk-doc .
Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=6882&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Wed Mar 18 19:47:25 2009
@@ -4,6 +4,8 @@
with previous one later.
* Patch zap-fix-timing-source removed: Problem fixed.
* Patch dahdiras_1606 removed: no longer needed.
+ * Build-Depends on libopenais-dev (for res_ais.so)
+ * Build-Depends on libosptk3-dev (for app_osplookup.so)
-- Tzafrir Cohen <tzafrir.cohen at xorcom.com> Thu, 12 Mar 2009 11:44:27 +0200
Modified: asterisk/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/control?rev=6882&op=diff
==============================================================================
--- asterisk/trunk/debian/control (original)
+++ asterisk/trunk/debian/control Wed Mar 18 19:47:25 2009
@@ -37,6 +37,8 @@
libjack-dev,
liblua5.1-0-dev,
libcap2-dev,
+ libosptk3-dev,
+ libopenais-dev,
zlib1g-dev
# libtonezone with an epoch of 1 is from Zaptel. TODO: this is lousy.
#Build-Conflicts: libtonezone-dev (>> 1:1.0.0-1)
More information about the Pkg-voip-commits
mailing list