[asterisk-bugs] [Asterisk 0014465]: [patch] Incorrect From: header information when CALLERPRES=PRES_PROHIB
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Jul 17 11:16:37 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=14465
======================================================================
Reported By: Nick_Lewis
Assigned To: dvossel
======================================================================
Project: Asterisk
Issue ID: 14465
Category: Channels/chan_sip/Interoperability
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Target Version: 1.6.1.2
Asterisk Version: 1.6.1-beta4
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-02-12 08:04 CST
Last Modified: 2009-07-17 11:16 CDT
======================================================================
Summary: [patch] Incorrect From: header information when
CALLERPRES=PRES_PROHIB
Description:
If CALLERPRES=PRES_PROHIB is set for an outgoing call then the From: header
contains
"Unknown" <Unknown at fromdomain>
However RFC3261 requires it to be
"Anonymous" <anything at anything.invalid>
Some ITSP make use of the "Anonymous" display name to detect a requirement
to withhold caller id across the PSTN. This does not work if the display
name is "Unknown".
======================================================================
----------------------------------------------------------------------
(0107896) svnbot (reporter) - 2009-07-17 11:16
https://issues.asterisk.org/view.php?id=14465#c107896
----------------------------------------------------------------------
Repository: asterisk
Revision: 206941
_U branches/1.6.1/
U branches/1.6.1/channels/chan_sip.c
------------------------------------------------------------------------
r206941 | dvossel | 2009-07-17 11:16:36 -0500 (Fri, 17 Jul 2009) | 27
lines
Merged revisions 206939 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r206939 | dvossel | 2009-07-17 11:13:22 -0500 (Fri, 17 Jul 2009) | 20
lines
Merged revisions 206938 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r206938 | dvossel | 2009-07-17 11:05:06 -0500 (Fri, 17 Jul 2009) | 14
lines
SIP incorrect From: header information when callpres is prohib
Some ITSP make use of the "Anonymous" display name to detect a
requirement to withhold caller id across the PSTN. This does
not work if the display name is "Unknown".
(closes issue https://issues.asterisk.org/view.php?id=14465)
Reported by: Nick_Lewis
Patches:
chan_sip.c-callerpres.patch uploaded by Nick (license 657)
chan_sip.c-callerpres_trunk.patch uploaded by dvossel (license
671)
Tested by: Nick_Lewis, dvossel
........
................
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=206941
Issue History
Date Modified Username Field Change
======================================================================
2009-07-17 11:16 svnbot Checkin
2009-07-17 11:16 svnbot Note Added: 0107896
======================================================================
More information about the asterisk-bugs
mailing list