<p>Cao Minh Hiep <strong>uploaded patch set #2</strong> to the change originally created by Joshua Colp.</p><p><a href="https://gerrit.asterisk.org/10048">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">app_queue: Fix Attended transfer hangup with removing pending member.<br><br>This issue related to setting of holdtime, announcements, member delays.<br>It works well if we set the member delays to "0" and no announcements<br>and no holdtime.This issue will happen if we set member delays to "1",<br>"2"... or announcements or holdtime and hangs up the call during<br>processing it.<br><br>And here is the reason:<br>(At the step of answering a phone.)<br>It takes care any holdtime, announcements, member delays,<br>or other options after a call has been answered if it exists.<br><br>Normally, After the call has been aswered,<br>and we wait for the processing one of the cases of the member delays<br>or hold time or announcements finished, "if (ast_check_hangup(peer))"<br>will be not executed, then queue will be updated at update_queue().<br>Here, pending member will be removed.<br><br>However, after the call has been aswered,<br>if we hangs up the call during one of the cases of the member delays<br>or hold time or announcements, "if (ast_check_hangup(peer))"<br>will be executed.<br>outgoing = NULL and at hangupcalls, pending members will not be removed.<br><br>* This fixed patch will remove the pending member from container<br>* before hanging up the call with outgoing is NULL.<br><br>ASTERISK-27920<br><br>Reported by: Cao Minh Hiep<br>Tested by: Cao Minh Hiep<br><br>Change-Id: Ib780fbf48ace9d2d8eaa1270b9d530a4fc14c855<br>---<br>M apps/app_queue.c<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/48/10048/2</pre><p>To view, visit <a href="https://gerrit.asterisk.org/10048">change 10048</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/10048"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: Ib780fbf48ace9d2d8eaa1270b9d530a4fc14c855 </div>
<div style="display:none"> Gerrit-Change-Number: 10048 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Cao Minh Hiep <chiep@infinitalk.co.jp> </div>
<div style="display:none"> Gerrit-Reviewer: Jaco Kroon <jaco@uls.co.za> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>