[OpenSIPS-Devel] [ opensips-Patches-2694523 ] fix: tm: msg_builder : Invalid generated headers
SourceForge.net
noreply at sourceforge.net
Thu Mar 19 15:10:37 CET 2009
Patches item #2694523, was opened at 2009-03-19 15:10
Message generated for change (Tracker Item Submitted) made by csollet
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=2694523&group_id=232389
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: trunk
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Christophe Sollet (csollet)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix: tm: msg_builder : Invalid generated headers
Initial Comment:
When display name is not present but header tags exists, built To: and From: headers are invalid since header tags become URI tags ('<' and '>' are missing) :
Original Header :
From: DisplayName <sip:user at domain;uritag=val>;htag=value
From: sip:user at domain;uritag=val
From: <sip:user at domain;uritag=val>;htag=value
Current tm implementation :
From: DisplayName <sip:user at domain;uritag=val>;htag=value (VALID)
From: sip:user at domain;uritag=val (VALID)
From: sip:user at domain;uritag=val;htag=value (INVALID)
With attached patch :
From: DisplayName <sip:user at domain;uritag=val>;htag=value (VALID)
From: sip:user at domain;uritag=val (VALID)
From: <sip:user at domain;uritag=val>;htag=value (VALID)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=2694523&group_id=232389
More information about the Devel
mailing list