]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sip_to_pjsip: Set correct tls transport method 41/3641/1
authorKevin Harwell <kharwell@digium.com>
Thu, 18 Aug 2016 17:04:56 +0000 (12:04 -0500)
committerKevin Harwell <kharwell@digium.com>
Thu, 18 Aug 2016 17:10:17 +0000 (12:10 -0500)
commit81e3b8f141ee9a269adbab42d2bd390b9bfbb901
treebd4577692143153a86169bde7620f585f2f404c4
parente251482d88f1f17b116a1d8568557c095dba0e5e
sip_to_pjsip: Set correct tls transport method

A recent update had a copy/paste error where the unused variable 'val' was
being passed to the set_value function instead of the 'method' value itself.

This patch passes in the right variable.

ASTERISK-22374

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