Displaying 3 results from an estimated 3 matches for "idledisplay".
2005 Mar 02
2
Polycom Soundpoint 500/600 MiniBrowser
I'm trying to develop a company phone list accessible via the
minibrowser feature on the phone.
The pertinent section of ipmid.cfg is as follows:
<microbrowser mb.proxy="">
<idleDisplay
mb.idleDisplay.home="http://server/polycom/index.html"
mb.idleDisplay.refresh="300"/>
<main mb.main.home="http://server/polycom/index.html"/>
<limits mb.limits.nodes="" mb.limits.cache=""/>
</microbrowser>
I can...
2005 Mar 09
3
Polycom IP 500 bitmaps and Idle Display Animation
Has anyone got this to work? Under Idle Display Animation, the
administrators guide says "For example, a company logo could be
displayed"..
In the ipmid.cfg file, I enabled 'ind.idleDisplay.enabled' (ie changed
it to 1), and under the IP 500 section, I added an entry for the bitmap
that I want to display: bitmap.IP_500.66.name ="arf" but from there I'm
not sure where to go...what do you change to tell the phone to actually
use that bitmap on the main screen during id...
2007 Oct 23
3
Polycom Phone and bitmaps
...ort/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...