mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
Add example of #include. Bug #779
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1925 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user