]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Ensure DTLS timeout timer is -1 if DTLS is not used. 10/810/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:28:12 +0000 (04:28 -0500)
commit7ff1ac8797a479ae5416d7c51a761552ecde011e
tree5a8356cb6226dc151a25094770ec3f9b5bae3768
parentb842a8dabf01b91ed5c972457ff14b059fdf90a2
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