From: Mark Michelson Date: Tue, 12 May 2009 18:20:14 +0000 (+0000) Subject: Blocked revisions 193880 via svnmerge X-Git-Tag: 1.8.0-beta1~2355 X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=commitdiff_plain;h=71cced338b52f03a56c809fe0ad86dfc21165561;hp=39ed871d9540fc75f05369c8124685d2c2cafa14;ds=sidebyside Blocked revisions 193880 via svnmerge ........ r193880 | mmichelson | 2009-05-12 13:18:44 -0500 (Tue, 12 May 2009) | 12 lines Set the invitestate to INV_CANCELLED only if we are actually sending a SIP CANCEL. The problem was that the hangup code was setting the invitestate too early. The result of this was that we would always send a CANCEL request, even if it was not an appropriate time to do so (e.g. we have not yet received a provisional response for our INVITE). Note that this same fix had been applied to trunk and the 1.6.X branches starting with revision 155467. This is why you will see this revision being blocked from those places. AST-216 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@193886 65c4cc65-6c06-0410-ace0-fbb531ad65f3 ---