Poly Trio 8800/8500 supported Hybrid Registration since UC Software 5.5.2 and compatible VVX Phones added this feature parity with UC Software 5.8.0
The Hybrid Registration feature includes the following limitations:
When a VVX or Trio phone is in Skype for Business >base profile< usually as a factory default only 1 line can be used.
Adding the following configuration:
reg.limit="3"
Will allow up to 3 registrations (VVX201 can only support 2).
The first line must always be Skype for Business and Line 2 or Line 3 can be openSIP or for Poly Trio Zoom and/or BlueJeans.
The 2nd or 3rd line cannot be another Skype for Business account.
If the Trio is in generic mode then up to 3 Lines can be used for SIP.
More general Information on SIP registration can be found => here <=
VVX:
Trio:
NOTE:The below assumes the Trio is already configured with two lines and simply illustrates what configuration would be required in order to automatically route the calls to the correct Line.
Example 1:
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <!--Description: Sends all dialed digits to Opensip on line 2 while allowing Skype meetings and URL dialing on line 1--> <!--Example is for 2 Lines--> <PHONE_CONFIG> <ALL dialplan.1.digitmap.timeOut="8" dialplan.1.lyncDigitmap.timeOut="10" dialplan.2.digitmap="x.T" dialplan.2.digitmap.timeOut="4" reg.1.mergeServerDigitMapLocally="1" reg.limit="2" dialplan.digitmap.lineSwitching.enable="1" /> </PHONE_CONFIG>
Example 2:
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <!--Description: Sends all dialed digits to Opensip on line 2-->
<!--while allowing 11 digit numbers starting with 02 or 07 on line 1--> <!--Example is for 2 Lines--> <PHONE_CONFIG> <ALL dialplan.1.digitmap.timeOut="8" dialplan.1.lyncDigitmap.timeOut="10" dialplan.1.digitmap="0[27]xxxxxxxxx" dialplan.2.digitmap="123|456" dialplan.2.digitmap.timeOut="4" reg.1.mergeServerDigitMapLocally="1" reg.2.video.enabled="0" reg.limit="2" dialplan.digitmap.lineSwitching.enable="1" /> </PHONE_CONFIG>
Example 3:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <CONFIG> <test reg.limit="3" reg.1.address="3011" reg.1.auth.password="3011" reg.1.auth.userId="3011" reg.1.label="3011" reg.1.server.1.address="asterisk16.t2voice.tech-support.lab" reg.2.address="3030" reg.2.auth.password="3030" reg.2.auth.userId="3030" reg.2.label="3030" reg.2.server.1.address="server.sbaierhome.lab" reg.3.address="3333" reg.3.auth.password="3333" reg.3.auth.userId="3333" reg.3.label="3333" reg.3.server.1.address="3cx.sbaierhome.lab"
device.set="1"
device.logincred.password="Your Password"
device.logincred.password.set="1"
device.logincred.user="Your Username"
device.logincred.user.set="1"
exchange.server.url="https://server/EWS/Exchange.asmx"
feature.EWSAutodiscover.enabled="0"
feature.exchangeCalendar.enabled="1" /> </CONFIG>
More details regarding the digitmap can be found => here <=
Removal of the New Call Softkey:
When using a Hybrid registration the factory default would be to display the New Call Softkey which automatically uses Line 1 aka Skype for Business.
A user may follow above instructions to enable the relevant digitmap to either send all calls to their respective designations (Example 1) or based on the number dialled (Example 2) but may still want to remove the New Call Softkey.
<test feature.enhancedFeatureKeys.enabled="1" softkey.feature.directories="0" softkey.feature.newcall="0" efk.softkey.alignleft="1" />
This will result in this:
If official support is required please check how to phone or open a case here
----------------Customize Trio In-Call Screen Drawer Icons
Trio UC Software 5.9.0 or later
Automatically displays the Trio’s dialplad for those call platforms that require you to enter a bridge number as soon as you join the service. Saves the end-users from having to find and press on the numeric keypad.
This can be used on a global or per line basis
Dial Zoom
Presented with Dialpad
This enables, for example, the Dial Pad to appear once a call is connected using a certain Line on a Poly Trio
up.callStateView
or
reg.x.callStateView
Automatically sets the Skype conference view to drawer for those customers that want access to the in-call options rather than the roster list.
Gallery View (Default)
Drawer view (New Option)
up.callStateView.conference
or
reg.x.callStateView.conference
Simply download the attached example configuration and import via the Web Interface:
If official support is required please check how to phone or open a case here
----------------