summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2009-11-13 08:52:28 +0000
committerOlle Johansson <oej@edvina.net>2009-11-13 08:52:28 +0000
commit75c015bfff61eae423b6b88882ddbe7052c09083 (patch)
tree367664686c054bc8c6ca330e9a4562a5d66384c2 /CHANGES
parent8016a556364e4113b02059b53548b36c6d03bb8f (diff)
Add the capability to require a module to be loaded, or else Asterisk exits.
Review: https://reviewboard.asterisk.org/r/426/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@229819 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c942257fd..87641d8b0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -327,6 +327,10 @@ Miscellaneous
-------------
* SendText is now implemented in chan_gtalk and chan_jingle. It will simply send
XMPP text messages to the remote JID.
+ * Modules.conf has a new option - "require" - that marks a module as critical for
+ the execution of Asterisk.
+ If one of the required modules fail to load, Asterisk will exit with a return
+ code set to 2.
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.6.1 to Asterisk 1.6.2 -------------