From 4d4f3cd90b44183e096ec48625bebc2f5455e685 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 5 Aug 2008 21:34:12 +0300 Subject: [PATCH] We actually can have more than 32 spans --- channels/chan_dahdi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 91160f170..a056aa6a5 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -184,7 +184,7 @@ static const char tdesc[] = "DAHDI Telephony Driver" #define SIG_GR303FXOKS (0x0100000 | DAHDI_SIG_FXOKS) #define SIG_GR303FXSKS (0x0100000 | DAHDI_SIG_FXSKS) -#define NUM_SPANS 32 +#define NUM_SPANS DAHDI_MAX_SPANS /*!< no. of spans: DAHDI limitation */ #define NUM_DCHANS 4 /*!< No more than 4 d-channels */ #define MAX_CHANNELS 672 /*!< No more than a DS3 per trunk group */ -- 2.11.4.GIT