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

Olle Johansson (JIRA) noreply at issues.asterisk.org
Tue Sep 4 17:11:07 CDT 2012


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

Olle Johansson commented on ASTERISK-16884:
-------------------------------------------

For some strange reason, the reviewboard issue has been marked as "submitted".

I've created a branch for this patch and added (yet untested) support for realtime and an option in the [general] section of sip.conf (tested).

Testing the code with Kamailio, it works great. 

> [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
>         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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list