aboutsummaryrefslogtreecommitdiffstats
path: root/configs/queues.conf.sample
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-01 15:20:50 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-01 15:20:50 +0000
commit0d7787908b3ed4da1f762ec788a6a45612c12d9c (patch)
treedddae2e6e57de2b95ec8c9021fd75a85387770cb /configs/queues.conf.sample
parent52352d88d922deee6256f2210e7152028fa062ea (diff)
Merged revisions 44111 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r44111 | russell | 2006-10-01 11:20:12 -0400 (Sun, 01 Oct 2006) | 11 lines Merged revisions 44110 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r44110 | russell | 2006-10-01 11:19:23 -0400 (Sun, 01 Oct 2006) | 3 lines Fix the name of the "eventmemberstatus" option in the sample queues.conf (issue #8065, adamg) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44112 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/queues.conf.sample')
-rw-r--r--configs/queues.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index c3fdaf3f6..f8582afef 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -258,11 +258,11 @@ monitor-type = MixMonitor
;
; eventwhencalled = yes|no|vars
;
-; If this is set to no, the following manager events will be generated:
+; If this is set to yes, the following manager events will be generated:
; QueueMemberStatus
; (may generate a WHOLE LOT of extra manager events)
;
-; eventmemberstatusoff = no
+; eventmemberstatus = no
;
; If you wish to report the caller's hold time to the member before they are
; connected to the caller, set this to yes.