<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 30, 2015 at 4:50 AM, Olivier <span dir="ltr"><<a href="mailto:oza.4h07@gmail.com" target="_blank">oza.4h07@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hello,<br><br></div>I recently gave CONNECTEDLINE function a try on an Asterisk 11 setup with a couple of SIP phones.<br><br></div><div>When a SIP phone dials an other one, with a CONNECTEDLINE statement in its dialplan, I noticed that Asterisk update caller's information using a Remote-Party-ID header in 180 Ringing message.<br><br></div><div>For instance:<br></div><div>Alice ----------------> Asterisk ------------------->Bob<br></div><div>------- INVITE ------><br>          ...<br></div><div><-----180 Ringing--- (*)<br></div><div>(*) Ringing message includes  Remote-Party-ID header with which Asterisk can update dialed name or number.<br><br></div><div>Now, I'm trying to let Asterisk update dialed name or number when caller simply dials an Asterisk application such as VoiceMail ou Playback.<br><br></div><div>At the moment, I can't get what I'm looking for.<br><br></div><div>Specifically, I tried with:<br>        Set(CONNECTEDLINE(name)=Foo);<br>        Ringing();<br>        Playback(tt-monkeys);<br>        HangUp();<br><br></div><div>As you may guess, I want to have Foo displayed on caller's phone screen.<br></div><div><br></div><div>I can see that 180 Ringing message sent back by Asterisk following  Ringing() statement doesn't hold any Remote-Party-ID header.<br><br></div><div>What would you suggest ?<br></div></div></blockquote><div><br></div><div>You usually need to set a number to go with a name.  Depending upon the<br>channel driver protocol, a name with no number may not be enough to send<br>out on its own.<br></div><div><br></div><div>Richard<br></div></div><br></div></div>