]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sip_to_pjsip: Map the TLS method correctly. 33/3633/1
authorAlexander Traud <pabstraud@compuserve.com>
Thu, 18 Aug 2016 13:19:15 +0000 (15:19 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Thu, 18 Aug 2016 13:32:54 +0000 (08:32 -0500)
commit2381ddde63489b8601c9514111838fb4656610b4
tree77fc7688966c824e938297719fb9688feba30782
parent56e0aed17758b1cad338e84c5457824cee874d95
sip_to_pjsip: Map the TLS method correctly.

When using the migration script sip_to_pjsip.py and tlsclientmethod is not set
in sip.conf, the default value of chan_sip (sslv23) is copied to pjsip.conf, to
overwrite the default of the PJProject (tlsv1). This makes sure, res_pjsip is
offering/using not just TLSv1.0 but TLSv1.2 as well.

ASTERISK-22374

Change-Id: Ie530a3dae9926ae14f3920a21be1e2edb15bda4f
contrib/scripts/sip_to_pjsip/sip_to_pjsip.py