]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix the name of the "eventmemberstatus" option in the sample queues.conf
authorRussell Bryant <russell@russellbryant.com>
Sun, 1 Oct 2006 15:19:23 +0000 (15:19 +0000)
committerRussell Bryant <russell@russellbryant.com>
Sun, 1 Oct 2006 15:19:23 +0000 (15:19 +0000)
(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

index c967313e9c9dfe3d4774e74135bc9e8a220638f1..bcc785c86e76be2959281234983797d6a59aa2f7 100644 (file)
@@ -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.