mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-04 05:15:22 +00:00 
			
		
		
		
	Remove duplicate section (bug #3545)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5005 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		@@ -80,27 +80,6 @@ The exec directive is used like this:
 | 
			
		||||
	
 | 
			
		||||
	#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
 | 
			
		||||
-----------------------------
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user