Skip to content

8186 apply patch for tls uci options

Wenpeng Song requested to merge 8186-tls-uci-patch into devel

following UCI options under config sip_advanced 'sip_options' have been fixed/added:

asterisk.sip_options.tls_version
asterisk.sip_options.tls_cipher
asterisk.sip_options.tls_certfile
asterisk.sip_options.tls_private_key
asterisk.sip_options.tls_cafile

reflected in /var/etc/asterisk/pjsip.conf:

[transport-tls]
type = transport
protocol = tls
bind = 0.0.0.0
;external_media_address = 
;external_signaling_address = 
ca_list_file= 		asterisk.sip_options.tls_cafile
cert_file=		asterisk.sip_options.tls_certfile
priv_key_file=		asterisk.sip_options.tls_private_key
method = sslv23 	asterisk.sip_options.tls_version
cipher = 		asterisk.sip_options.tls_cipher
Edited by Wenpeng Song

Merge request reports