aboutsummaryrefslogtreecommitdiffstats
path: root/rtp.c
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-31 23:05:21 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-31 23:05:21 +0000
commit6736fbb15e6da892a19a00b87450f2dad6087458 (patch)
treef6807d0a26538bd589076abd87a99a53b757672c /rtp.c
parent978f58829db4b0f9615dba2eee1fb58115eb7314 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@31192 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'rtp.c')
-rw-r--r--rtp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtp.c b/rtp.c
index 677e19d88..b794ee6f0 100644
--- a/rtp.c
+++ b/rtp.c
@@ -501,7 +501,8 @@ struct ast_frame *ast_rtp_read(struct ast_rtp *rtp)
ssrc = ntohl(rtpheader[2]);
if (!mark && rtp->rxssrc && rtp->rxssrc != ssrc) {
- ast_log(LOG_WARNING, "Forcing Marker bit, because SSRC has changed\n");
+ if (option_verbose > 1)
+ ast_verbose(VERBOSE_PREFIX_2 "Forcing Marker bit, because SSRC has changed\n");
mark = 1;
}