<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2015-04-30 17:45 GMT+02:00 Richard Mudgett <span dir="ltr"><<a href="mailto:rmudgett@digium.com" target="_blank">rmudgett@digium.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">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:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);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></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.<span class=""><font color="#888888"><br></font></span></div></div></div></div></blockquote><div><br></div><div>Simply adding a CONNECTEDLINE(num) statement made it !<br></div><div>Thank you very much for helping !<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><span class=""><font color="#888888"></font></span></div><span class=""><font color="#888888"><div><br></div><div>Richard<br></div></font></span></div><br></div></div>
<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div></div>