]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Set the Caller ID "tag" on peers even if remote party information is present.
authorMark Michelson <mmichelson@digium.com>
Tue, 12 Jun 2012 15:36:34 +0000 (15:36 +0000)
committerMark Michelson <mmichelson@digium.com>
Tue, 12 Jun 2012 15:36:34 +0000 (15:36 +0000)
commit5919aa6cf440a20294bf7dcfe691dbbcf7490360
treed52b928634558a4b985c101c69bc39a2628b1447
parent3863d34cdffc7efc9465a7bb99137d3d4a62742f
Set the Caller ID "tag" on peers even if remote party information is present.

On incoming calls, we were setting the cid_tag on the dialog only if there was
no remote party information (Remote-Party-ID or P-Asserted-Identity) present.
The Caller ID tag is an invented parameter, though, and should be set no matter
the circumstance.

(closes issue ASTERISK-19859)
Reported by Thomas Arimont
(closes issue AST-884)
Reported by Trey Blancher

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@368807 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c