From d15539a8aa921c2829fe515a92c185e3082fce90 Mon Sep 17 00:00:00 2001
From: Brian West <brian@freeswitch.org>
Date: Wed, 12 Aug 2009 20:39:52 +0000
Subject: [PATCH]  support more than 16 T1/E1's

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@793 a93c3328-9c30-0410-af19-c9cd2b2d52af
---
 libs/openzap/src/include/openzap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/openzap/src/include/openzap.h b/libs/openzap/src/include/openzap.h
index fd71e876e1..5600219d96 100644
--- a/libs/openzap/src/include/openzap.h
+++ b/libs/openzap/src/include/openzap.h
@@ -182,7 +182,7 @@
 #endif
 
 #define ZAP_MAX_CHANNELS_PHYSICAL_SPAN 32
-#define ZAP_MAX_PHYSICAL_SPANS_PER_LOGICAL_SPAN 16
+#define ZAP_MAX_PHYSICAL_SPANS_PER_LOGICAL_SPAN 32
 #define ZAP_MAX_CHANNELS_SPAN ZAP_MAX_CHANNELS_PHYSICAL_SPAN * ZAP_MAX_PHYSICAL_SPANS_PER_LOGICAL_SPAN
 #define ZAP_MAX_SPANS_INTERFACE 128