[Asterisk-cvs] asterisk pbx.c,1.257,1.258
russell at lists.digium.com
russell at lists.digium.com
Sun Jul 10 19:41:35 CDT 2005
- Previous message: [Asterisk-cvs]
asterisk/res res_agi.c, 1.40, 1.41 res_crypto.c, 1.22,
1.23 res_indications.c, 1.12, 1.13 res_monitor.c, 1.36,
1.37 res_odbc.c, 1.16, 1.17 res_osp.c, 1.16, 1.17
- Next 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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv4756
Modified Files:
pbx.c
Log Message:
define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSION
Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- pbx.c 8 Jul 2005 21:14:34 -0000 1.257
+++ pbx.c 10 Jul 2005 23:49:57 -0000 1.258
@@ -4632,7 +4632,7 @@
struct async_stat {
pthread_t p;
struct ast_channel *chan;
- char context[AST_MAX_EXTENSION];
+ char context[AST_MAX_CONTEXT];
char exten[AST_MAX_EXTENSION];
int priority;
int timeout;
- Previous message: [Asterisk-cvs]
asterisk/res res_agi.c, 1.40, 1.41 res_crypto.c, 1.22,
1.23 res_indications.c, 1.12, 1.13 res_monitor.c, 1.36,
1.37 res_odbc.c, 1.16, 1.17 res_osp.c, 1.16, 1.17
- Next 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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list