Skip to content
Snippets Groups Projects
Commit 564c1c8f authored by Jeremy McNamara's avatar Jeremy McNamara
Browse files

Add example of #include. Bug #779

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1925 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 6b6ff098
Branches
Tags
No related merge requests found
...@@ -19,7 +19,11 @@ static=yes ...@@ -19,7 +19,11 @@ static=yes
; ;
writeprotect=no 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 ; The "Globals" category contains global variables that can be referenced
; in the dialplan with ${VARIABLE} or ${ENV(VARIABLE)} for Environmental variable ; in the dialplan with ${VARIABLE} or ${ENV(VARIABLE)} for Environmental variable
; ${${VARIABLE}} or ${text${VARIABLE}} or any hybrid ; ${${VARIABLE}} or ${text${VARIABLE}} or any hybrid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment