]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Use TRUNK_CALL_START as originally intended.
authorSean Bright <sean@malleable.com>
Wed, 15 Feb 2012 17:24:22 +0000 (17:24 +0000)
committerSean Bright <sean@malleable.com>
Wed, 15 Feb 2012 17:24:22 +0000 (17:24 +0000)
commit62b7e35b719d4d2e64774e20dd06a96bf1749a3c
tree897e8e7e309542e53a601366e8bd319d17d52602
parente296e8c96f4320fc27f06779cab8f37d2d666373
Use TRUNK_CALL_START as originally intended.

Back in r646, TRUNK_CALL_START was added and defined as 0x4000.  That same value
was also hard-coded in one part of the IAX2 code instead of using the #define.

TRUNK_CALL_START has changed over the years (for dealing with LOW_MEMORY), but
the hard-coded usage was never updated to match.  This patch fixes that.

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