]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Ensure DTLS timeout timer is -1 if DTLS is not used. 09/809/1
authorJoshua Colp <jcolp@digium.com>
Wed, 8 Jul 2015 09:21:16 +0000 (06:21 -0300)
committerJoshua Colp <jcolp@digium.com>
Wed, 8 Jul 2015 09:25:47 +0000 (06:25 -0300)
commit47ebab959edc93a769be4e6cc959c43dad3c7dd0
tree3b3772762e56e092183f4ac2db43d9363b3f5ea0
parent1ad827327a227cdd7311b0db476009e26ea9f009
res_rtp_asterisk: Ensure DTLS timeout timer is -1 if DTLS is not used.

This change fixes a bug where the DTLS timeout timer would be
initialized to 0 if DTLS was not used for an RTP session.

ASTERISK-25103

Change-Id: If8d26bb054f1d300838850da5b8db9044c2fe2ac
res/res_rtp_asterisk.c