chlog: freetdm: Increased Maximum number of spans to 128 (requires libsng_isdn 7.7.2 or later)

This commit is contained in:
David Yat Sin 2011-07-05 18:23:18 -04:00
parent 1d12519d0b
commit f0da8f4757
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
#define FTDM_MAX_CHANNELS_PHYSICAL_SPAN 32
/*! \brief Max number of physical spans per logical span */
#define FTDM_MAX_PHYSICAL_SPANS_PER_LOGICAL_SPAN 32
#define FTDM_MAX_PHYSICAL_SPANS_PER_LOGICAL_SPAN 128
/*! \brief Max number of channels a logical span can contain */
#define FTDM_MAX_CHANNELS_SPAN FTDM_MAX_CHANNELS_PHYSICAL_SPAN * FTDM_MAX_PHYSICAL_SPANS_PER_LOGICAL_SPAN