[Freeswitch-svn] [commit] r1000 - freeswitch/trunk/src/mod/endpoints/mod_dingaling
anthm at freeswitch.org
anthm at freeswitch.org
Tue Jun 6 21:55:23 EDT 2006
Author: anthm
Date: Fri Mar 31 18:31:13 2006
New Revision: 1000
Modified:
freeswitch/trunk/src/mod/endpoints/mod_dingaling/mod_dingaling.c
Log:
update
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:31:13 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