]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Only use maxtrunkcall and maxnontrunkcall in chan_iax2 if IAX_OLD_FIND is specified.
authorSean Bright <sean@malleable.com>
Wed, 15 Feb 2012 18:19:46 +0000 (18:19 +0000)
committerSean Bright <sean@malleable.com>
Wed, 15 Feb 2012 18:19:46 +0000 (18:19 +0000)
commit314dcc01bc50d43ddf22e0e68ed8458a898b6c38
treeec388c9491d2d0306f344b27e8024876de6ccea7
parent62b7e35b719d4d2e64774e20dd06a96bf1749a3c
Only use maxtrunkcall and maxnontrunkcall in chan_iax2 if IAX_OLD_FIND is specified.

These variables are only accessed from the IAX_OLD_FIND path, so there is no reason
to keep them updated otherwise.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@355458 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_iax2.c