[Freeswitch-svn] [commit] r8800 - freeswitch/trunk/src

Freeswitch SVN mikej at freeswitch.org
Sun Jun 15 03:30:09 EDT 2008


Author: mikej
Date: Sun Jun 15 03:30:08 2008
New Revision: 8800

Modified:
   freeswitch/trunk/src/switch_rtp.c

Log:
FSCORE-142

Modified: freeswitch/trunk/src/switch_rtp.c
==============================================================================
--- freeswitch/trunk/src/switch_rtp.c	(original)
+++ freeswitch/trunk/src/switch_rtp.c	Sun Jun 15 03:30:08 2008
@@ -1115,7 +1115,7 @@
 
 				if (!switch_strlen_zero(tx_host) && switch_sockaddr_get_port(rtp_session->from_addr) > 0) {
 					if (++rtp_session->autoadj_tally >= 10) {
-						switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING,
+						switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO,
 										  "Auto Changing port from %s:%u to %s:%u\n", old_host, old, tx_host,
 										  switch_sockaddr_get_port(rtp_session->from_addr));
 						switch_rtp_set_remote_address(rtp_session, tx_host, switch_sockaddr_get_port(rtp_session->from_addr), &err);



More information about the Freeswitch-svn mailing list