Summary: | ASTERISK-15151: [patch] Allow execincludes within asterisk.conf | ||
Reporter: | Atis Lezdins (atis) | Labels: | |
Date Opened: | 2009-11-17 05:14:45.000-0600 | Date Closed: | 2009-12-02 14:17:44.000-0600 |
Priority: | Major | Regression? | No |
Status: | Closed/Complete | Components: | Core/General |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ( 0) exec_includes.patch | |
Description: | I want to specify different systemname for each installation, while keeping all the configs replicated and synchronized between machines. Also the additional config files might not be present, it's not a big issue - so #include isn't best for that. This patch allows to enable execincludes option from command line, so asterisk.conf can have #exec directive | ||
Comments: | By: Leif Madsen (lmadsen) 2009-11-17 07:45:52.000-0600 Thanks for the feature submission! You may also want to get some thoughts from the asterisk-dev mailing list on your approach, and to try and get some testers from asterisk-dev and/or asterisk-users. By: Digium Subversion (svnbot) 2009-12-02 14:17:43.000-0600 Repository: asterisk Revision: 232510 U trunk/CHANGES U trunk/doc/asterisk.sgml U trunk/main/asterisk.c ------------------------------------------------------------------------ r232510 | file | 2009-12-02 14:17:42 -0600 (Wed, 02 Dec 2009) | 9 lines 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 ASTERISK-15151) Reported by: atis Patches: exec_includes.patch uploaded by atis (license 242) ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=232510 |