[Asterisk-cvs] asterisk/channels chan_h323.c,1.7,1.8
jeremy at lists.digium.com
jeremy at lists.digium.com
Mon Sep 29 04:17:45 CDT 2003
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv16576
Modified Files:
chan_h323.c
Log Message:
remove old debug
Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- chan_h323.c 29 Sep 2003 09:01:51 -0000 1.7
+++ chan_h323.c 29 Sep 2003 09:18:56 -0000 1.8
@@ -928,13 +928,17 @@
ast_rtp_get_us(p->rtp, &us);
ast_rtp_get_peer(p->rtp, &them);
- printf(" us: %s:%d\n", inet_ntoa(us.sin_addr), ntohs(us.sin_port));
- printf("them: %s:%d\n", inet_ntoa(them.sin_addr), ntohs(them.sin_port));
info->addr = inet_ntoa(us.sin_addr);
info->port = ntohs(us.sin_port);
-
+
+#if 0
+ printf(" us: %s:%d\n", inet_ntoa(us.sin_addr), ntohs(us.sin_port));
+ printf("them: %s:%d\n", inet_ntoa(them.sin_addr), ntohs(them.sin_port));
+
printf("info: %s:%d\n", info->addr, info->port);
+#endif
+
return info;
}
More information about the svn-commits
mailing list