From a9c3419d9e2fd497ec8a1e60b3f3e23ef0f98bc9 Mon Sep 17 00:00:00 2001 From: MelwareDE Date: Tue, 5 Feb 2008 11:02:18 +0000 Subject: [PATCH] Increased number of maximum CAPI controllers. --- CHANGES | 1 + chan_capi.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 0a3530c..2917a69 100644 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,7 @@ HEAD - capi-chat can play music-on-hold for first caller. - adapt to new asterisk 1.6 API - fixed reading capi profile on big-endian +- increased maximum number of CAPI controllers to 64 (needed for big PBX). chan_capi-1.0.2 ------------------ diff --git a/chan_capi.h b/chan_capi.h index d8bb214..ea1e441 100644 --- a/chan_capi.h +++ b/chan_capi.h @@ -46,7 +46,7 @@ #ifndef _PBX_CAPI_H #define _PBX_CAPI_H -#define CAPI_MAX_CONTROLLERS 16 +#define CAPI_MAX_CONTROLLERS 64 #define CAPI_MAX_B3_BLOCKS 7 /* was : 130 bytes Alaw = 16.25 ms audio not suitable for VoIP */