]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 62126 via svnmerge from
authorOlle Johansson <oej@edvina.net>
Fri, 27 Apr 2007 14:04:07 +0000 (14:04 +0000)
committerOlle Johansson <oej@edvina.net>
Fri, 27 Apr 2007 14:04:07 +0000 (14:04 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r62126 | oej | 2007-04-27 15:57:45 +0200 (Fri, 27 Apr 2007) | 4 lines

Issue #7351 - SIP Cancel fails due to the wrong contact uri. Reported by PPYY, failed to fix by OEJ
final fix by wojtekka - THANKS!!!! THis was a hard one to catch.

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@62137 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 1215d3a63e125691dd8368b0393a970f6bf3a7a9..84ee2e0d8dae2adce2f84f64c531dd605000064d 100644 (file)
@@ -6412,6 +6412,8 @@ static void copy_request(struct sip_request *dst, const struct sip_request *src)
                dst->header[x] += offset;
        for (x=0; x < src->lines; x++)
                dst->line[x] += offset;
+       dst->rlPart1 += offset;
+       dst->rlPart2 += offset;
 }
 
 /*! \brief Used for 200 OK and 183 early media */