[asterisk-bugs] [JIRA] (ASTERISK-25990) PJSIP TLS registration should respect client_uri scheme when generating Contact URI

Asterisk Team (JIRA) noreply at issues.asterisk.org
Wed May 4 04:11:56 CDT 2016


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

Asterisk Team commented on ASTERISK-25990:
------------------------------------------

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

> PJSIP TLS registration should respect client_uri scheme when generating Contact URI
> -----------------------------------------------------------------------------------
>
>                 Key: ASTERISK-25990
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25990
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_pjsip, Resources/res_pjsip_outbound_registration
>    Affects Versions: 13.8.2
>            Reporter: Sebastian Damm
>            Severity: Minor
>
> As already written on the Asterisk-User list, Asterisk always sends a sips Contact URI when registering via TLS. This can be bad when interoperating with a server which uses sip:a at b.de;transport=tls Contact URIs. Then inbound calls don't work, because Asterisk expects a sips URI in the incoming INVITE as well.
> The discussion can be found here:
> http://lists.digium.com/pipermail/asterisk-users/2016-May/289096.html
> Asterisk should respect the client_uri scheme and send an appropriate Contact URI.
> This is how it should be:
> client_uri=sips:1234567 at example.org
> --> Contact: sips:1234567 at 1.2.3.4
> client_uri=sip:1234567 at example.org\;transport=tls
> --> Contact: sip:1234567 at 1.2.3.4;transport=tls



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



More information about the asterisk-bugs mailing list