[Freeswitch-svn] [commit] r1001 - freeswitch/trunk/src/mod/endpoints/mod_dingaling

anthm at freeswitch.org anthm at freeswitch.org
Tue Jun 6 21:51:13 EDT 2006


Author: anthm
Date: Fri Mar 31 18:35:05 2006
New Revision: 1001

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_dingaling/mod_dingaling.c

Log:
update again

Modified: freeswitch/trunk/src/mod/endpoints/mod_dingaling/mod_dingaling.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_dingaling/mod_dingaling.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_dingaling/mod_dingaling.c	Fri Mar 31 18:35:05 2006
@@ -724,7 +724,7 @@
 		stun_packet_attribute_add_username(packet, login, 32);
 		sendto(tech_pvt->rtp_sock, (char *)packet, stun_packet_length(packet), 0 ,(struct sockaddr *)&servaddr, sizeof(servaddr));
 		//xstun
-		printf("XXXX SEND STUN REQ %s U=%s to %s:%d\n", packet->header.id, login, tech_pvt->remote_ip, tech_pvt->remote_port);
+		//printf("XXXX SEND STUN REQ %s U=%s to %s:%d\n", packet->header.id, login, tech_pvt->remote_ip, tech_pvt->remote_port);
 		tech_pvt->stuncount = 25;
 	} else {
 		tech_pvt->stuncount--;



More information about the Freeswitch-svn mailing list