[asterisk-bugs] [JIRA] (ASTERISK-23730) [patch] - Blind transfers are not logged into queue_log

Matt Jordan (JIRA) noreply at issues.asterisk.org
Thu May 15 21:01:45 CDT 2014


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

Matt Jordan commented on ASTERISK-23730:
----------------------------------------

Thanks for the patch - you may want to post it up to review board [1] for a more formal peer review.

[1] https://wiki.asterisk.org/wiki/display/AST/Code+Review

> [patch] - Blind transfers are not logged into queue_log
> -------------------------------------------------------
>
>                 Key: ASTERISK-23730
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23730
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>    Affects Versions: 1.8.27.0, 11.8.1, 12.2.0
>         Environment: Linux x64
>            Reporter: David Guerrero
>              Labels: app_queue.c
>         Attachments: app_queue.patch
>
>
> When a call in a queue is transfered via "blind transfer" (DTMF sequence) by an agent, the transfer is always logged the queue_log file as "COMPLETECALLER", instead of "TRANSFER".
> This incorrect behaviour (regression) was introduced in 1.6 version, and was noted in issued ASTERISK-17658, and a patch proposed. For some reason (inactivity) the issue was autoclosed without a fix.
> With updated syntax, line 5932 in app_queue.c should change to:
> if (strcasecmp(oldcontext, ast_channel_context(qe->chan)) || strcasecmp(oldexten, ast_channel_exten(qe->chan))) {
> to properly detect a blind transfer.
> Now, it works as expected.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list