chlog: freetdm: Increased Maximum number of spans to 128 (requires libsng_isdn 7.7.2 or later)
This commit is contained in:
parent
1d12519d0b
commit
f0da8f4757
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user