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: https://origsvn.digium.com/svn/asterisk/trunk@232510 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2009-12-02 20:10:07 +00:00
parent fecbfc2ec1
commit d0e431ce3d
3 changed files with 18 additions and 2 deletions

View File

@@ -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>