[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
- Previous message: [Asterisk-cvs] asterisk rtp.c,1.66,1.67
- Next message: [Asterisk-cvs] asterisk/channels chan_h323.c,1.54,1.55 chan_mgcp.c,1.52,1.53 chan_sip.c,1.398,1.399 chan_skinny.c,1.41,1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Asterisk-cvs] asterisk rtp.c,1.66,1.67
- Next message: [Asterisk-cvs] asterisk/channels chan_h323.c,1.54,1.55 chan_mgcp.c,1.52,1.53 chan_sip.c,1.398,1.399 chan_skinny.c,1.41,1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list