Merge "sip_to_pjsip: Add cert_file."

changes/55/3655/1
zuul 10 years ago committed by Gerrit Code Review
commit be26a93687

@ -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')

Loading…
Cancel
Save