<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><br></div><div>Regards<br></div><div><br></div></div>