Increased number of maximum CAPI controllers.

This commit is contained in:
MelwareDE 2008-02-05 11:02:18 +00:00
parent 5ee344040d
commit a9c3419d9e
2 changed files with 2 additions and 1 deletions

View File

@ -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
------------------

View File

@ -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 */