[asterisk-bugs] [JIRA] (ASTERISK-26004) res_pjsip: The transport/method parameter is ignored
Ross Beer (JIRA)
noreply at issues.asterisk.org
Tue May 17 05:24:57 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=230622#comment-230622 ]
Ross Beer commented on ASTERISK-26004:
--------------------------------------
This change has caused some phones such as the Panasonic KX-HDV230 being able to connect via TLS.
The Asteisk CLI shows the following, suggesting that the negotiation is not working as expected:
NOTICE[30648]: res_pjsip_transport_management.c:130 idle_sched_cb: Shutting down transport 'TLS to <IP ADDRESS>:11441' since no request was received in 32000 seconds
The TLS transport is currently configured in the following way:
<code>[transport-tls]
type=transport
protocol=tls
bind=0.0.0.0:5061
tos=cs3
cert_file=/etc/asterisk/keys/asterisk.crt
priv_key_file=/etc/asterisk/keys/asterisk.key
method=tlsv1<code>
Removing the fixed 'method' does not make any difference.
> res_pjsip: The transport/method parameter is ignored
> -----------------------------------------------------
>
> Key: ASTERISK-26004
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26004
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_pjsip
> Affects Versions: SVN, 13.8.2
> Reporter: George Joseph
> Assignee: George Joseph
> Severity: Minor
>
> Setting the transport method parameter is ignored. The SSL socket is always negotiated as TLS.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list