不要急于扔掉PolyCom

 如果您在拐角处的某个地方有一部Polycom电话,可悲的是-不要急于摆脱它!他仍然可以为您服务。至少选择它可能会很有趣。下文所述的所有产品均已在过时的Polycom SoundPoint IP 450型号上进行了测试(eBay上的BU售价为1,500卢布起),但也适用于大多数现代型号。它们都在相同的操作系统UC下运行

是的,这就是您所听到的完全正确的-即使是古老的办公电话也运行专有的操作系​​统。

因此,以下是您在家使用Polycom手机可以做的一些有用和有趣的事情:

  • 在电话屏幕上显示有用的信息并使用内部浏览器

  • SIP电话和Lync集成(Skype for Business)-适用于SIP型号

  • 与Google Chrome集成-通过Google Chrome浏览器扩展程序拨号

  • 手机用户界面自定义

  • 与LDAP和AD集成以及电话簿的使用

因此,一切按顺序进行。 

内置浏览器

大多数Polycom手机型号都配备了某种类型的屏幕,并且固件支持xhtml浏览器。浏览器有两种操作模式:空闲-空闲时显示内容,活动-使用电话时显示内容。

手机仅支持最基本的html标签以及一些用于控制导航的本机标签:

 

<html>

    <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head>

<body>

<softkey index="1" label="Back" action="SoftKey:Back" />

<softkey index="2" label="Weather" action="SoftKey:Fetch;http://raspberrypi:88" />

<softkey index="3" label="Refresh" action="SoftKey:Refresh" />

<a href="Tel://89264341830">Taxi</a>|

<a href="Tel://89652991881"></a>|

<a href="Tel://84965246699"></a>|

<br/>

<a href="Key:DoNotDisturb">DNDSettings</a>

</body>

</html>

HTML Javascript. c UI/UX . - Yandex Weather API .

, , .. raspberry PI , .

– ( IP 456) Settings/Microbrowser :

SIP

SIP – .

. , , SIP .

– - .

, . SIP . . , .

Utilities/Import-Export configuration Export.

!

.

  Microsoft Lync Skype For Business.

Chrome 

, . AD, – .

LDAP Google contacts provisioning, UX   .

Google chrome,   .

Polycom , , , POST : , « », , .. ..

Status :

 curl --digest -u Push:Push -d "<PolycomIPPhone><Data priority=\"All\">Key:Status</Data></PolycomIPPhone>" --header "Content-Type: application/x-com-polycom-spipx" -v http://192.168.0.226/push

1.:

curl --digest -u Push:Push -d "<PolycomIPPhone><Data priority=\"All\">tel:\\2222222;Line1 </Data></PolycomIPPhone>" --header "Content-Type: application/x-com-polycom-spipx" -v http://192.168.0.226/push

– – Digest JS, Post .

. Settings/Applications/Push All Allow Push Message . .

:

Google Chrome Extension Store.

UI

UI . ( ) web- - , .

feature.enhancedFeatureKeys.enabled="1"

feature.EFKLineKey.enabled="1"

:

softkey.1.action="http://192.168.0.228:88"

softkey.1.enable="1"

softkey.1.label=""

softkey.1.use.idle="1"

DoNotDesturb

softkey.1.action="Key:DoNotDisturb"

softkey.1.enable="1"

softkey.1.label="DnD"

softkey.1.use.idle="1"

从快速拨号列表中呼叫第一联系人

 

softkey.3.action="$S1$"

softkey.3.enable="1"

softkey.3.label=""

softkey.3.use.idle="1"

 

您可以在此处找到有关重新映射软件按钮的更多信息。

手机也支持所谓的。推送消息,当它会将选定事件的消息转储到指定地址时,但是我还没有在家中实际使用此功能。




All Articles