<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 05/16/2013 09:41 AM, Olle E.
Johansson wrote:<br>
</div>
<blockquote
cite="mid:E614DD07-C772-475B-A535-FD6B92EC8514@edvina.net"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<br>
<div>
<div>16 maj 2013 kl. 16:31 skrev "rmudgett" <<a
moz-do-not-send="true"
href="mailto:reviewboard@asterisk.org">reviewboard@asterisk.org</a>>:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div>
<div style="font-family: Verdana, Arial, Helvetica,
Sans-Serif;">
<table style="border: 1px #c9c399 solid;" width="100%"
bgcolor="#f9f3c9" cellpadding="8">
<tbody>
<tr>
<td> This is an automatically generated e-mail. To
reply, visit: <a moz-do-not-send="true"
href="https://reviewboard.asterisk.org/r/2511/">https://reviewboard.asterisk.org/r/2511/</a>
</td>
</tr>
</tbody>
</table>
<br>
<div>
<table style="border: 1px solid #C0C0C0;
border-collapse: collapse; margin: 2px padding: 2px;"
width="100%" bgcolor="white" border="0">
<thead> <tr>
<th colspan="4" style="border-bottom: 1px solid
#C0C0C0; font-size: 9pt; padding: 4px 8px;
text-align: left;" bgcolor="#F0F0F0"> <a
moz-do-not-send="true"
href="https://reviewboard.asterisk.org/r/2511/diff/2-3/?file=37839#file37839line4933"
style="font-weight: bold; text-decoration:
underline; ">/team/group/bridge_construction/main/bridging.c</a>
<span style="font-weight: normal;"> (Diff
revisions 2 - 3) </span> </th>
</tr>
</thead> <tbody style="background-color: #e4d9cb;
padding: 4px 8px; text-align: center;">
<tr>
<td colspan="4">
<pre style="font-size: 8pt; line-height: 140%; margin: 0; ">static enum ast_transfer_result blind_transfer_bridge(struct ast_channel *transferer,</pre>
</td>
</tr>
</tbody> <tbody>
<tr>
<th style="border-right: 1px solid #C0C0C0;"
align="right" bgcolor="#e9eaa8"><font size="2">4887</font></th>
<td width="50%" bgcolor="#fdfebc">
<pre style="font-size: 8pt; line-height: 140%; margin: 0; "><span class="tb">        </span><span class="k">return</span> <span class="n">AST_BRIDGE_TRANSFER_INVALID</span><span class="p">;</span></pre>
</td>
<th style="border-left: 1px solid #C0C0C0;
border-right: 1px solid #C0C0C0;" align="right"
bgcolor="#e9eaa8"><font size="2">4909</font></th>
<td width="50%" bgcolor="#fdfebc">
<pre style="font-size: 8pt; line-height: 140%; margin: 0; "><span class="tb">        </span><span class="tb">        </span><span class="tb">        </span><span class="s">"BridgeAttendedTransfer"</span><span class="p">,</span> <span class="o">&</span><span class="n">cause</span><span class="p">);</span></pre>
</td>
</tr>
</tbody>
</table>
<pre style="margin-left: 2em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">For local channels, you should use the form:
_{phony-exten}@{phony-context}/m
_attended@transfer/m</pre>
</div>
</div>
</div>
</blockquote>
<br>
</div>
<div>Please do NOT add the use of "@" as a separator in any new
APIs. Thank you.</div>
<div><br>
</div>
<div>That will make it even harder to start trying to use
"user@domain" as an extension.</div>
<div><br>
</div>
<div>/O</div>
<br>
</blockquote>
<br>
<tt>In this case, that's not going to happen. "_attended@transfer/m"
is the name of a local channel destination. Local channel
destinations are always of the form exten@context.<br>
<br>
In this particular case, the call will never actually be sent to
"_attended@transfer" because the local channel is set to either
bridge or masquerade instead of actually going into the dialplan.<br>
</tt>
</body>
</html>