[Pkg-voip-commits] r5809 - /asterisk/trunk/debian/patches/bristuff/zapata-bri+euroisdn

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Tue May 27 11:36:21 UTC 2008


Author: tzafrir-guest
Date: Tue May 27 11:36:21 2008
New Revision: 5809

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5809
Log:
ZT_MAX_SPANS is normally 128, muahahaha.

Modified:
    asterisk/trunk/debian/patches/bristuff/zapata-bri+euroisdn

Modified: asterisk/trunk/debian/patches/bristuff/zapata-bri+euroisdn
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/bristuff/zapata-bri%2Beuroisdn?rev=5809&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/bristuff/zapata-bri+euroisdn (original)
+++ asterisk/trunk/debian/patches/bristuff/zapata-bri+euroisdn Tue May 27 11:36:21 2008
@@ -21,15 +21,6 @@
   * This program is free software, distributed under the terms of
   * the GNU General Public License Version 2. See the LICENSE file
   * at the top of the source tree.
-@@ -190,7 +194,7 @@ static const char config[] = "zapata.con
- #define SIG_GR303FXOKS	(0x0100000 | ZT_SIG_FXOKS)
- #define SIG_GR303FXSKS	(0x0100000 | ZT_SIG_FXSKS)
- 
--#define NUM_SPANS 		ZT_MAX_SPANS
-+#define NUM_SPANS 		128	/*!<"32 spans", muahahaha, us alaws like to have some more... */
- #define NUM_DCHANS		4	/*!< No more than 4 d-channels */
- #define MAX_CHANNELS	672		/*!< No more than a DS3 per trunk group */
- 
 @@ -216,8 +220,6 @@ static struct ast_channel inuse;
  #ifdef PRI_GETSET_TIMERS
  static int pritimers[PRI_MAX_TIMERS];




More information about the Pkg-voip-commits mailing list