[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
- Previous message: [Asterisk-cvs] asterisk channel.c,1.118,1.119
- Next message: [Asterisk-cvs] asterisk/channels chan_h323.c,1.57,1.58 chan_sip.c,1.409,1.410 chan_skinny.c,1.45,1.46 chan_zap.c,1.265,1.266
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
- Previous message: [Asterisk-cvs] asterisk channel.c,1.118,1.119
- Next message: [Asterisk-cvs] asterisk/channels chan_h323.c,1.57,1.58 chan_sip.c,1.409,1.410 chan_skinny.c,1.45,1.46 chan_zap.c,1.265,1.266
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list