From 28de1cc4b01b55403cf02302438e77e80985f4fb Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 17 Apr 2006 18:52:11 +0000 Subject: [PATCH] improvements git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1177 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_rtp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/switch_rtp.c b/src/switch_rtp.c index f9ee0679cb..d1c80dc99c 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -525,7 +525,6 @@ static int rtp_common_read(switch_rtp *rtp_session, void *data, int *payload_typ if (switch_test_flag(rtp_session, SWITCH_RTP_FLAG_USE_TIMER)) { if ((switch_time_now() - rtp_session->next_read) > 1000) { /* We're late! We're Late!*/ - printf("late\n"); memset(&rtp_session->recv_msg, 0, SWITCH_RTP_CNG_PAYLOAD); rtp_session->recv_msg.header.pt = SWITCH_RTP_CNG_PAYLOAD; *flags |= SFF_CNG;