[Home]

Summary:ASTERISK-28918: No Application SIPAddHeader()
Reporter:Luke Escude (lukeescude)Labels:
Date Opened:2020-05-25 15:20:04Date Closed:2020-05-25 17:11:47
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/General
Versions:17.4.0 Frequency of
Occurrence
Related
Issues:
Environment:CentOS x64Attachments:
Description:Hello, when attempting to use the application SIPAddHeader(), asterisk returns the following console error:

[date/time] WARNING[10641][C-00000022]: pbx.c:2927 pbx_extension_helper: No application 'SIPAddHeader' for extension (from-internal, 999, 3)

The documentation doesn't seem to state if there are any dependencies necessary to make it work: https://wiki.asterisk.org/wiki/display/AST/Asterisk+17+Application_SIPAddHeader

Thanks!
Comments:By: Asterisk Team (asteriskteam) 2020-05-25 15:20:05.336-0500

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].

Please note that once your issue enters an open state it has been accepted. As Asterisk is an open source project there is no guarantee or timeframe on when your issue will be looked into. If you need expedient resolution you will need to find and pay a suitable developer. Asking for an update on your issue will not yield any progress on it and will not result in a response. All updates are posted to the issue when they occur.

By: Joshua C. Colp (jcolp) 2020-05-25 17:11:47.922-0500

The SIPAddHeader dialplan application is used for the chan_sip module. This module is no longer built or used by default. If you are using chan_pjsip then you would use the PJSIP_HEADER dialplan function instead.