[Asterisk-cvs] asterisk/configs extensions.conf.sample,1.17,1.18
jeremy at lists.digium.com
jeremy at lists.digium.com
Sat Jan 10 21:31:09 CST 2004
- Previous message: [Asterisk-cvs] asterisk/channels/h323 Makefile,1.10,1.11 ast_h323.cpp,1.30,1.31 ast_h323.h,1.15,1.16 chan_h323.h,1.15,1.16
- Next message: [Asterisk-cvs] asterisk/apps app_setcdruserfield.c,NONE,1.1 Makefile,1.45,1.46
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv15292
Modified Files:
extensions.conf.sample
Log Message:
Add example of #include. Bug #779
Index: extensions.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/extensions.conf.sample,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- extensions.conf.sample 7 Jan 2004 23:56:01 -0000 1.17
+++ extensions.conf.sample 11 Jan 2004 03:22:55 -0000 1.18
@@ -19,7 +19,11 @@
;
writeprotect=no
-;
+; You can include other config files, use the #include command (without the ';')
+; Note that this is different from the "include" command that includes contexts within
+; other contexts. The #include command works in all asterisk configuration files.
+;#include "filename.conf"
+
; The "Globals" category contains global variables that can be referenced
; in the dialplan with ${VARIABLE} or ${ENV(VARIABLE)} for Environmental variable
; ${${VARIABLE}} or ${text${VARIABLE}} or any hybrid
- Previous message: [Asterisk-cvs] asterisk/channels/h323 Makefile,1.10,1.11 ast_h323.cpp,1.30,1.31 ast_h323.h,1.15,1.16 chan_h323.h,1.15,1.16
- Next message: [Asterisk-cvs] asterisk/apps app_setcdruserfield.c,NONE,1.1 Makefile,1.45,1.46
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list