[Asterisk-cvs]
asterisk-addons/asterisk-ooh323c/src chan_h323.c, 1.3, 1.4
vphirke at lists.digium.com
vphirke at lists.digium.com
Mon Jun 27 11:28:24 CDT 2005
Update of /usr/cvsroot/asterisk-addons/asterisk-ooh323c/src
In directory mongoose.digium.com:/tmp/cvs-serv27599/src
Modified Files:
chan_h323.c
Log Message:
updated stack source
Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/asterisk-ooh323c/src/chan_h323.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- chan_h323.c 16 Jun 2005 19:41:23 -0000 1.3
+++ chan_h323.c 27 Jun 2005 15:28:31 -0000 1.4
@@ -60,7 +60,8 @@
static struct ast_rtp *h323_get_rtp_peer(struct ast_channel *chan);
static struct ast_rtp *h323_get_vrtp_peer(struct ast_channel *chan);
-static int h323_set_rtp_peer(struct ast_channel *chan, struct ast_rtp *rtp, struct ast_rtp *vrtp, int codecs);
+static int h323_set_rtp_peer(struct ast_channel *chan, struct ast_rtp *rtp,
+ struct ast_rtp *vrtp, int codecs);
More information about the svn-commits
mailing list