The following issue has been SUBMITTED. 
====================================================================== 
https://bugtracker.iptel.org/view.php?id=81 
====================================================================== 
Reported By:                tsearle
Assigned To:                
====================================================================== 
Project:                    SEMS
Issue ID:                   81
Category:                   SIP stack
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-07-13 14:28 CEST
Last Modified:              2012-07-13 14:28 CEST
====================================================================== 
Summary:                    PATCH: parsing issue in AmUriParser when dealing
with parameters in the username part
Description: 
It is possible for the user part of a sip uri to have parameters in the
case when transforming a tel uri into a sip uri.

An example of such a uri would be
sip:+3227470203;[email protected]

the sip stack parser (core/sip/parse_uri.cpp) correctly deals with this by
checking first for the presence of an @   core/AmUriParser.cpp does not,
causing variables such as $fU not to work for uris in this form.

This patch makes AmUriParser also check for the presence of an @ and makes
sure everything before the @ gets considered part of the user name
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-07-13 14:28 tsearle        New Issue                                    
2012-07-13 14:28 tsearle        File Added: uri_user_params.patch               
    
======================================================================
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to