<div dir="ltr"><br><div class="gmail_quote">2008/10/3 Olivier <span dir="ltr">&lt;<a href="mailto:oza-4h07@myamail.com">oza-4h07@myamail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr">Hi,<br><br>When dialing a number, I use :<br>exten =&gt; _123X, 1, Dial (SIP/${EXTEN})<br><br>Then, I get TRYING and RINGING SIP messages which both include this kind of line :<br>To: &lt;sip <a href="mailto:1234@192.168.1.1" target="_blank">1234@192.168.1.1</a>;user=phone&gt;<br>

<br>Is it possible, configuring Asterisk 1.4, to get something like this instead ?<br>To: &quot;John Doe&quot; &lt;sip <a href="mailto:1234@192.168.1.1" target="_blank">1234@192.168.1.1</a>;user=phone&gt;<br><br>This way, I&#39;m hoping to display callee&#39;s name beside (or instead of) callee&#39;s number which would offer a double check for caller which might be confusing extensions, for instance.<br>

<br><br>I tried this :<br>exten =&gt; _123X, 1, SIPAddHeader(To: Doe  \&lt;sip <a href="mailto:1234@192.168.1.1" target="_blank">1234@192.168.1.1</a>\;user=phone\&gt;)<br><br>but I still got :<br>To: &lt;sip <a href="mailto:1234@192.168.1.1" target="_blank">1234@192.168.1.1</a>;user=phone&gt;</div>
</blockquote><div>I must add I also tried without success :<br>
exten =&gt; _123X, 1, Set(SIALPEERNAME=Doe)<br>
<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr"><br>
<br>Regards<br></div>
</blockquote></div><br></div>