]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_caller_id: Add "party" parameter to RPID header.
authorJoshua Colp <jcolp@digium.com>
Tue, 14 Aug 2018 12:29:18 +0000 (09:29 -0300)
committerJoshua Colp <jcolp@digium.com>
Tue, 14 Aug 2018 13:55:37 +0000 (10:55 -0300)
commit555516233d0d82be22785da6db31109acb196961
tree097cdeea15e0f8e7124938a2b03dda990ba6aa56
parentf48761907a3c3ac18f987f2fdf5e7f79347624b7
res_pjsip_caller_id: Add "party" parameter to RPID header.

This change adds the "party" parameter to the Remote-Party-ID header
which indicates which party the header information is applicable
to. In Asterisk this is determined on whether we are the calling
or called party. This is added to improve interoperability with some
implementations.

ASTERISK-28006

Change-Id: I1eec3e377ffff8633b5c1dd59a05e9533122cfca
res/res_pjsip_caller_id.c