aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-13 16:46:30 +0000
committermnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-13 16:46:30 +0000
commitbdad2cd2a5ebe96148728ace616ebfb8006ced90 (patch)
treed5a43cb7dcbd6519591b66b588d8a7d346df7e9b /configs
parent376de60412699efdf5355d68fbb544ca0c2d7ce4 (diff)
Add an option to restore past broken behavor of the Events manager action
Before r238915, certain values for the EventMask parameter of the Events action would result in no response being returned. This patch adds an option to restore that broken behavior. Also while fixing this bug I discovered that passing an empty EventMasks parameter would also result in no response being returned, this has been fixed as well while being preserved when the broken behavior is requested. (closes issue #17023) Reported by: nblasgen Review: https://reviewboard.asterisk.org/r/602/ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@257070 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/manager.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/manager.conf.sample b/configs/manager.conf.sample
index 1f51b0d8c..176af1a82 100644
--- a/configs/manager.conf.sample
+++ b/configs/manager.conf.sample
@@ -40,6 +40,11 @@ bindaddr = 0.0.0.0
;
;timestampevents = yes
+;brokeneventsaction = yes ; Restore previous behavior that caused the events
+ ; action to not return a response in certain
+ ; circumstances. Defaults to 'no'.
+
+
;[mark]
;secret = mysecret
;deny=0.0.0.0/0.0.0.0