Poly IP Phone Platform Compatibility:
In general Poly IP Phones have been interoperability tested with several of our Partners => here <=
Poly cannot provide support for any Platforms that have not been tested but this does not exclude basic call features.
Simple SIP Setup Example:
A simple SIP registration only needs the following settings:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- Application SIP Mink 4.0.0.26884 09-Sep-11 12:32 --> <!-- Created 19-09-2011 10:50 --> <CONFIG> <OVERRIDES 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" /> </CONFIG>
These are on a per Phone basis and each registration / phone would need an individual file and could be loaded within the 00000000000.cfg via the substitution method.
A simple Excel Macro XML file for mass deploying Poly phones can be found => here <=
These settings can also be made via the Web Interface or the phone GUI.
Example pre UCS 4.0.0 (UCS 3.3.x or SIP 3.2.x or earlier)
Example UCS 4.0.x
Example UCS 4.1.x or later
Example via the Phone GUI
Menu Key => Settings => Advanced => Password 456 => Admin Settings => Line Configuration
Menu Key => Settings => Advanced => Password 456 => Admin Settings => Line Configuration => Server 1
Menu Key => Settings => Advanced => Password 456 => Admin Settings => Line Configuration => Authentication
Additional Lines:
The same way the Line 1 was added additional Lines or SIP providers with their Individual lines can be added:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <CONFIG> <OVERRIDES 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" /> </CONFIG>
Cisco Call Manager example:
More details on Cisco CUCM => here <=
If official support is required please check how to phone or open a case here
----------------Traditionally ObiHai Phones or Poly Phones running ObiEdition software instead of UC Software are usually automatically provisioned via the ObiTalk / PDMS-SP platform.
Option 1 manually registering a SIP Provider:
Registering an Obi Edition Phone to a SIP server:
Option 2 using a file to registering a SIP Provider:
Either using option 66 as shown >here< can be used to partially or via the Web interface System Management > Device Update > Restore Configuration can be used to completely set up an ObiHai software running phone.
<Object>
<Name>UserPref.</Name>
<ParameterValueStruct>
<Name>Language</Name>
<Value X_UseDefault="Yes"/>
into <Name>UserPref.</Name>
<ParameterValueStruct>
<Name>Language</Name>
<Value>English-UK</Value>
<ParameterValueStruct>
<Name>TimeFormat</Name>
<Value>13:35</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>DateFormat</Name>
<Value>31/1/2014</Value>
</ParameterValueStruct>
The TimeFormat and DateFormat is in European format
<Name>VoiceService.1.VoiceProfile.1.Line.1.SIP.</Name>
<ParameterValueStruct>
<Name>AuthUserName</Name>
<Value>3009</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>AuthPassword</Name>
<Value>3009</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>DTLSPeerCertAltName</Name>
<Value X_UseDefault="Yes"/>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>URI</Name>
<Value>3009</Value>
</ParameterValueStruct>
<Name>VoiceService.1.VoiceProfile.1.SIP.</Name>
<ParameterValueStruct>
<Name>ProxyServer</Name>
<Value>10.252.122.122</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>ProxyServerPort</Name>
<Value>5060</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>ProxyServerTransport</Name>
<Value>UDP</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>RegistrarServer</Name>
<Value>10.252.122.122</Value>
</ParameterValueStruct>
<Name>VoiceService.1.Phone.LeftLineKey.1.</Name>
<ParameterValueStruct>
<Name>Function</Name>
<Value>Call Appearance</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>Service</Name>
<Value>SP1</Value>
</ParameterValueStruct>
<?xml version="1.0" encoding="UTF-8"?>
<!-- OBi Configuration File (11:25:20 04/24/2020, Friday)-->
<ParameterList>
<Object>
<Name>VoiceService.1.VoiceProfile.1.Line.2.SIP.</Name>
<ParameterValueStruct>
<Name>AuthUserName</Name>
<Value>3008</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>AuthPassword</Name>
<Value>3008</Value>
</ParameterValueStruct>
</Object>
<Object>
<Name>VoiceService.1.Phone.LeftLineKey.2.</Name>
<ParameterValueStruct>
<Name>Function</Name>
<Value>Call Appearance</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>Service</Name>
<Value>SP2</Value>
</ParameterValueStruct>
</Object>
</ParameterList>
<?xml version="1.0" encoding="UTF-8"?>
<!-- OBi Configuration File (11:25:20 04/24/2020, Friday)-->
<ParameterList>
<Object>
<Name>VoiceService.1.VoiceProfile.2.SIP.</Name>
<ParameterValueStruct>
<Name>ProxyServer</Name>
<Value>10.252.122.122</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>ProxyServerPort</Name>
<Value>5060</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>ProxyServerTransport</Name>
<Value>TCP</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>RegistrarServer</Name>
<Value>10.252.122.122</Value>
</ParameterValueStruct>
</Object>
<Object>
<Name>VoiceService.1.VoiceProfile.1.Line.2.</Name>
<ParameterValueStruct>
<Name>X_ServProvProfile</Name>
<Value>B</Value>
</ParameterValueStruct>
</Object>
<Object>
<Name>VoiceService.1.VoiceProfile.1.Line.2.SIP.</Name>
<ParameterValueStruct>
<Name>AuthUserName</Name>
<Value>3907</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>AuthPassword</Name>
<Value>3907</Value>
</ParameterValueStruct>
</Object>
<Object>
<Name>VoiceService.1.Phone.LeftLineKey.2.</Name>
<ParameterValueStruct>
<Name>Function</Name>
<Value>Call Appearance</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>Service</Name>
<Value>SP2</Value>
</ParameterValueStruct>
</Object>
</ParameterList>
Poly VVX D230 specific Tips:
In order to find the IP either:
Assign incoming calls to a DECT Handset to ring on:
Setting up which line is available on which Handset for outbound calls:
Rove B2 or B4 Line mapping
Use the Service Provider / Voice Services section to manually assign the SIP accounts (or use the configuration way explained above)
DECT Wireless > Handset Summary > Extension Mapping
If official support is required please check how to phone or open a case here
----------------