From 73138db44a670e32250350a362ef8fe132676659 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sun, 1 Oct 2006 15:19:23 +0000 Subject: [PATCH] Fix the name of the "eventmemberstatus" option in the sample queues.conf (issue #8065, adamg) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@44110 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/queues.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample index c967313e9c..bcc785c86e 100644 --- a/configs/queues.conf.sample +++ b/configs/queues.conf.sample @@ -154,11 +154,11 @@ persistentmembers = yes ; ; eventwhencalled = yes ; -; 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.