projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5be3d14
)
fixes a merging error for the iaxs and iaxsl off by one fix
author
David Vossel
<dvossel@digium.com>
Tue, 9 Feb 2010 23:18:58 +0000
(23:18 +0000)
committer
David Vossel
<dvossel@digium.com>
Tue, 9 Feb 2010 23:18:58 +0000
(23:18 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@245804
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_iax2.c
patch
|
blob
|
history
diff --git
a/channels/chan_iax2.c
b/channels/chan_iax2.c
index
47be416
..
3221e04
100644
(file)
--- a/
channels/chan_iax2.c
+++ b/
channels/chan_iax2.c
@@
-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;