[Asterisk-cvs] asterisk/include/asterisk rtp.h,1.13,1.14

markster at lists.digium.com markster at lists.digium.com
Thu May 27 00:04:11 CDT 2004


Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv31689/include/asterisk

Modified Files:
	rtp.h 
Log Message:
Make RTP handle codecs (first pass)


Index: rtp.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/rtp.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- rtp.h	15 Nov 2003 00:52:49 -0000	1.13
+++ rtp.h	27 May 2004 04:18:46 -0000	1.14
@@ -38,7 +38,7 @@
 struct ast_rtp_protocol {
 	struct ast_rtp *(*get_rtp_info)(struct ast_channel *chan);				/* Get RTP struct, or NULL if unwilling to transfer */
 	struct ast_rtp *(*get_vrtp_info)(struct ast_channel *chan);				/* Get RTP struct, or NULL if unwilling to transfer */
-	int (*set_rtp_peer)(struct ast_channel *chan, struct ast_rtp *peer, struct ast_rtp *vpeer);	/* Set RTP peer */
+	int (*set_rtp_peer)(struct ast_channel *chan, struct ast_rtp *peer, struct ast_rtp *vpeer, int codecs);	/* Set RTP peer */
 	int (*get_codec)(struct ast_channel *chan);
 	char *type;
 	struct ast_rtp_protocol *next;




More information about the svn-commits mailing list