default to 4 trunks max at compile time.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@87 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
45268b86af
commit
ec4ee146d9
|
@ -187,7 +187,7 @@
|
||||||
|
|
||||||
#define Q931L2BUF 300 /* size of message buffer */
|
#define Q931L2BUF 300 /* size of message buffer */
|
||||||
|
|
||||||
#define Q931MAXTRUNKS 1 /* Total number of trunks that will be */
|
#define Q931MAXTRUNKS 4 /* Total number of trunks that will be */
|
||||||
/* processed by this instance of the */
|
/* processed by this instance of the */
|
||||||
/* stack */
|
/* stack */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue