[asterisk-bugs] [Asterisk 0014350]: [patch] Asterisk does not detect an attended transfer if the 'Replaces=' option is not at the beginning of the query string
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Feb 6 11:18:39 CST 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14350
======================================================================
Reported By: fhackenberger
Assigned To: file
======================================================================
Project: Asterisk
Issue ID: 14350
Category: Channels/chan_sip/Transfers
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: 1.4.17
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-01-27 17:31 CST
Last Modified: 2009-02-06 11:18 CST
======================================================================
Summary: [patch] Asterisk does not detect an attended
transfer if the 'Replaces=' option is not at the beginning of the query string
Description:
Asterisk does not detect an attended transfer if the 'Replaces=' option is
not at the beginning of the query string of the Refer-To header.
Example:
Refer-To:
<sip:6001 at hacki-mobile:5060?Require=replaces&Replaces=9ccf51d5-349c-4064-9428-b4c94cb73ece%3Bto-tag%3Das2578745e%3Bfrom-tag%3Dd8e9bba0-a205-40f6-b8bf-daaddc6557ce>
Result:
Asterisk does not detect an attended transfer (wrong)
Refer-To:
<sip:6001 at hacki-mobile:5060?Replaces=9ccf51d5-349c-4064-9428-b4c94cb73ece%3Bto-tag%3Das2578745e%3Bfrom-tag%3Dd8e9bba0-a205-40f6-b8bf-daaddc6557ce>
Result:
Asterisk does detect an attended transfer
======================================================================
----------------------------------------------------------------------
(0099620) svnbot (reporter) - 2009-02-06 11:18
http://bugs.digium.com/view.php?id=14350#c99620
----------------------------------------------------------------------
Repository: asterisk
Revision: 173974
_U trunk/
U trunk/channels/chan_sip.c
------------------------------------------------------------------------
r173974 | file | 2009-02-06 11:18:39 -0600 (Fri, 06 Feb 2009) | 15 lines
Merged revisions 173967-173968 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r173967 | file | 2009-02-06 13:14:15 -0400 (Fri, 06 Feb 2009) | 4 lines
Some clients do not put the call-id for replaces at the beginning, so
support it being anywhere in the string.
(closes issue http://bugs.digium.com/view.php?id=14350)
Reported by: fhackenberger
........
r173968 | file | 2009-02-06 13:15:01 -0400 (Fri, 06 Feb 2009) | 2 lines
Remove a debug message I put in by accident.
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=173974
Issue History
Date Modified Username Field Change
======================================================================
2009-02-06 11:18 svnbot Checkin
2009-02-06 11:18 svnbot Note Added: 0099620
======================================================================
More information about the asterisk-bugs
mailing list