[asterisk-bugs] [JIRA] (ASTERISK-21250) AddQueueMember does not write membername to the queue log
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Thu Mar 14 16:27:01 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-21250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan closed ASTERISK-21250.
----------------------------------
Resolution: Not A Bug
This was an improvement that was done for [Asterisk 11|https://wiki.asterisk.org/wiki/display/AST/New+in+11]:
{noformat}
Added new option log_member_name_as_agent, which will cause the membername to be logged in the agent field for ADDMEMBER and REMOVEMEMBER queue events if a state_interface has been set.
{noformat}
As it was technically a change in behavior/new feature, it was not a candidate for backporting to Asterisk 1.8.
> 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