From: Tilghman Lesher Date: Tue, 24 Feb 2009 23:25:24 +0000 (+0000) Subject: Add section about the #exec command in configuration files. X-Git-Tag: 1.4.24-rc1~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48933e0c48b26a6c884d1c3456ab37a6cd572849;p=thirdparty%2Fasterisk.git Add section about the #exec command in configuration files. (closes issue #14540) Reported by: jtodd Patch by: jtodd, with additional notes by tilghman (license 14) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@178445 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample index 2371410887..4305254af2 100644 --- a/configs/extensions.conf.sample +++ b/configs/extensions.conf.sample @@ -73,6 +73,14 @@ clearglobalvars=no ; that includes contexts within other contexts. The #include command works ; in all asterisk configuration files. ;#include "filename.conf" +; +; You can execute a program or script that produces config files, and they +; will be inserted where you insert the #exec command. The #exec command +; works on all asterisk configuration files. However, you will need to +; activate them within asterisk.conf with the "execincludes" option. They +; are otherwise considered a security risk. +;#exec /opt/bin/build-extra-contexts.sh +; ; The "Globals" category contains global variables that can be referenced ; in the dialplan with the GLOBAL dialplan function: