Jonas Kellens
2013-Aug-05 13:18 UTC
[asterisk-users] include directory with multiple files in it
Hello, is it possible to use the #include - syntax to include several configuration files situated in one directory ? Something like : extensions.conf : #include extra/* #include addons/* Is this possible ? Using asterisk 1.8 Thanks. Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130805/779c342e/attachment.htm>
Chris Bagnall
2013-Aug-05 13:22 UTC
[asterisk-users] include directory with multiple files in it
On 5/8/13 2:18 pm, Jonas Kellens wrote:> is it possible to use the #include - syntax to include several > configuration files situated in one directory ? > Something like : > extensions.conf : > #include extra/* > #include addons/* > Is this possible ?Yes. You can also do crafty things like: #include */extensions.conf Which will include the file extensions.conf from each subdirectory. Very handy if you have a structure like this: /etc/asterisk/client1 /etc/asterisk/client2 etc. Kind regards, Chris -- This email is made from 100% recycled electrons
Apparently Analagous Threads
- Samba as Domain Member Server Authentication Problem
- Hostname not visible across 2 subnets
- TCNG issue - parent class restrictions are not honored
- SV: SV: Looking for a guide to collect all e-mail from the ISP mail server
- Anyone have the userguide''s tc script and the corresponding ethloop input files?