<p>Niklas Larsson has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7392">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bridge_basic: Display failed target<br><br>When failing to acquire target during attended transfer, display wanted<br>extension and context<br><br>ASTERISK-27449 #close<br><br>Change-Id: Idac66b7628c99379cc9269158377fd87dc97a880<br>---<br>M main/bridge_basic.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/92/7392/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/main/bridge_basic.c b/main/bridge_basic.c<br>index ef6d47c..fdb885d 100644<br>--- a/main/bridge_basic.c<br>+++ b/main/bridge_basic.c<br>@@ -3349,7 +3349,7 @@<br> <br>    /* Grab the extension to transfer to */<br>       if (grab_transfer(bridge_channel->chan, exten, sizeof(exten), props->context)) {<br>-               ast_log(LOG_WARNING, "Unable to acquire target extension for attended transfer.\n");<br>+               ast_log(LOG_WARNING, "Unable to acquire target extension for attended transfer: '%s@%s'\n", exten, props->context);<br>              ast_bridge_channel_write_unhold(bridge_channel);<br>              attended_transfer_properties_shutdown(props);<br>                 return 0;<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7392">change 7392</a>. To unsubscribe, 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/7392"/><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: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Idac66b7628c99379cc9269158377fd87dc97a880 </div>
<div style="display:none"> Gerrit-Change-Number: 7392 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Niklas Larsson <niklas@tese.se> </div>