[asterisk-bugs] [Asterisk 0013706]: [patch] SIP_NOTIFY message incorrectly builds address in the To: tag
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Oct 15 11:17:36 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13706
======================================================================
Reported By: andrew53
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13706
Category: Channels/chan_sip/General
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 149593
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-10-15 11:13 CDT
Last Modified: 2008-10-15 11:17 CDT
======================================================================
Summary: [patch] SIP_NOTIFY message incorrectly builds
address in the To: tag
Description:
Result of strncasecmp is misinterpreted, which results in either forming
address with no "sip:" prefix, or with the prefix repeated.
If the SUBSCRIBE From: tag was user at domain, it will result in
To: <user at domain....
If the SUBSCRIBE From: tag was sip:user at domain, it will result in
To: <sip:sip:user at domain...
======================================================================
----------------------------------------------------------------------
(0093717) blitzrage (administrator) - 2008-10-15 11:17
http://bugs.digium.com/view.php?id=13706#c93717
----------------------------------------------------------------------
Thanks for the patch! Hopefully it can get looked at shortly!
Issue History
Date Modified Username Field Change
======================================================================
2008-10-15 11:17 blitzrage Note Added: 0093717
======================================================================
More information about the asterisk-bugs
mailing list