[asterisk-bugs] [JIRA] (ASTERISK-21250) AddQueueMember does not write membername to the queue log

Alex Epshteyn (JIRA) noreply at issues.asterisk.org
Thu Mar 14 14:12:01 CDT 2013


Alex Epshteyn created ASTERISK-21250:
----------------------------------------

             Summary: AddQueueMember does not write membername to the queue log
                 Key: ASTERISK-21250
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21250
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Applications/app_queue
    Affects Versions: 1.8.20.1
            Reporter: Alex Epshteyn


When membername is specified it is not written to the log. Noticed that this was fixed/changed in Asterisk 11 where there is also an option 

log_membername_as_agent

here is a relevant snippet from 11.2.1

  6788         if (ast_strlen_zero(args.membername) || !log_membername_as_agent) {
   6789             ast_queue_log(args.queuename, ast_channel_uniqueid(chan), args.interface, "ADDMEMBER", "%s", "");
   6790         } else {
   6791             ast_queue_log(args.queuename, ast_channel_uniqueid(chan), args.membername, "ADDMEMBER", "%s", "");
   6792         }


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list