]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-10778: Evaluate rtp_secure_media_mki variable with switch_channel_var_true
authorPiotr <piotr@dataandsignal.com>
Tue, 5 Dec 2017 15:34:52 +0000 (15:34 +0000)
committerMuteesa Fred <muteesafred@hotmail.com>
Tue, 24 Jul 2018 07:21:34 +0000 (07:21 +0000)
commita17993a22eb98b92d2464decb8713a10953ff506
tree14ffcb4ab70de96b331646c265dd3b997a43fc43
parent67b56343a2912eb118c2be9b84c44c0306e1730b
FS-10778: Evaluate rtp_secure_media_mki variable with switch_channel_var_true

Previously rtp_secure_media_mki channel variable was checked only
for existence, now it is checked if it's defined and evaluates
to true with switch_channel_var_true().
src/switch_core_media.c
src/switch_rtp.c