summaryrefslogtreecommitdiff
path: root/configs/extensions.conf.sample
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2004-01-11 03:22:55 +0000
committerJeremy McNamara <jj@nufone.net>2004-01-11 03:22:55 +0000
commit564c1c8fa7d0ab69a2336aba5294dca2ff434c81 (patch)
tree82736f938f245e1ccb0c8e0e7c6ac9cc25b138b5 /configs/extensions.conf.sample
parent6b6ff098ebf85e5f616fb4cc82e1aba2d7e5ff8c (diff)
Add example of #include. Bug #779
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1925 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/extensions.conf.sample')
-rwxr-xr-xconfigs/extensions.conf.sample6
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample
index 12df9946b..c3e3ec586 100755
--- a/configs/extensions.conf.sample
+++ b/configs/extensions.conf.sample
@@ -19,7 +19,11 @@ static=yes
;
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