[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:all-tabpanel ]
Walter Doekes updated ASTERISK-16884:
-------------------------------------
Target Release Version/s: 12.0.0-alpha1
> [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