[Asterisk-cvs] asterisk/include/asterisk channel.h,1.90,1.91
russell at lists.digium.com
russell at lists.digium.com
Sun Jul 10 19:41:36 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/apps app_macro.c, 1.25, 1.26 app_meetme.c,
1.101, 1.102 app_queue.c, 1.146, 1.147 app_voicemail.c, 1.220, 1.221
- Next message: [Asterisk-cvs]
asterisk/channels chan_alsa.c, 1.45, 1.46 chan_h323.c,
1.120, 1.121 chan_iax2.c, 1.316, 1.317 chan_local.c, 1.50,
1.51 chan_oss.c, 1.51, 1.52 chan_sip.c, 1.776,
1.777 chan_skinny.c, 1.86, 1.87 chan_zap.c, 1.469, 1.470
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv4756/include/asterisk
Modified Files:
channel.h
Log Message:
define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSION
Index: channel.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/channel.h,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- channel.h 8 Jul 2005 21:14:34 -0000 1.90
+++ channel.h 10 Jul 2005 23:49:57 -0000 1.91
@@ -36,20 +36,21 @@
#include "asterisk/lock.h"
/*! Max length of an extension */
-#define AST_MAX_EXTENSION 80
+#define AST_MAX_EXTENSION 80
+
+#define AST_MAX_CONTEXT 80
#include "asterisk/cdr.h"
#include "asterisk/monitor.h"
#include "asterisk/utils.h"
+#define AST_CHANNEL_NAME 80
-#define AST_CHANNEL_NAME 80
-
-#define MAX_LANGUAGE 20
+#define MAX_LANGUAGE 20
-#define MAX_MUSICCLASS 20
+#define MAX_MUSICCLASS 20
-#define AST_MAX_FDS 8
+#define AST_MAX_FDS 8
typedef unsigned long long ast_group_t;
@@ -256,9 +257,9 @@
struct ast_callerid cid;
/*! Current extension context */
- char context[AST_MAX_EXTENSION];
+ char context[AST_MAX_CONTEXT];
/*! Current non-macro context */
- char macrocontext[AST_MAX_EXTENSION];
+ char macrocontext[AST_MAX_CONTEXT];
/*! Current non-macro extension */
char macroexten[AST_MAX_EXTENSION];
/*! Current non-macro priority */
- Previous message: [Asterisk-cvs] asterisk/apps app_macro.c, 1.25, 1.26 app_meetme.c,
1.101, 1.102 app_queue.c, 1.146, 1.147 app_voicemail.c, 1.220, 1.221
- Next message: [Asterisk-cvs]
asterisk/channels chan_alsa.c, 1.45, 1.46 chan_h323.c,
1.120, 1.121 chan_iax2.c, 1.316, 1.317 chan_local.c, 1.50,
1.51 chan_oss.c, 1.51, 1.52 chan_sip.c, 1.776,
1.777 chan_skinny.c, 1.86, 1.87 chan_zap.c, 1.469, 1.470
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list