]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sip_to_pjsip: Set correct tls transport method 42/3642/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:27 +0000 (12:10 -0500)
commitcab6975b02b55b8b91560b5a186c6f82a4d7ee55
tree42e72c91d025e557e5e7e3ba1ee74a1656fba524
parent43254c2db7b2ae95f158e00676aff5b4a3bb51c8
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