<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Kinda wrong there!<div><br></div><div>Gotta use CDATA because it has &lt; and &gt; in the data you're setting. &nbsp;And you'll wanna export it I suspect.</div><div><br></div><div>&lt;action application="export"&gt;&lt;![CDATA[sip_h_P-Asserted-Identity=&lt;<a href="sip:$">sip:$</a>{caller_id_number}@1.2.3.4&gt;]]&gt;&lt;/action&gt;</div><div><br></div><div>/b</div><div><br></div><div><br></div><div><br><div><div>On Jul 16, 2009, at 9:51 AM, David Knell wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi Dale,<br><br>You can set the header to anything you like by including something along<br>the lines of<br>&lt;action application="set" data="sip_h_P-Asserted-Identity=&lt;sip:<br><a href="mailto:${caller_id_number}@1.2.3.4">${caller_id_number}@1.2.3.4</a>&gt;" /&gt;<br>in your dialplan.<br><br>Cheers --<br></blockquote></div><br></div></body></html>