<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello list,<br class=""><br class="">I am trying to set two headers (P-Asserted-Id and Privacy) when originating a channel from a Stasis app that uses ARI and PJSIP with no success so far. <div class=""><br class=""></div><div class="">What I’ve done so far:</div><div class=""><br class="">- Found this issue (<a href="https://issues.asterisk.org/jira/browse/ASTERISK-26178" class="">https://issues.asterisk.org/jira/browse/ASTERISK-26178</a>) on Asterisk's JIRA with someone that had the same problem and he provided a patch but the issue was closed cause apparently this is already supported by ARI. There is no proposed solution there and I already tried leaving a comment there.</div><div class=""><br class="">- Setting the "variables” array when doing the ChannelOriginateWithId (<a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+14+Channels+REST+API#Asterisk14ChannelsRESTAPI-originate" class="">https://wiki.asterisk.org/wiki/display/AST/Asterisk+14+Channels+REST+API#Asterisk14ChannelsRESTAPI-originate</a>) like so:<br class=""><span class="Apple-tab-span" style="white-space:pre">        </span>{"variables":{ "PJSIP_HEADER(add,P-Asserted-Id)": "1234567890 <<a href="sip:1234567890@x.x.x.x" class="">sip:1234567890@x.x.x.x</a>>" }}  - Is this the chan_pjsip way to do so? ARI responds with 200 and properly does the call but without the header set.</div><div class=""><br class=""><div class="">- Setting the “variables” array when doing the ChannelOriginateWithId like so:</div><div class=""><span class="Apple-tab-span" style="white-space:pre">     </span>{"variables":{ “SIPADDHEADER01": “P-Asstered-Id: 1234567890 <<a href="sip:1234567890@x.x.x.x" class="">sip:1234567890@x.x.x.x</a>>" }}  - This is not working cause is supported only from chan_sip.</div><div class=""><br class=""></div></div><div class=""><br class=""></div><div class="">The documentation for setting headers with PJSIP is only for the dial plan function (<a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+14+Function_PJSIP_HEADER" class="">https://wiki.asterisk.org/wiki/display/AST/Asterisk+14+Function_PJSIP_HEADER</a>) but there are no documentation or example how this will work when someone wants to use ARI</div><div class=""><br class=""></div><div class="">Can someone provide me a working example on how to set sip headers with ARI's ChannelOriginateWithId? I’m using Asterisk 14.0.4</div><div class="">Thank you in advance.</div><div class=""><br class=""></div><div class="">Sotiris Ganouris.</div></body></html>