Module: sip-router
Branch: master
Commit: 359aacd999b2c7444bbce762ce99df2ec0fdfd91
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=359aacd…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Committer: Ovidiu Sas <osas(a)voipembedded.com>
Date: Tue Aug 17 11:18:30 2010 -0400
modules_k:rtpproxy - silence a noisy probe
---
modules_k/rtpproxy/nathelper.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/modules_k/rtpproxy/nathelper.c b/modules_k/rtpproxy/nathelper.c
index 6e8a513..bbdd7e4 100644
--- a/modules_k/rtpproxy/nathelper.c
+++ b/modules_k/rtpproxy/nathelper.c
@@ -2005,7 +2005,9 @@ force_rtp_proxy(struct sip_msg* msg, char* str1, char* str2, int
offer)
LM_ERR("Unable to parse sdp\n");
FORCE_RTP_PROXY_RET (-1);
}
- print_sdp((sdp_info_t*)msg->body, L_INFO);
+#ifdef EXTRA_DEBUG
+ print_sdp((sdp_info_t*)msg->body, L_DBG);
+#endif
bodylimit = body.s + body.len;