Index: README.configuration =================================================================== RCS file: /usr/cvsroot/asterisk/doc/README.configuration,v retrieving revision 1.3 diff -u -r1.3 README.configuration --- README.configuration 10 Feb 2005 07:21:26 -0000 1.3 +++ README.configuration 10 Feb 2005 11:15:49 -0000 @@ -80,27 +80,6 @@ #exec /usr/local/bin/myasteriskconfigurator.sh -Including other files ---------------------- -In all of the configuration files, you may include the content of another -file with the #include statement. The content of the other file will be -included at the row that the #include statement occured. - - #include myusers.conf - -You may also include the output of a program with the #exec directive, -if you enable it in asterisk.conf - -In asterisk.conf, add the execincludes = yes statement in the options -section: - [options] - execincludes=yes - -The exec directive is used like this: - - #exec /usr/local/bin/myasteriskconfigurator.sh - - Adding to an existing section -----------------------------