Hi everyone I’m building an Asterisk 16/PJSIP server and my dialplan uses SIPAddHeader & SIPRemoveHeader but the apps don’t appear to be installed in v16. Can anyone tell me where they went and how to get them installed please? Thanks Mark. Mark Farmer Senior UC Systems Architect Intercity Technology Limited HQ 101-114 Holloway Head, Birmingham, B1 1QP Tel: 0330 332 7933 / 07872542107 / Web: intercity.technology For a list of our accreditations and frameworks please visit: intercity.technology/accreditations Notice & Disclaimer: This email (including attachments) is confidential. If you have received this email in error please notify the sender immediately and delete this email from your system without copying or disseminating it or placing any reliance upon its contents. We cannot accept liability for any breaches of confidence arising through use of email. Any opinions expressed in this email (including attachments) are those of the author and do not necessarily reflect our opinions. We will not accept responsibility for any commitments made by our employees outside the scope of our business. We do not warrant the accuracy or completeness of such information. Registration no. 01938625. 101-114 Holloway Head, Birmingham, West Midlands, B1 1QP. Registered in England. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20190402/1c297321/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: image732222.jpg Type: image/jpeg Size: 7394 bytes Desc: image732222.jpg URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20190402/1c297321/attachment.jpg> -------------- next part -------------- A non-text attachment was scrubbed... Name: image311797.png Type: image/png Size: 21959 bytes Desc: image311797.png URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20190402/1c297321/attachment.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: image778450.png Type: image/png Size: 12612 bytes Desc: image778450.png URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20190402/1c297321/attachment-0001.png>
On Tue, Apr 2, 2019, at 6:35 PM, Mark Farmer wrote:> Hi everyone > > I’m building an Asterisk 16/PJSIP server and my dialplan uses > SIPAddHeader & SIPRemoveHeader but the apps don’t appear to be > installed in v16. > > Can anyone tell me where they went and how to get them installed please?PJSIP does not use those dialplan applications. They are for the chan_sip module. PJSIP instead uses the PJSIP_HEADER[1] dialplan function. [1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+Function_PJSIP_HEADER -- Joshua C. Colp Digium - A Sangoma Company | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org
Perfect, thanks. The dialplan did come from a chan_sip server :) Now updated. Mark. On Tue, 2 Apr 2019 at 22:40, Joshua C. Colp <jcolp at digium.com> wrote:> On Tue, Apr 2, 2019, at 6:35 PM, Mark Farmer wrote: > > Hi everyone > > > > I’m building an Asterisk 16/PJSIP server and my dialplan uses > > SIPAddHeader & SIPRemoveHeader but the apps don’t appear to be > > installed in v16. > > > > Can anyone tell me where they went and how to get them installed please? > > PJSIP does not use those dialplan applications. They are for the chan_sip > module. PJSIP instead uses the PJSIP_HEADER[1] dialplan function. > > [1] > https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+Function_PJSIP_HEADER > > -- > Joshua C. Colp > Digium - A Sangoma Company | Senior Software Developer > 445 Jan Davis Drive NW - Huntsville, AL 35806 - US > Check us out at: www.digium.com & www.asterisk.org > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- Mark Farmer farmorg at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20190403/51447f16/attachment.html>