<br><br><div class="gmail_quote">On Thu, Jun 11, 2009 at 2:17 PM, John Wehle <span dir="ltr">&lt;<a href="mailto:john@feith.com">john@feith.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">&gt; It appears from some limited testing that the original caller id is always<br>
&gt; shown when the call is transfered.  Is there some way to have the person<br>
&gt; making the transfer show up as the caller id?<br>
<br>
</div>To answer my own question it appears that the information is available<br>
in the sip_h_Referred-By variable.  E.g.:<br>
<br>
  &lt;extension name=&quot;system25_park&quot;&gt;<br>
     &lt;condition field=&quot;destination_number&quot; expression=&quot;^\*5$&quot; /&gt;<br>
     &lt;condition field=&quot;${sip_h_Referred-By}&quot; expression=&quot;^&lt;sip:([0-9]{4})@.*$&quot;&gt;<br>
<br>
allows the station id making the transfer to be known when a call is<br>
transfered to *5.  The station id can then be used to park the call in<br>
the proper fifo.</blockquote><div><br>John,<br><br>Would you be willing to add this wonderful knowledge to the wiki? :) Let me know if you have any questions about where/how to add it and we&#39;ll come up with something.<br>
-MC<br></div></div><br>