]> 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:25:40 +0000 (17:25 +0000)
committerSean Bright <sean@malleable.com>
Wed, 15 Feb 2012 17:25:40 +0000 (17:25 +0000)
commit2f84d485ee6f046f3f52636c7685d0d41c4a2218
tree0044f2c217d26c9e8432b71754b68a20c8840418
parentd7368aabe861d294267646078c3d0ab7e8d6e15b
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.
........

Merged revisions 355448 from http://svn.asterisk.org/svn/asterisk/branches/1.8

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