[Home]

Summary:ASTERISK-26316: res_pjsip_callerid: Irregular URI causes unexpected callerid
Reporter:Kevin Harwell (kharwell)Labels:
Date Opened:2016-08-25 15:47:24Date Closed:2016-09-14 12:28:50
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_pjsip_caller_id
Versions:13.10.0 14.0.0-beta1 Frequency of
Occurrence
Constant
Related
Issues:
is related toASTERISK-16993 regression improper sip parse when invite contains values to the left of the @ ;phone-context=+1;npdi=yes
Environment:Attachments:
Description:It's possible for some providers to add values to the left of the '@' in a SIP URI. For example:

sip:1235557890;phone-context=default@xxx.xxx.xxx;user=alice

When this occurs the URI is not properly parsed and in the case of callerid the shown callerid ends up including the number and values up until the '@'.
Comments:By: Kevin Harwell (kharwell) 2016-08-25 15:49:03.435-0500

Note, this was a problem in chan_sip at one point and was fixed (see ASTERISK-16993). However the functionality was not carried over to res_pjsip.