A NOTE has been added to this issue. ====================================================================== 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-08-28 16:45 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 ====================================================================== ---------------------------------------------------------------------- (0000128) vbroz (administrator) - 2012-08-28 16:45 https://bugtracker.iptel.org/view.php?id=81#c128 ---------------------------------------------------------------------- patch provided by Torrey Searle (thanks Torrey for fixing it!) patch applied by Alena Zhuchek (thanks for applying) - commit e9f988c35281708b03130ddf902275ff906d3f62 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 2012-08-28 16:45 vbroz Note Added: 0000128 ====================================================================== _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
