<br><br><div class="gmail_quote">On Thu, Jun 11, 2009 at 2:17 PM, John Wehle <span dir="ltr"><<a href="mailto:john@feith.com">john@feith.com</a>></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">> It appears from some limited testing that the original caller id is always<br>
> shown when the call is transfered. Is there some way to have the person<br>
> 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>
<extension name="system25_park"><br>
<condition field="destination_number" expression="^\*5$" /><br>
<condition field="${sip_h_Referred-By}" expression="^<sip:([0-9]{4})@.*$"><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'll come up with something.<br>
-MC<br></div></div><br>