[Home]

Summary:ASTERISK-25753: No remote Party ID in PJSIP header invite
Reporter:Davy Mannaerts (DavyAVZ)Labels:
Date Opened:2016-02-08 02:53:56.000-0600Date Closed:2016-02-08 05:45:16.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_pjsip
Versions:13.4.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:CentOS/FreePBXAttachments:
Description:Asterisk does not send a Remote Party Header ID in the Invite required by some local service providers to make a call.
We already tried the Set(PJSIP_AddHeader)-command on the CLI but to no avail.
Here is the command we tried:
exten => s,1,Set(PJSIP_HEADER(add,Remote-Party-ID)=${"AVZ" <sip: 0499328655@sip.voizxl.nl>\;party=calling\;privacy=off\;screen=no})

exten => s,1,SipAddHeader(Remote-Party-ID: <sip:0499328655@sip.voizxl.nl>\;party=calling\;privacy=off\;screen=no.})

We also tried the macro-dial-out-trunk predial-hook, but here as well no effect.
How can we modify the PJSIP-invite-header to accomplish this?
Comments:By: Asterisk Team (asteriskteam) 2016-02-08 02:53:58.588-0600

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: Joshua C. Colp (jcolp) 2016-02-08 05:45:16.144-0600

The Remote Party ID support can be enabled by setting "send_rpid=yes" on the PJSIP endpoint. You can also enable P-Asserted-Identity using "send_pai=yes".