summaryrefslogtreecommitdiff
path: root/rtp.c
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2005-06-02 00:50:38 +0000
committerJeremy McNamara <jj@nufone.net>2005-06-02 00:50:38 +0000
commit59e98b55408d81616a9cf44349ec8e20a4afd868 (patch)
tree76d7a9db40415ec6b148295199fcd48edbd45f4d /rtp.c
parented447c9cfea8ac89dace7d55d18252946e75d73b (diff)
fix wordwrap
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5810 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'rtp.c')
-rwxr-xr-xrtp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/rtp.c b/rtp.c
index 88a11e4ec..12cb49611 100755
--- a/rtp.c
+++ b/rtp.c
@@ -274,8 +274,7 @@ static struct ast_frame *process_rfc3389(struct ast_rtp *rtp, unsigned char *dat
ast_log(LOG_DEBUG, "- RTP 3389 Comfort noise event: Level %d (len = %d)\n", rtp->lastrxformat, len);
if (!(rtp->flags & FLAG_3389_WARNING)) {
char iabuf[INET_ADDRSTRLEN];
- ast_log(LOG_NOTICE, "Comfort noise support incomplete in Asterisk (RFC 3389). Please turn off on
-client if possible. Client IP: %s\n", ast_inet_ntoa(iabuf, sizeof(iabuf), rtp->them.sin_addr));
+ ast_log(LOG_NOTICE, "Comfort noise support incomplete in Asterisk (RFC 3389). Please turn off on client if possible. Client IP: %s\n", ast_inet_ntoa(iabuf, sizeof(iabuf), rtp->them.sin_addr));
rtp->flags |= FLAG_3389_WARNING;
}
/* Must have at least one byte */