]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sip_to_pjsip: Map the TLS method correctly. 34/3634/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:33:10 +0000 (08:33 -0500)
commit94d1076e69c95b33773c12a88265ce4a3868dfe2
treecca857e4bab7e7384e3fb0618a4122a5f1861160
parent41e9bf60aa99c063d7dd0d10ab80a1053f4c15af
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