<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">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">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">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">1234@192.168.1.1</a>;user=phone&gt;<br>
<br>Regards<br></div>