From 1917b792c5ba64542bdac5cff0ce2e145d5ad9c4 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sat, 22 Apr 2006 16:12:03 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1230 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_rtp.c b/src/switch_rtp.c index dfa3db9781..03f14f7250 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -884,7 +884,7 @@ SWITCH_DECLARE(switch_status) switch_rtp_enable_vad(switch_rtp *rtp_session, swi rtp_session->vad_data.next_scan = time(NULL); rtp_session->vad_data.scan_freq = 0; switch_set_flag(rtp_session, SWITCH_RTP_FLAG_VAD); - + switch_set_flag(&rtp_session->vad_data, SWITCH_VAD_FLAG_CNG); return SWITCH_STATUS_SUCCESS; }