aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-11 03:22:55 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-11 03:22:55 +0000
commit3cf6141b4b8a21f1378b3c676187655e4db5b467 (patch)
tree82736f938f245e1ccb0c8e0e7c6ac9cc25b138b5 /configs
parent41f08169b0ddd4f98f21d2298d4120f8432a03c6 (diff)
Add example of #include. Bug #779
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1925 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-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