[asterisk-bugs] [JIRA] (ASTERISK-16385) Ignoring SIPS requests

Olle Johansson (JIRA) noreply at issues.asterisk.org
Wed Apr 24 11:27:38 CDT 2013


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

Olle Johansson commented on ASTERISK-16385:
-------------------------------------------

Wow. Three years without any attention.
                
> Ignoring SIPS requests
> ----------------------
>
>                 Key: ASTERISK-16385
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-16385
>             Project: Asterisk
>          Issue Type: Bug
>          Components: Channels/chan_sip/TCP-TLS
>            Reporter: Olle Johansson
>            Severity: Minor
>
> We have many cases in the SIP channel where SIP and SIPS requests are handled in the same way. One good example is in the REFER handling:
> 14147                 if (!strncasecmp(referred_by_uri, "sip:", 4)) {
> 14148                         referred_by_uri += 4;           /* Skip sip: */
> 14149                 } else if (!strncasecmp(referred_by_uri, "sips:", 5)) {
> 14150                         referred_by_uri += 5;           /* Skip sips: */
> 14151                 } else {
> In this case, if the header is SIPS: this needs to get back into the dialplan, since we have a request for a secure channel regardless of technology. How the admin handles this is of course up to his/hers configuration, but just stripping the information should be regarded as a BUG.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list