aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-01 15:20:12 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-01 15:20:12 +0000
commit49d3caa9242a8808540c1c21d94d5f235ac1db85 (patch)
tree937c55eb6c8deac71383373ada1e575ceb5415c4 /configs
parent413f60fd27f9989fcfac8f384bb764e3ce5c82ff (diff)
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/branches/1.4@44111 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-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.