To give one example, display updates are very useful in the application I&#39;m using.<br><br>I have operators using speed dials for dialing out to dialplan that does a fifo out; so I see what the speed dial is when I press it (e.g. Operator_Call); but then when the operator is connected to the actual caller, the display updates to the CID of the caller she&#39;s talking to - very useful.<br>
<br>Also, people using a SIP phone to call into a fifo see the number they dialed (the number that gets them into the fifo).  But when they&#39;re answered by an actual phone, their display updates to the number of the endpoint they&#39;re talking to.<br>
<br><br><br><div class="gmail_quote">On Thu, Apr 22, 2010 at 10:31 PM, Wellie Chao <span dir="ltr">&lt;<a href="mailto:wchao@yahoo.com">wchao@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
As I mentioned in my last email, the ignore_display_updates variable did<br>
the trick, but I am just curious: what is the purpose of the default<br>
behavior where the display changes to the callee name and number? I am<br>
guessing there must be some use case (in fact a fairly prevalent use case)<br>
where showing the callee is more desirable than showing the caller, but<br>
I&#39;m not aware of what that might be and am curious to find out what the<br>
use case(s) are. Changing the display to callee also seems to affect call<br>
logs on the Polycom, which makes the received call log kind of useless.<br>
<br>
<br>
Date: Thu, 22 Apr 2010 22:57:53 +0300<br>
From: Yehavi Bourvine &lt;<a href="mailto:yehavi.bourvine@gmail.com">yehavi.bourvine@gmail.com</a>&gt;<br>
Reply-To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
Subject: Re: [Freeswitch-users] Caller ID on inbound calls on Polycom<br>
<br>
Try adding the following line in your diaplan before the bridge command:<br>
 <br>
&lt;action application=&quot;set&quot; data=&quot;ignore_display_updates=true&quot;/&gt;<br>
(try true and false and see which one works better for you).<br>
 <br>
                           __Yehavi:<br>
2010/4/22 Wellie Chao &lt;<a href="mailto:wchao@yahoo.com">wchao@yahoo.com</a>&gt;<br>
      I recently updated my FreeSWITCH installation from 1.0.4 to 1.0.6 and now<br>
      I see a strange behavior with caller ID on Polycom phones when handling<br>
      inbound calls.<br>
<br>
      Here is the scenario:<br>
<br>
      * Call is from 212-555-2222 (external number not on my softswitch)<br>
<br>
      * Call is to 212-555-1001 (number on my softswitch, extension 1001)<br>
<br>
      * extension 1001 is a Polycom phone (it&#39;s an IP301, but same problem<br>
        occurs on other Polycom models such as the 501 and 601). SIP 3.1.4 and<br>
        SIP 3.1.6 both affected. SIP 3.2.3 doesn&#39;t run on the IP301/501/601.<br>
<br>
      * on phone 1001, the caller ID will display 212-555-2222 while ringing.<br>
        The moment I pick up, the display will change to &quot;From: 1001&quot; (referring<br>
        to the extension of the phone itself).<br>
<br>
      Has anyone else experienced this problem, and does anyone know how to fix<br>
      it? It does not occur with the snom 320 (and I assume it does not occur<br>
      with any of the snom models based on extrapolation).<br>
<br>
      While the problem only started when I updated from 1.0.4 to 1.0.6, it&#39;s<br>
      entirely possible it&#39;s a configuration setting on the Polycom rather than<br>
      a FreeSWITCH issue. I&#39;m not sure. Anyone have pointers about how to<br>
      resolve the problem (or even how to go about investigating the root<br>
      cause)?<br>
<br>
      _______________________________________________<br>
      FreeSWITCH-users mailing list<br>
      <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
      <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
      UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
      <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>