<div dir="ltr">Hi,<br><br>When dialing a number, I use :<br>exten => _123X, 1, Dial (SIP/${EXTEN})<br><br>Then, I get TRYING and RINGING SIP messages which both include this kind of line :<br>To: <sip <a href="mailto:1234@192.168.1.1">1234@192.168.1.1</a>;user=phone><br>
<br>Is it possible, configuring Asterisk 1.4, to get something like this instead ?<br>To: "John Doe" <sip <a href="mailto:1234@192.168.1.1">1234@192.168.1.1</a>;user=phone><br><br>This way, I'm hoping to display callee's name beside (or instead of) callee'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 => _123X, 1, SIPAddHeader(To: Doe \<sip <a href="mailto:1234@192.168.1.1">1234@192.168.1.1</a>\;user=phone\>)<br><br>but I still got :<br>To: <sip <a href="mailto:1234@192.168.1.1">1234@192.168.1.1</a>;user=phone><br>
<br>Regards<br></div>