From: Scott Griepentrog Date: Tue, 7 Apr 2015 19:40:22 +0000 (+0000) Subject: pjsip: resolve compatibility problem with ast_sip_session X-Git-Tag: 14.0.0-beta1~1107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d923ec80b989780798cccaa2334c73beaa1a13de;p=thirdparty%2Fasterisk.git pjsip: resolve compatibility problem with ast_sip_session A change in r430179 inserted a variable near the top of a structure caused a problem when running DPMA in a version of Asterisk compiled across the change. This patch moves the new variable to the end of the structure, eliminating the problem. Review: https://reviewboard.asterisk.org/r/4574/ ........ Merged revisions 433944 from http://svn.asterisk.org/svn/asterisk/branches/13 ........ Merged revisions 434261 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@434263 65c4cc65-6c06-0410-ace0-fbb531ad65f3 ---