[Asterisk-cvs] asterisk/include/asterisk frame.h,1.33,1.34

markster at lists.digium.com markster at lists.digium.com
Mon Jun 14 16:14:16 CDT 2004


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

Modified Files:
	frame.h 
Log Message:
Separate PROCEEDING and PROGRESS


Index: frame.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/frame.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- frame.h	19 May 2004 03:39:44 -0000	1.33
+++ frame.h	14 Jun 2004 21:18:52 -0000	1.34
@@ -210,8 +210,10 @@
 #define	AST_CONTROL_RADIO_KEY		12
 /*! Un-Key Radio */
 #define	AST_CONTROL_RADIO_UNKEY		13
-/*! Indicate CALL_PROCEEDING or PROGRESS */
+/*! Indicate PROGRESS */
 #define AST_CONTROL_PROGRESS            14
+/*! Indicate CALL PROCEEDING */
+#define AST_CONTROL_PROCEEDING		15
 
 #define AST_SMOOTHER_FLAG_G729		(1 << 0)
 




More information about the svn-commits mailing list