[Asterisk-cvs] asterisk/include/asterisk rtp.h,1.17,1.18

markster at lists.digium.com markster at lists.digium.com
Fri Jan 7 01:06:51 CST 2005


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

Modified Files:
	rtp.h 
Log Message:
Support CNG transmission when on hold (bug #2904)


Index: rtp.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/rtp.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- rtp.h	28 Dec 2004 16:35:31 -0000	1.17
+++ rtp.h	7 Jan 2005 07:11:40 -0000	1.18
@@ -78,6 +78,8 @@
 
 int ast_rtp_senddigit(struct ast_rtp *rtp, char digit);
 
+int ast_rtp_sendcng(struct ast_rtp *rtp, int level);
+
 int ast_rtp_settos(struct ast_rtp *rtp, int tos);
 
 // Setting RTP payload types from lines in a SDP description:




More information about the svn-commits mailing list