]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 236063 via svnmerge from
authorDavid Vossel <dvossel@digium.com>
Tue, 22 Dec 2009 17:06:47 +0000 (17:06 +0000)
committerDavid Vossel <dvossel@digium.com>
Tue, 22 Dec 2009 17:06:47 +0000 (17:06 +0000)
commit1cbc8dcb578575f8b4ed2381d43b2707b2bee216
tree52555db4754b7336ef7b0003b557f4e33159dd1b
parentaf9f677f0d186fac65f471849f46afc1352f51d2
Merged revisions 236063 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r236063 | dvossel | 2009-12-22 11:00:08 -0600 (Tue, 22 Dec 2009) | 18 lines

  Merged revisions 236062 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r236062 | dvossel | 2009-12-22 10:58:19 -0600 (Tue, 22 Dec 2009) | 11 lines

    fixes issue with p->method incorrectly set to ACK

    It is possible for a second ACK to come in for a retransmitted message.
    If an ack does not match an unacked message in our queue, restore the previous
    p->method as this ACK is completely ignored.

    (closes issue #16295)
    Reported by: omolenkamp
    Patches:
          issue16295_v2.diff uploaded by dvossel (license 671)
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@236065 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c