mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
fixes a merging error for the iaxs and iaxsl off by one fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@245804 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1080,7 +1080,7 @@ static struct ao2_container *iax_transfercallno_pvts;
|
||||
|
||||
/* Flag to use with trunk calls, keeping these calls high up. It halves our effective use
|
||||
but keeps the division between trunked and non-trunked better. */
|
||||
#define TRUNK_CALL_START ARRAY_LEN(iaxs) / 2
|
||||
#define TRUNK_CALL_START IAX_MAX_CALLS / 2
|
||||
|
||||
/* Debug routines... */
|
||||
static struct sockaddr_in debugaddr;
|
||||
|
Reference in New Issue
Block a user