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

markster at lists.digium.com markster at lists.digium.com
Thu Jul 8 08:00:28 CDT 2004


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

Modified Files:
	rtp.h 
Log Message:
Extend bindaddr to RTP connections on SIP (bug #1989 et al)


Index: rtp.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/rtp.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- rtp.h	27 May 2004 04:18:46 -0000	1.14
+++ rtp.h	8 Jul 2004 11:46:15 -0000	1.15
@@ -50,6 +50,8 @@
 
 struct ast_rtp *ast_rtp_new(struct sched_context *sched, struct io_context *io, int rtcpenable, int callbackmode);
 
+struct ast_rtp *ast_rtp_new_with_bindaddr(struct sched_context *sched, struct io_context *io, int rtcpenable, int callbackmode, struct in_addr in);
+
 void ast_rtp_set_peer(struct ast_rtp *rtp, struct sockaddr_in *them);
 
 void ast_rtp_get_peer(struct ast_rtp *rtp, struct sockaddr_in *them);




More information about the svn-commits mailing list