[asterisk-bugs] [JIRA] (ASTERISK-27211) Bug in logger when transferring a call from a queue using ATTENDEDTRANSFER
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Tue Aug 22 06:58:09 CDT 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-27211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=238160#comment-238160 ]
Asterisk Team commented on ASTERISK-27211:
------------------------------------------
Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.
A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.
Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].
> Bug in logger when transferring a call from a queue using ATTENDEDTRANSFER
> --------------------------------------------------------------------------
>
> Key: ASTERISK-27211
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-27211
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Affects Versions: 13.12.2
> Environment: hardware: 2 CPU xeon E5649, 36GB RAM, CentOS Linux release 7.2.1511 (Core), kernel 3.10.0-327.22.2.el7.x86_64,
> asterisk version is 13.12.2
> Reporter: Nikolay
>
> We've encountered the following issue.
> When we call the queue and transfer the call using the ATTENDEDTRANSFER method, the queue log writes incorrectly. In the source code, in the method log_attended_transfer, when ast_str_set is called, for LINK two channel names are specified (unlike BRIDGE), and the logger simply divides string by the symbol "|". In the source:
> AST_NONSTANDARD_APP_ARGS (args, qlog_msg, '|');
> As a result, important fields migrate to another place.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list