[Home]

Summary:ASTERISK-07850: eventmemberstatusoff is included in the sample queues.conf but is invalid
Reporter:Adam Goryachev (adamg)Labels:
Date Opened:2006-10-01 06:32:44Date Closed:2006-10-01 10:21:15
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:basically as per the summary...
the line:
; eventmemberstatusoff = no
is included in the sample queues.conf in current 1.2.x branch (SVN version) but produces a warning on load because it isn't recognised by app_queue

****** ADDITIONAL INFORMATION ******

Possible patch someone who knows the code a bit better will have to confirm the comments are correct....
--- queues.conf.sample  2006-09-22 12:18:30.000000000 +1000
+++ queues.conf.new     2006-10-01 21:29:54.000000000 +1000
@@ -154,11 +154,11 @@
;
; 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.
Comments:By: Russell Bryant (russell) 2006-10-01 10:21:15

Fixed in the 1.2 branch, 1.4 branch, and trunk in revision 44110, 44111, and 44112.  Thanks!!