I've been trying to get the polycom 550 phones to show a idle display bitmap but have not been successful. Anybody have any experience with this? The manual gives instructions (http://www.polycom.com/common/documents/support/setup_maintenance/products/voice/soundpoint_ip_soundstation_ip_administrators_guide_v2_2.pdf) but they do not seam to work. So far i've done the following in my sip.conf <bitmaps> <IP_500 ..... bitmap.IP_500.67.name="mylogo"/> </bitmaps> <indicators ind.idleDisplay.enabled="1" ind.idleDisplay.mode=""> <Animations> <IP_500> <IDLE_DISPLAY ind.anim.IP_500.29.frame.1.bitmap="mylogo" ind.anim.IP_500.29.frame.1.duration="0"/> </IP_500> </Animations> Anybody know where i'm going wrong, watched the ftp logs and i dont see the phone downloading the mylogo.bmp either. Nothing in the -app.log either about it. ~Shaun
You aren't including the file extension when referencing the graphic name, are you? If so, that would be the problem. You might also want to try loading the parameters to the fields for the 650 also. Just a couple of ideas. Bryan M. Johns Partner Shelton | Johns Office: 678.248.2637 FindMe: 678.229.1809 http://www.sheltonjohns.com ----- Original Message ----- From: "Shaun R." <mailinglists at unix-scripts.com> To: asterisk-users at lists.digium.com Sent: Tuesday, October 23, 2007 4:52:26 PM (GMT-0500) America/New_York Subject: [asterisk-users] Polycom Phone and bitmaps I've been trying to get the polycom 550 phones to show a idle display bitmap but have not been successful. Anybody have any experience with this? The manual gives instructions (http://www.polycom.com/common/documents/support/setup_maintenance/products/voice/soundpoint_ip_soundstation_ip_administrators_guide_v2_2.pdf) but they do not seam to work. So far i've done the following in my sip.conf <bitmaps> <IP_500 ..... bitmap.IP_500.67.name="mylogo"/> </bitmaps> <indicators ind.idleDisplay.enabled="1" ind.idleDisplay.mode=""> <Animations> <IP_500> <IDLE_DISPLAY ind.anim.IP_500.29.frame.1.bitmap="mylogo" ind.anim.IP_500.29.frame.1.duration="0"/> </IP_500> </Animations> Anybody know where i'm going wrong, watched the ftp logs and i dont see the phone downloading the mylogo.bmp either. Nothing in the -app.log either about it. ~Shaun _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071023/02cd913d/attachment.htm
Shaun R. wrote:> <IP_500> > <IDLE_DISPLAY ind.anim.IP_500.29.frame.1.bitmap="mylogo" > ind.anim.IP_500.29.frame.1.duration="0"/> > </IP_500> >Three things, 1). Make sure the logo is in the root ftp directory for that profile, I have a ftp user called polycom and I had to make sure that it was in a directory that the profile had access to. (i.e. /home/polycom) 2). The above config setting is for the IP500, if you have an entry for <IP_550>, I think you need to use that section. 3). Don't include the file extension. Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
Shaun wrote:>I've been trying to get the polycom 550 phones to show a idle display bitmap >but have not been successful. Anybody have any experience with this? The >manual gives instructions >(http://www.polycom.com/common/documents/support/setup_maintenance/products/voice/soundpoint_ip_soundstation_ip_administrators_guide_v2_2.pdf) >but they do not seam to work. So far i've done the following in my sip.confAlso beware that there is enough bitmap quota allocated to your machine. (See <quotas> in the admin guide) I believe the 550 phone provides 10KB of bitmap space. You should still see the bitmap served to the phone. The phone throws the image away if it is too big. - Doug