Hello all,
we are proud to announce our latest Trio UC Software 5.9.0AA release => here <=.
NOTE: This post is work in progress and will be updated!
What’s In this Release:
What is “Sandbox” In this release?
NOTE: Sandbox is experimental and not officially supported by Poly support and may be withdrawn in future versions!
Native support for Microsoft Teams for Trio
NOTE: Teams Phone Client is AUDIO ONLY !
Requires the Microsoft SKU (or the Microsoft Entitlement license) just like Skype Base Profile as explained => here <=
Outlook Contact Photo Integration
Provides contact photos for either audio or video enabled Trio. Contact photos are enabled automatically and are available in the following screens:
Skype Line Key
Contact Search
Call History
Contact Card
Inbound call screen In-call screen
Far End
TV Video Mute
Calendar on idle screen
Allows administrators to set the end-user preference default idle screen to exchange calendar for one-touch join. This is similar to the default behaviors for conference shared mode for teams
up.idleRestingState="calendar”
up.idleRestingState="menu”
up.idleRestingState="dialpad”
Example Config:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <PHONE_CONFIG> <ALL up.idleRestingState="calendar” up.idleTimeout=”15” /> </PHONE_CONFIG>
Remote Skype web sign-in
Allows customers that rely on Skype web sign-in to a Trio remotely. In previous versions, Skype web sign-in was triggered on the Trio interface so customers would need to be in front of the Trio to Skype web sign-in.
In 5.9, we allow administrators to log into the Trio’s web utility to obtain the web sign-in pairing code.
There is also a new REST API that will also generate the web sign-in pairing code for future integration to management systems like PDMS and RPRM.
Alexa For Business
Solution Component Requirements:
Product / Application |
Requirements |
Amazon Web Services / Alexa for Business |
Full access rights to A4B (all functions in A4B service) in the USA (Current Limitation) |
Polycom® Cloud Service Portal |
Access rights to PCS (enable A4B) |
Polycom® Device Management Service for Enterprise |
Access rights to PDMS-E (Add Devices) |
Polycom® Trio 8800 or 8500 |
Admin rights on Trio and/or Provisioning Server |
Supported Calendaring Integrations |
Calendar Microsoft O365 / Calendar Microsoft Exchange / Calendar Google G-Suite* |
Calendaring Service Requirements
Product / Application |
Requirements |
Calendar Microsoft O365 |
Service account with read/write permissions for room calendars or Global Administrator user to link Office 365 to Alexa for Business |
Calendar Microsoft Exchange |
Administrator account within your Microsoft Exchange Server Exchange Web Services (EWS) endpoint with a valid certificate (CA) Basic authentication enabled on Exchange Web Servers (EWS) |
Calendar Google G-Suite |
G-Suite Super administrator account Enabled API access in the Google Admin console |
Supported Trio Base Profiles
Generic and Skype for Business are the only modes supported with this release
Microsoft USB Optimized is not supported
This is the mode utilized with Surface Hub and Teams Room System Deployments
Microsoft Teams (launching on Trio with this release) is not supported
Zoom Rooms is currently not supported
Sample Alexa Meeting Control Utterances
Utterance |
Control feature |
“Alexa, answer call” |
Answer the incoming call |
“Alexa, call 206-257-8522” |
Calling numbers |
“Alexa, call James May” |
Call a contact defined in the customer's AWS account associated Address Book |
“Alexa, join my meeting” |
Join a scheduled or ad hoc meeting that is in a calendar that is linked to the AWS Room |
“Alexa, hang-up” “Alexa, end the call” “Alexa, cancel the call” |
End the call |
“Alexa, press *7” |
Send DTMF commands during an active call |
“Alexa, is this room available for 30 minutes?” |
Check room availability |
“Alexa, book this room for an hour” |
Book room |
“Alexa, extend the meeting by 15 minutes” |
Extend room booking |
“Alexa, decline the call” |
Reject an incoming call |
“Alexa, raise the volume" "Alexa, lower the volume" |
Raise the volume of the call Lower the volume of the call Sets the volume to 5 (50%) |
Poly Cloud Services
Amazon Cloud Services
https://aws.amazon.com/alexaforbusiness/
Alexa for Business setup correctly
Alexa for Business listening
Hide TV avatar when in an audio-only call
Since Trio UC Software 5.9.0 a new configuration parameter allows customers that hate the grey avatar from showing up on the TV UI when its an audio-only call. Less user confusion and peace of mind that it is only audio only call
<test video.callMode.default="audio" />
The above configuration starts a call always as Audio call and enables the user to chose to add Video.
Usually, this would present the Avatar during the call:
To show grey avatar on TV, set value to 1 (default)
With the new configuration, it shows the Idle Screen instead
Sample Configuration:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <PHONE_CONFIG> <ALL video.conf.displayLayout.avatars.audioCalls="0" /> </PHONE_CONFIG>