aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-02 20:10:07 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-02 20:10:07 +0000
commit466ea98f2aa611a8dca873e100bc75b964d7ba9e (patch)
treeae0d99708f5135d40d5665c735ab552db330c326 /doc
parent538db36335a690ef0aca283fec0e4903ffd0f3f1 (diff)
Add an 'X' option to the asterisk application which enables #exec for configuration files.
This option can be used to enable #exec support in the asterisk.conf configuration file. (closes issue #16260) Reported by: atis Patches: exec_includes.patch uploaded by atis (license 242) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@232510 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/asterisk.sgml10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/asterisk.sgml b/doc/asterisk.sgml
index 655d33e8e..31d96dd73 100644
--- a/doc/asterisk.sgml
+++ b/doc/asterisk.sgml
@@ -310,6 +310,16 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>-X</term>
+ <listitem>
+ <para>
+ Enables executing of includes via <command>#exec</command> directive.
+ This can be useful if You want to do <command>#exec</command> inside
+ <filename>asterisk.conf</filename>
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>
<refsect1>