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

Joshua Colp (JIRA) noreply at issues.asterisk.org
Tue Oct 3 21:11:38 CDT 2017


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

Joshua Colp commented on ASTERISK-26178:
----------------------------------------

[~sotoz] No, that is the only way - using the dialplan function. You might try the app-dev mailing list[1] as people who use ARI hang out there, and someone may be able to provide a complete working example.

[1] http://lists.digium.com/pipermail/asterisk-app-dev/

> 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
>            Assignee: Unassigned
>            Severity: Minor
>         Attachments: pjsipaddheader.patch
>
>
> 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