[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 23:52:01 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-21250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=204295#comment-204295 ] 

Alex Epshteyn commented on ASTERISK-21250:
------------------------------------------

My understanding was that membername in AddQueueMember command is for the purpose of reporting membername instead of the interface, and that it applies to the log. Is that incorrect? 
                
> 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