<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 < and > in the data you're setting. And you'll wanna export it I suspect.</div><div><br></div><div><action application="export"><![CDATA[sip_h_P-Asserted-Identity=<<a href="sip:$">sip:$</a>{caller_id_number}@1.2.3.4>]]></action></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><action application="set" data="sip_h_P-Asserted-Identity=<sip:<br><a href="mailto:${caller_id_number}@1.2.3.4">${caller_id_number}@1.2.3.4</a>>" /><br>in your dialplan.<br><br>Cheers --<br></blockquote></div><br></div></body></html>