From 564c1c8fa7d0ab69a2336aba5294dca2ff434c81 Mon Sep 17 00:00:00 2001 From: Jeremy McNamara Date: Sun, 11 Jan 2004 03:22:55 +0000 Subject: Add example of #include. Bug #779 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1925 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/extensions.conf.sample | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configs/extensions.conf.sample') 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 -- cgit v1.2.3