]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_callerid: Clear out display name if id->name is not valid 52/2652/1
authorGeorge Joseph <george.joseph@fairview5.com>
Tue, 19 Apr 2016 22:52:15 +0000 (16:52 -0600)
committerGeorge Joseph <george.joseph@fairview5.com>
Tue, 19 Apr 2016 23:06:15 +0000 (17:06 -0600)
commit516c626a7d59bba52ae5e556d90dd6b6aa068a86
tree857d7a9d0966434e6f4e80c93b6d84ed5af72d70
parent9a22ef81afe8f7b7369b0910dbc26ee6542440c2
res_pjsip_callerid:  Clear out display name if id->name is not valid

When create_new_id_hdr creates a new RPID or PAI header, it starts by cloning
the From header, then it overwrites the display name and uri from the channel's
connected.id.  If the connected.id.name wasn't valid, create_new_id_hdr was
leaving the display name from the From header in the new RPID or PAI header.
On an attended transfer where the originator had a caller id number set but not
a display name, the re-INVITE to the final transferee had the number of the
originator but the display name of the transferer.

Added a check to clear out the display name in the new header if
connected.id.name was invalid.

ASTERISK-25942 #close

Change-Id: I60b4bf7a7ece9b7425eba74151c0b4969cd2738b
res/res_pjsip_caller_id.c