mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
Merge "sip_to_pjsip: Add cert_file." into 13
This commit is contained in:
@@ -691,9 +691,9 @@ def set_tls_bindaddr(val, pjsip, nmapped):
|
||||
set_value('bind', bind, 'transport-tls', pjsip, nmapped, 'transport')
|
||||
|
||||
|
||||
def set_tls_cert_file(val, pjsip, section, nmapped):
|
||||
def set_tls_cert_file(val, pjsip, nmapped):
|
||||
"""Sets cert_file based on sip.conf tlscertfile"""
|
||||
set_value('cert_file', val, section, pjsip, nmapped,
|
||||
set_value('cert_file', val, 'transport-tls', pjsip, nmapped,
|
||||
'transport')
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user