[Asterisk-cvs] asterisk rtp.c,1.92.2.15,1.92.2.16
russell
russell
Fri Aug 26 12:54:27 CDT 2005
- Previous message: [Asterisk-cvs] zaptel fxotune.c,1.22,1.23
- Next message: [Asterisk-cvs] asterisk ast_expr2.c, NONE, 1.1 ast_expr2.h, NONE,
1.1 ast_expr2f.c, NONE, 1.1 .cvsignore, 1.16, 1.17 Makefile,
1.193, 1.194
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv7393
Modified Files:
Tag: v1-0
rtp.c
Log Message:
backport "Fix accidental RTCP/RTP linkage"
Index: rtp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/rtp.c,v
retrieving revision 1.92.2.15
retrieving revision 1.92.2.16
diff -u -d -r1.92.2.15 -r1.92.2.16
--- rtp.c 24 Jun 2005 21:53:02 -0000 1.92.2.15
+++ rtp.c 26 Aug 2005 16:56:07 -0000 1.92.2.16
@@ -367,7 +367,7 @@
/* Send to whoever sent to us */
if ((rtp->rtcp->them.sin_addr.s_addr != sin.sin_addr.s_addr) ||
(rtp->rtcp->them.sin_port != sin.sin_port)) {
- memcpy(&rtp->them, &sin, sizeof(rtp->them));
+ memcpy(&rtp->rtcp->them, &sin, sizeof(rtp->rtcp->them));
ast_log(LOG_DEBUG, "RTP NAT: Using address %s:%d\n", ast_inet_ntoa(iabuf, sizeof(iabuf), rtp->rtcp->them.sin_addr), ntohs(rtp->rtcp->them.sin_port));
}
}
- Previous message: [Asterisk-cvs] zaptel fxotune.c,1.22,1.23
- Next message: [Asterisk-cvs] asterisk ast_expr2.c, NONE, 1.1 ast_expr2.h, NONE,
1.1 ast_expr2f.c, NONE, 1.1 .cvsignore, 1.16, 1.17 Makefile,
1.193, 1.194
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list