[asterisk-bugs] [JIRA] (ASTERISK-16385) Ignoring SIPS requests
Sean Bright (JIRA)
noreply at issues.asterisk.org
Wed Dec 13 08:13:07 CST 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-16385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=240582#comment-240582 ]
Sean Bright commented on ASTERISK-16385:
----------------------------------------
That is incorrect. It has been 7.5 years.
> 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 was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list