[asterisk-bugs] [JIRA] (ASTERISK-26178) Setting custom SIP headers in PJSIP when using ARI

Asterisk Team (JIRA) noreply at issues.asterisk.org
Thu Jul 7 07:13:56 CDT 2016


    [ https://issues.asterisk.org/jira/browse/ASTERISK-26178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=231325#comment-231325 ] 

Asterisk Team commented on ASTERISK-26178:
------------------------------------------

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

> Setting custom SIP headers in PJSIP when using ARI
> --------------------------------------------------
>
>                 Key: ASTERISK-26178
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26178
>             Project: Asterisk
>          Issue Type: New Feature
>      Security Level: None
>          Components: Resources/res_pjsip
>    Affects Versions: 13.5.0, 13.9.1
>         Environment: Asterisk 13, PJSIP channel driver
>            Reporter: Sebastian
>            Severity: Minor
>
> We currently have an application that is using the ARI exclusively for managing calls. What we need is a mechanism to set custom SIP headers when originating a new channel via the ARI. This is possible with the old chan_sip driver but creating a variable called "SIPADDHEADERXX", the contents of which are added to the INVITE as a custom header when the INVITE is created.
> We need the same functionality for the PJSIP channel driver so I have created a patch for chan_pjsip.c that implements this functionality in the same manner - you can set a varaiable called "PJSIPADDHEADERXX" and in the call() method in chan_pjsip.c it will add the header to the INVITE before sending it.
> This is working for me right now, I would just like to know though whether this is something that has been otherwise planned already? I can't find any reference to it here or on Google. If not, is this a valid/recommended means of doing this?
> I'm happy to do the work in order to implement this properly, if someone could give me some guidance as to how best to implement it? I'm sure someone else out there also needs this functionality.
> I've attached the patch here, it works great in versions 13.5.0 and 13.9.1 where I have tested it thus far. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list