[asterisk-bugs] [JIRA] (ASTERISK-16884) [patch] add Path header support to chan_sip

Walter Doekes (JIRA) noreply at issues.asterisk.org
Wed Dec 14 07:36:10 CST 2016


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

Walter Doekes commented on ASTERISK-16884:
------------------------------------------

Git log says no:

{noformat}
$ git log origin/1.8 | grep 'Add RFC 3327 Path header support to chan_sip'
(void)
{noformat}

It appears first in 12. Which coincidentally matches with the "merged into these tags" list you see here:
https://github.com/asterisk/asterisk/commit/8d5c36c9bb91af574fbe0dd261f3b6601304b263
(note that that list doesn't work for newer commits)
And it matches with the list here:
https://issues.asterisk.org/jira/browse/ASTERISK-16884?devStatusDetailDialog=repository

> [patch] add Path header support to chan_sip
> -------------------------------------------
>
>                 Key: ASTERISK-16884
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-16884
>             Project: Asterisk
>          Issue Type: New Feature
>          Components: Channels/chan_sip/NewFeature
>            Reporter: klaus3000
>      Target Release: 12.0.0-alpha1
>
>         Attachments: path-1.8.0-patch.txt
>
>
> This patch adds Path header support (RFC 3327) to Asterisk. You just have to activate "usepath=yes" in sip.conf for the peer.
> ****** ADDITIONAL INFORMATION ******
> currently the Path header is parsed (re-using the Record-Router parser) and stored in the peer structure. It is also stored/read to/form astDB. Realtime support is missing yet (any hints are appreciated).
> I did basic testing and it worked so far (it is almost impossible to understand to which destination the request will finally be sent (global OBP, peer OBP, nat=yes, ...). Some of these decisions are done in Asterisk during REGISTER handling, some are done during message sending. IMO it should be only done during message sending)



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



More information about the asterisk-bugs mailing list