[asterisk-bugs] [JIRA] (ASTERISK-25119) Crash on pjsip_tls_transport_start2
Scott Griepentrog (JIRA)
noreply at issues.asterisk.org
Fri May 22 08:43:32 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226325#comment-226325 ]
Scott Griepentrog commented on ASTERISK-25119:
----------------------------------------------
Commenting out the tls-ipv4 transport avoids the crash:
{noformat}
[transport-udp-ipv4]
type=transport
protocol=udp
bind=0.0.0.0:5060
[transport-tcp-ipv4]
type=transport
protocol=tcp
bind=0.0.0.0:5061
;[transport-tls-ipv4]
;type=transport
;protocol=tls
;bind=0.0.0.0:5062
;cert_file=/etc/asterisk/keys/asterisk.crt
;priv_key_file=/etc/asterisk/keys/asterisk.key
;ca_list_file=/etc/asterisk/keys/ca.crt
;method=tlsv1
{noformat}
> Crash on pjsip_tls_transport_start2
> -----------------------------------
>
> Key: ASTERISK-25119
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25119
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Reporter: Scott Griepentrog
> Attachments: gdb-backtrace.txt, pjsip-conf.tgz
>
>
> I updated PJSIP to see if it would fix a crash and I'm now unable to start asterisk at all with my existing configuration (backtrace attached).
> Tested pjsip from svn trunk, also from asterisk github, and no change. Tested 13.1 Certified and gerrit master and no change.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list