aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-27 14:37:10 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-27 14:37:10 +0000
commitd7eeaa568a70a1a8dc441d2f22655358a9711b65 (patch)
tree02c3fab14dae17b5288d5d4e84e9ed27007c3e98 /channels/chan_sip.c
parentd12df5cb52672e959dbd10053ff773458f1ff65b (diff)
Merged revisions 62137 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r62137 | oej | 2007-04-27 16:04:07 +0200 (Fri, 27 Apr 2007) | 12 lines Merged revisions 62126 via svnmerge from 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: http://svn.digium.com/svn/asterisk/trunk@62140 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 4e1497de4..9c13a54b2 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -6956,6 +6956,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 */