Merge pull request #1772 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11965 to master

* commit '4349da32142a66caac8ce38d6a710d056ff56cbb':
  FS-11965: fix build.
This commit is contained in:
Mike Jerris 2019-07-25 18:34:53 -05:00
commit 304865f580
1 changed files with 1 additions and 0 deletions

View File

@ -2046,6 +2046,7 @@ static int check_rtcp_and_ice(switch_rtp_t *rtp_session)
switch_time_t now = switch_micro_time_now();
int rate = 0, nack_ttl = 0, nack_dup = 0;
uint32_t cur_nack[MAX_NACK] = { 0 };
uint16_t seq = 0;
if (!rtp_session->flags[SWITCH_RTP_FLAG_UDPTL] &&
rtp_session->flags[SWITCH_RTP_FLAG_AUTO_CNG] &&