summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPaul Belanger <paul.belanger@polybeacon.com>2011-11-21 16:40:17 +0000
committerPaul Belanger <paul.belanger@polybeacon.com>2011-11-21 16:40:17 +0000
commit298d015828a638a8ab0f07f8f8205ef04026bdd8 (patch)
tree9d9de2339c818acba974bf3b3d9166c838847450 /CHANGES
parent6e7359f59404d19b7d8eb787f47f6dcc72cdc45d (diff)
Add #tryinclude statement
This provides the same functionality as #include however an asterisk module will still load if the filename does not exist. Review: https://reviewboard.asterisk.org/r/1476/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@345735 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4d106f6bb..bfc73010d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -389,6 +389,12 @@ SIP Changes
* Addition of the 'auth_options_requests' option for turning on and off
authentication for OPTIONS requests in chan_sip.
+Configuration files
+-------------------
+ * Add #tryinclude statement for config files. This provides the same
+ functionality as the #include statement however an asterisk module will
+ still load if the filename does not exist. Using the #include statement
+ Asterisk will not allow the module to load.
IAX2 Changes
-----------