Polycom - Common Overrides

This article is not a comprehensive guide on all available overrides.

To learn more about Polycom overrides, please see the documentation, available here.

To learn more about programming softkeys and enhanced feature keys, please consult the Polycom technical bulletin here.

 

Change Admin Password

The below will let you set what the admin password for the phone is, this is used to made advanced changes or log into the phone's web GUI.

WARNING - If changing the admin password as well as leaving the Web Interface enabled, ensure to use a strong password. Weak admin password's can put you at risk of toll fraud.

device.auth.localAdminPassword="<new password>" 
device.auth.localAdminPassword.set="1"

Block SIP Scanners

The code below can be used to ensure that Polycom phones will only receive calls from the same server that they are registered to.

voIpProt.SIP.requestValidation.1.method="source"  
voIpProt.SIP.requestValidation.1.request="INVITE"

Enable/Disable Web UI

To Enable or Disable the device's web UI. This is enabled by default.

httpd.enabled="1"

Enable/Disable Video (for VVX 500/600)

To Enable or Disable the device's video capabilities. Video is enabled by default.

video.enable="0"

Pagination (VVXs 250, 301, 311, 350, 401, 411, 450, 501, 601)

0=Disabled, 1=Enabled (Default

up.Pagination.enabled="0"

Disable the PC Port (disallow users from connecting devices to the phone's extra ethernet port)

To Disable the device's PC Port.

device.net.etherModePC.set="1" 
device.net.etherModePC="disabled"

Force Reboot on Resync

By default polycoms will not reboot when initiating a resync, set the below to force reboot on resync.

voIpProt.SIP.specialEvent.checkSync.alwaysReboot="1"

Line Key Label

By default, each line appearance on the phone will display the User's extension number as configured in the PBX Manager Portal. You can replace this with any text (such as a name) by using the following overrides:

reg.1.label="Jim R" 
reg.2.label="Kelly P"

NOTE -  This will only work for lines which are registered.

Linekey Label for Line Appearance

For labeling a shared line appearance you will need to use these overrides, as Polycom will not change the labels if you’re using one registration.

up.cfgUniqueLineLabel="1"
reg.1.line.1.label="Line 1"
reg.1.line.2.label="Line 2"
reg.1.line.3.label="Line 3"
reg.1.line.4.label="Line 4"
reg.1.line.5.label="Line 5"

Enable Stutter Dialtone for Voicemail

By default, the stutter dial tone is disabled because Polycom phones have visual voicemail indicators. To enable the stutter dial tone for voicemail, use this override.

se.stutterOnVoiceMail="1"

Directed Call Pickup

Directed call pickup enables users to pick up incoming calls to another phone by dialing the extension of that phone (this is configured by default).

call.directedCallPickupString="07" 

Set Static DNS

Default DNS values are 1.1.1.1 for the primary and 8.8.8.8 for the secondary, change this with the below.

device.dns.serverAddress="1.1.1.1"
device.dns.altSrvAddress="8.8.8.8"

Call Pickup Softkey - Extension

Use these overrides to create a Call Pickup softkey that will prompt the user to enter the extension number of any other phone that is ringing. Once the extension is entered, the call session to the other ringing extension will be connected to the User's device. This softkey uses the 07 code function.

softkey.2.label="Pickup" 
softkey.2.action="07$P1N5$$Tinvite$"
softkey.2.enable="1"
softkey.2.use.idle="1"
softkey.2.use.alerting="0"
softkey.2.use.dialtone="1"
softkey.2.use.hold="1"
efk.efkprompt.1.status="1"
efk.efkprompt.1.label="Pickup Extension"
efk.efkprompt.1.userfeedback="visible"
efk.efkprompt.1.type="numeric"

Call Pickup Softkey - Domain

Use these overrides to create a Call Pickup softkey that will automatically answer any other extension that is ringing within the same domain. This softkey uses the *88 star code function.

efk.efklist.1.mname="pudir" 
efk.efklist.1.status="1"
efk.efklist.1.label="pudir"
efk.efklist.1.use.idle="1"
efk.efklist.1.use.active="1"
efk.efklist.1.use.dialtone="1"
efk.efklist.1.use.proceeding="1"
efk.efklist.1.use.setup="1"
efk.efklist.1.action.string="*88"
softkey.1.label="PckUp"
softkey.1.action="!pudir"
softkey.1.enable="1"
softkey.1.use.idle="1"
softkey.1.use.dialtone="1"
softkey.1.use.hold="1"

Intercom Softkey

Use these overrides to create an Intercom softkey that will prompt the user to enter an extension number, and then connect to that extension using the *15 intercom function.

softkey.2.label="Intercom" 
softkey.2.action="*15$P1N5$$Tinvite$"
softkey.2.enable="1"
softkey.2.use.idle="1"
softkey.2.use.alerting="0"
softkey.2.use.dialtone="1"
softkey.2.use.hold="1"
efk.efkprompt.1.status="1"
efk.efkprompt.1.label="Intercom Extension"
efk.efkprompt.1.userfeedback="visible"
efk.efkprompt.1.type="numeric"

In this example, as shown in the screen captures from a Polycom VVX 400 below, when the "Intercom" softkey is selected, the user will see a prompt with the label "Intercom Extension". This prompt will collect numeric input from the user. The softkey action is "*50$P1N5$$Tinvite$" which means collect up to 5 digits, then initiate a call with the result using a prefix of "*50" (which is the star code for Intercom),.

Intercom Softkey without Call Path

Polycom firmware UC 5.2.0 added new Functionality which enables the Intercom functionality without requiring the support of the switch. This means that the Intercom call will exist only on the LAN, and no Internet bandwidth will be consumed.

feature.enhancedFeatureKeys.enabled="1" 
softkey.1.precede="1"
softkey.1.label="IC-Bob"
softkey.1.use.idle="1"
softkey.1.enable="1"
softkey.1.action="1002$Tintercom$"

Using the above example will add a new Softkey before any other softkey called IC-Bob and dial Extension 1002 Using the $Tintercom$functionality.

Multicast Paging

The following override will create two page groups; page group 1 is "All Page" and page group 2 is "Sales". Devices that include these override settings will be able to send a page to these two groups.

ptt.pageMode.enable="1" 
ptt.pageMode.group.1.label="All Page"
ptt.pageMode.group.2.label="Sales"
feature.nonVolatileRingerVolume.enabled="1"
np.normal.ringing.toneVolume.chassis="1000"
np.normal.alert.messageWaiting.tonePattern="silent"

In order to receive pages, individual devices must 'subscribe' to one or more page groups. The following override will allow devices to subscribe to the Sales group (group 2).

ptt.pageMode.group.2.subscribed="1"

The following override will allow devices to subscribe to both the Page All group (group 1) and the Sales group (group 2).

ptt.pageMode.group.1.subscribed="1" 
ptt.pageMode.group.2.subscribed="1"

Call Offering Timeout

call.offeringTimeout ="XX" 

The device rejects the call after XX seconds. You can change the time by replacing the existing setup time (e.g. if you set to 20 then the phone will reject the call after 20 seconds.). If you want the phone to reject the call based on the PBX settings then set the time to 0 (zero).

This override is helpful when there is a node or internet outage/reset while the phone is ringing. Setting this to 60 will forcibly timeout the call offer on the device level. Please note that this will not terminate the call on the PBX level and will continue to show as active until it reaches the PBX's timeout. 

Add a Custom Ringtone

You can add custom ringtones to Polycom phones, they must be under 600kb. This is done by adding the ringtone as a Sound Effect files (SAF, stands for sampled audio file) . Ringtone 1-14 are the default Polycom Ringtones, 15-24 are used for custom ringtones.

NOTE - Tones must be in standard telephony format, 8kHz Mono 16-bit .wav file.

saf.1="http://yourdomain.com/frm/LoudRing1.wav"
np.normal.ringing.calls.tonePattern="ringer15"

In the preceding example, SAF 1 is uploaded to a file server and called upon using ringer15. SAF 2 would be ringer 16, SAF 3 would be ringer 17 and so on. You can replace the URL with your own ringtone file.

np.normal.ringing.calls.tonepattern sets the default ringtone except where a ringtone is defined on a given line or by distinctive ringing.

Lines Per Key

By default, extensions are configured with a single line appearance on the device. You can change the number of line appearances per extension with the following override.

reg.x.LineKeys="n"

(where x is the line number, n is the number of line keys to display)

The image below shows the screen capture of a VVX 400 with a single registration for extension 1002 and the override reg.1.LineKeys="3"

Every Day Examples

CALL PARKING EXAMPLE

attendant.resourceList.1.address="721"
attendant.resourceList.1.label="Park 1"
attendant.resourceList.1.type="automata"

BLF EXAMPLE 

attendant.resourceList.2.address="101"
attendant.resourceList.2.label="Mark"
attendant.resourceList.2.type="automata"

SPEED DIAL EXAMPLE - Off Net Number 

attendant.resourceList.3.address="01772123456"
attendant.resourceList.3.label="Jenny Cell"
attendant.resourceList.3.type="automata"

SPEED DIAL EXAMPLE - Star Code 

attendant.resourceList.4.address="*62"
attendant.resourceList.4.label="Check VM"
attendant.resourceList.4.type="automata"

Calls Per Registration

By default, devices are configured to allow multiple calls per line appearance. You can change the number of calls allowed by the device for each registration with the following override. Note that this limit is applied at the device itself, and is not applied at the switch.

reg.x.callsPerLineKey="n" 

(where x is the line number, n is the number of calls allowed) 

Distinctive Ring

This example will cause any Polycom phone to use 'ringer5' whenever a call is received from a member of the 'Restaurant' department.

voIpProt.SIP.alertInfo.1.class="custom4" 
voIpProt.SIP.alertInfo.1.value="Restaurant"
se.rt.custom4.ringer="ringer5"

For a more detailed explanation of how to do distinctive ring: see here

Ring Volume

In a noisy work environment, end users sometimes complain that the Polycom ringer is not loud enough. The following overrides will increase the ring volume.

np.normal.ringing.calls.tonePattern="ringer15" 
feature.nonVolatileRingerVolume.enabled="1"
np.normal.ringing.toneVolume.chassis="1000"

For this feature to work, the Polycom device must be running firmware version 5.2 or higher.

Softkey to Join a Call to a Fixed Destination (phone based Conference)

This example will create a new Softkey called DCon and will only be displayed (position 1) while on an active call. Pressing this key will automatically dial 123 and await (wc) until the call is connected and then join the calls together. Note that this feature does not use the PBX conference bridge. It is joining two calls directly from your phone.

softkey.1.enable="1" 
softkey.1.use.active="1"
softkey.1.label="DCon"
softkey.1.insert="1"
softkey.1.action="$FConference$123$Tinvite$$Cwc$$FJoin$"

 

Redial Key

This override will place a Redial key into the softkey 7 location.

softkey.7.label="Redial" 
softkey.7.action="$FRedial$"
softkey.7.enable="1"
softkey.7.use.idle="1"
softkey.7.use.hold="1"
softkey.7.use.dialtone="1"

Background Image

It is possible to replace the idle screen on Polycom phones with the image of your choice, using the following override format:

bg.color.VVX300.selection="2,1" bg.color.bm.1.name="http://yourdomain.com/vvx300-background.png" 
bg.color.VVX400.selection="2,2" bg.color.bm.2.name="http://yourdomain.com/vvx400-background.png" 
bg.color.VVX500.selection="2,3" bg.color.bm.3.name="http://yourdomain.com/vvx500-background.png" 
bg.color.VVX600.selection="2,4" bg.color.bm.4.name="http://yourdomain.com/vvx600-background.png"
bg.color.VVX300.selection="2,1" 
bg.color.bm.1.name="http://yourdomain.com/vvx300-background.png"
bg.color.VVX400.selection="2,2"
bg.color.bm.2.name="http://yourdomain.com/vvx400-background.png"
bg.color.VVX500.selection="2,3"
bg.color.bm.3.name="http://yourdomain.com/vvx500-background.png"
bg.color.VVX600.selection="2,4"
bg.color.bm.4.name="http://yourdomain.com/vvx600-background.png"

Background Image Size & Hosting

Note that you must host the images on your own server, and the images must match the size of the device screen.

Phone Model Optimal background image size (in pixels)
SoundPoint IP 450 250 x 116
SoundPoint IP 550, 560, 650, and 670 320 x 160
SoundPoint IP 650 and 670 Expansion Modules 160 x 320
VVX 250 business IP phone 320 x 240
VVX 300 series business media phones 208 x 104 (Grayscale)
VVX 350 business IP phone 320 x 240
VVX 400 series business media phones  320 x 240
VVX 450 business IP phone 480 x 272
VVX 500 series business media phones  320 x 240
VVX 600 series business media phones 480 x 272
VVX 1500 business media phones  800 x 480
VVX Color Expansion Module 272 x 480
VVX EM50 expansion module 480 x 800
CX5500 480 x 272

 

The resulting image will appear similar to this (as seen on a Polycom VVX 500).

VLAN

Configure the VLAN settings on a Polycom phone with these overrides. Replace XX in the following examples with the desired VLAN number.

device.set="1" 
device.net.vlanId="XX"
device.net.vlanId.set="1"

Setting SIP as Primary of the Reverse Name Lookup

Typically when the Builder is enabled, it will push the directory for all contacts which may be overwriting the caller's name that appears if a match to an extension is found. To ensure that SIP is the primary source of the caller's name to appear then you may add the following override.

up.rnl.priority="SIP,local,Outlook,ABS"

Preferred Codec

By default, the Provisioning Server will configure devices to use the G.711 codec. In cases where bandwidth is constrained, it is sometimes useful to force devices to use a low bandwidth codec such as G.729 or iLBC.

The following overrides will allow you to specify ILBC as the primary codec priority with G711 as secondary (the lower number denotes a higher priority):

voice.codecPref.iLBC.13_33kbps="1" 
voice.codecPref.iLBC.15_2kbps="2"
voice.codecPref.G711Mu="3"
voice.audioProfile.iLBC.13_33kbps.payloadSize="30"
voice.audioProfile.iLBC.15_2kbps.payloadSize="20"
voice.audioProfile.iLBC.jitterBufferMin="40"
voice.audioProfile.iLBC.jitterBufferShrink="500"
voice.audioProfile.iLBC.jitterBufferMax="160"
voice.audioProfile.iLBC.payloadType="110"

NOTE - Many PSTN origination and termination providers support G.711 only. Therefore, even if you set a different codec as the higher priority, the phones may still fall back to using G.711.

Disable G722 Codec

The following overrides will disable phones from using the G722 codec:

voice.codecPref.G722="0" 
voice.codecPref.G7221.16kbps="0"
voice.codecPref.G7221.24kbps="0"
voice.codecPref.G7221.32kbps="0"
voice.codecPref.G7221_C.24kbps="0"
voice.codecPref.G7221_C.32kbps="0"
voice.codecPref.G7221_C.48kbps="0"

Set Call Waiting Tone

By default, call waiting tone is set to null which = beep. In order to disable the Call Waiting tone on a second call the following parameter needs to be changed:

call.callWaiting.ring="silent" or 
call.callWaiting.ring="ring" or
call.callWaiting.ring="beep"

Transfer on Conference Hang up

It's possible to transfer a local conference call to the remaining participants of a call, so they may continue even after the host drops out.
This feature is enabled by default. The override shown below will enable the feature, "0" is used to disable it.
call.transferOnConferenceEnd= "1" 

Create Transfer Softkey that Returns to the Idle Screen

The VVX300/310/400/410 have less space on their display to show softkeys and also lack the touchscreen disabilities of the VVX500/600.

It may be therefore of interest, whilst transferring a call, to return to the Phone Idle screen rather than having presented the last caller list.

The below example adds a new Softkey called Trans and automatically returns to the Idle screen (Lines). It also removes the standard Hold and Transfer soft keys.

softkey.1.enable="1"  
softkey.1.use.active="1"
softkey.1.label="Trans"
softkey.1.precede="1"
softkey.1.action="$FTransfer$$FSoftkey1$"
softkey.feature.basicCallManagement.redundant="0"
Pressing the Trans Softkey whilst in a call:


Pressing the EXIT key will allow you to view the Last Caller screen.

Customize Polycom Dial Plan

The Dial Plan controls how a phone will respond to keypad input when making a call. The default Dial Plan for auto-provisioned phones is.

0T|011xxx.T|[0-1][1-9]xxxxxxxxx|[0-1][0]xxxxxxxxxxxx|[2-9]xxxxxxxxx|[2-9]xxxT|**x.T|+x.T

It is possible to customize a Dial Plan for a specific device or domain using the following override as an example.

dialplan.digitmap="[2-9]11T|*xxT|0T|011xxx.T|1[2-9]xx[2-9]xxxxxx|*xx1[2-9]xx[2-9]xxxxxx|[2-9]xx[2-9]xxxxxx|*xx[2-9]xx[2-9]xxxxxx|[2-9]xxxxxxT|*xx[2-9]xxxxxxT|xxxxT|xxxT" 
dialplan.digitmap.timeOut="3|3|3|3|3|3|3|3|3|3|3|3"

Here are the meanings for the entry In the example above:

[2-8]11T: accepts 211,311...911 followed by the dial timeout

*xxT: accepts 2 digit star codes (*42, etc) followed by the dial timeout

0T: 0 dial for operator

011xxx.T: 011 international followed by at least 4 digits (xxx. will accept digits of any length) followed by a dial timeout

1[2-9]xx[2-9]xxxxxx: an 11 digit NANPA number - no dial timeout since we know no numbers will follow

*xx1[2-9]xx[2-9]xxxxxx: 2 digit star code followed by an 11 digit NANPA number, for example a caller ID block on dialing

xxxxT: a 4 digit extension

The parameter dialplan.digit.timeOut controls how long (in seconds) the device will wait for the last key input before evaluating the string entered.

Feature Key Synchronization for Do Not Disturb (DND) and Call Forward (CF)

By default, Polycom phones will be configured to synchronize the Call Forward and DND functions between the phone and the PBX. This means that if you enable either feature on a handset, the same setting will be applied to the User's Answering Rules on the PBX (and vice-versa).

If you would like to disable this functionality, you can do so with the following overrides. Note that you can use either of these commands individually.

voIpProt.SIP.serverFeatureControl.cf="0" 
voIpProt.SIP.serverFeatureControl.dnd="0"
voIpProt.SIP.serverFeatureControl.localProcessing.dnd="0"

Hide the Do Not Disturb (DND) and/or Call Forward (CF) Softkeys

You can disable the DND and/or the call forwarding softkeys (introduced as a new feature with Polycom firmware version UCS 5.1.1).

Option 1:

Disable DND on the IDLE screen

DND_Sofkey_removed.PNG 

feature.enhancedFeatureKeys.enabled="1" 
softkey.feature.doNotDisturb="0"

In order to remove the gap left by this simply add the additional:

efk.softkey.alignleft="1" 
DND_Sofkey_removed_allign.PNG

Option 2:

 Disable call forward on the IDLE screen

softkey.feature.forward="0"


FWD_Sofkey_removed_no_allign_.PNG

the same with the alignment on:

efk.softkey.alignleft="1"

FWD_Sofkey_removed_allign.PNG

Both of the above still leaves the Option within the menu:

FWD_DND_Menu.PNG

Option 3:

Remove DND Softkey and Menu Option:

feature.doNotDisturb.enable="0"

The above will remove the Softkey and the Menu Option.

 

Option 4:

Remove FWD Softkey and Menu Option:

feature.forward.enable="0"

You can combine Option 1 and 2 or Option 3 and 4

Move the Position of a Softkey using Precede

Polycom Softkeys are located at the bottom of the LCD display. The Softkeys displayed will depend on the state of the device, where the following states are possible:

  • Idle: There are no active calls.
  • Active: This state starts when a call is connected. It stops when the call stops or changes to another state (like hold or dial tone).
  • Alerting (or ringing or incoming proceeding): The phone is ringing.
  • Dial tone: You can hear a dial tone.
  • Proceeding (or outgoing proceeding): This state starts when the phone sends a request to the network. It stops when the call is connected.
  • Setup: This state starts when the user starts keying in a phone number. This state ends when the Proceeding state starts.
  • Hold: The call is put on hold locally.

The standard Softkey configuration is as follows:

Idle State Configuration of Softkeys

  • New Call
  • Forward
  • DND

Active State Configuration of Softkeys

  • Hold
  • End Call
  • Transfer
  • Conference

It is possible to insert a new Softkey before one of the existing Softkeys using the precede override.

softkey.1.action="$FDivert$$FSelect$$FSoftKey2$" 
softkey.2.action="8500$Tinvite$$Cwaitconnect$$Cpause4$3001$Tdtmf$$Cpause4$0000$Tdtmf$"
softkey.1.enable="1"
softkey.2.enable="1"
softkey.1.label="Test1"
softkey.2.label="Test2"
softkey.1.use.idle="1"
softkey.2.use.idle="1"

If no precede is set:

If precede is set for Softkey 1 only:

softkey.1.precede="1"

If precede is set for Softkey 2 only:

softkey.2.precede="1"

If precede is set for both Softkeys:

softkey.1.precede="1" 
softkey.2.precede="1"

Line Key Reassignment

Using the override

lineKey.reassignment.enabled="1"

enables you to assign each line key a category and an index. This feature is available on all VVX phones and the SoundPoint IP 450, 550, 560, 650, and 670 desktop phones or Expansion Module.

The category specifies the function of the line key and can include:

  • Unassigned
  • Line
  • BLF
  • SpeedDial
  • Presence

Note:

The category Unassigned will leave that line key blank. The index specifies the order in which the line keys will display on the phone screen.

 

Example 1:

Using this configuration:

lineKey.reassignment.enabled="1" 
lineKey.1.category="Line"
lineKey.1.index="1"
lineKey.5.category="BLF"
lineKey.6.category="BLF"
lineKey.7.category="BLF"
lineKey.8.category="SpeedDial"
lineKey.8.index="1"

results in this layout:

Note: lineKey.8.index="1" means that Speed Dial #1 will be used as the speed dial value for line 8.

Example 2:

Using this configuration:

lineKey.reassignment.enabled="1"  
lineKey.1.category="Line"
lineKey.1.index="1"
lineKey.5.category="Presence"
lineKey.6.category="Presence"
lineKey.7.category="Presence"

results in this layout:

Note that lineKey.1.index="1" means that Line #1 will be used as the Line number for line 1.

For more examples, please see this article from Polycom:

http://community.polycom.com/t5/VoIP/FAQ-Can-I-change-re-assign-the-appearance-of-Line-BLF-Speed-Dial/td-p/8578

Headset (EHS Settings)

up.analogHeadsetOption="0"

The headset mode for the phone’s analog headset jack. 0 - no EHS-compatible headset is attached.
1 - a Jabra EHS-compatible headset is attached.
2 - a Plantronics EHS-compatible headset is attached.
3 - a Sennheiser EHS-compatible headset is attached.

Power Saving Mode

The power-saving feature automatically turns off the phone’s LCD display when not in use. When a phone is in use during Off Hours it will display the text "Off Hours Mode" in the top right section of the LCD. It is possible to disable or adjust the operation of power saving mode using the overrides in this section.

This feature is disabled by default on the VVX 300, 310, 400, and 410, and enabled by default on the VVX 500, 600, and1500. The parameters "powerSaving.userDetectionSensitivity.*" listed in the table below are supported only on the VVX 1500 phones.

 

Parameter
Permitted Values
Default
Notes
powerSaving.enable 0 or 1 VVX 300, 310=0
VVX 400, 410=0
VVX 500, 600, and 1500=1
If 0, the LCD power saving feature is disabled. If 1, the feature is enabled. The power-saving feature is disabled by
default on the VVX 300, 310, 400, and 410, and is enabled by default on the VVX 500, 600, and 1500.
Note that when the phone is in power-saving mode, the LED Message Waiting Indicator (MWI) flashes. To disable
the MWI LED when the phone is in power saving mode, set the parameter
ind.pattern.powerSaving.step.1.state.x to 0 where x=your phone’s model. For example, enter the
parameter as ind.pattern.powerSaving.step.1.state.VVX500 to disable the MWI for your VVX 500
phone.
powerSaving.idleTimeout.offHours 1 - 10 1 The number of minutes to wait while the phone is idle during off hours before activating power saving.
powerSaving.idleTimeout.officeHours 1 - 600 minutes 480, VVX 1500=10

The number of minutes to wait while the phone is idle during office hours before activating power saving. Note that the default time for VVX 300, 310, 400, 410, 500, and 600 is 480 minutes. The default time for the VVX 1500 is 10 minutes.

powerSaving.idleTimeout.userInputExtension 1 - 20 10 The minimum number of minutes to wait while the phone is idle—after using the phone—before activating power saving.
powerSaving.officeHours.duration.Monday
powerSaving.officeHours.duration.Tuesday
powerSaving.officeHours.duration.Wednesday
powerSaving.officeHours.duration.Thursday
powerSaving.officeHours.duration.Friday
powerSaving.officeHours.duration.Saturday
powerSaving.officeHours.duration.Sunday
0 to 24
0 to 24
0 to 24
0 to 24
0 to 24
0 to 24
0 to 24
12
12
12
12
12
0
0
The duration of the day’s office hours.
powerSaving.officeHours.startHour.xxx 0 to 23 7 The starting hour for the day’s office hours, where xxx is one of monday, tuesday, wednesday, thursday,
friday, saturday, and sunday (refer to powerSaving.officeHours.duration for an example).
powerSaving.userDetectionSensitivity.offHours 0 to 10 2 Available on the VVX 1500 only. The sensitivity used to detect the presence of the phone's user during off hours. 10 is the most sensitive. If set to 0, this feature is disabled. The default value was chosen for good performance in a typical office environment and is biased for difficult detection during off hours.
powerSaving.userDetectionSensitivity.officeHours 0 to 10 7 Available on the VVX 1500 only. The sensitivity used to detect the presence of the phone's user during office hours. 10 is the most sensitive. If set to 0, this feature is disabled. The default value was chosen for good performance in a typical office environment and is biased for easy detection during office hours.

 

Polycom Desktop Connector (For Windows PCs)

Desktop Connector

The Desktop Connector is a program that will connect your Polycom phone to your Windows PC with the application installed.

You can read more and download the desktop connector at the following website http://www.polycom.com/products-services/voice/applications/desktop-connector.html

apps.ucdesktop.adminEnabled="1" 
apps.ucdesktop.DesktopUserName="computeruserid"
apps.ucdesktop.enabled="1"
apps.ucdesktop.orientation="Left"
apps.ucdesktop.ServerAddress="192.168.10.100" 

ServerAddress = IP or name of the workstation that has the Polycom Desktop Connector software installed Orientation = which side of the monitor is the phone on. (you can use your mouse to click on stuff on the phone)

Capture Network Traffic Directly from a Polycom Phone

Polycom firmware version UCS 5.1.1 officially added a remote packet capture option to the phone in order to troubleshoot issue and provide wireshark traces if required.

The below override parameters will activate the feature on the Phone.

diags.pcap.enabled="1" 
diags.pcap.remote.enabled="1"

The UCS 5.1.0 Admin Guide describes this on page 170 in the Remote Packet Capture for Logs section.

  • To start using this feature please download Wireshark from => here<=
    • Start Wireshark after the installation and select the Capture Interface Options
      wireshark_rpcap_01.png
  • Manage Interfaces => Remote Interfaces => Add

    wireshark_rpcap_02.png.jpg
  • IP Address of the phone
    Port: 2002
    Username: Polycom
    Password: MAC Address of the phone in lower case and no colon ( : )

    wireshark_rpcap_03.png
  • Once OK is pressed the interface should show up

    rpacp.PNG
  • Leave this menu via cancel
  • You are then able to select this new Interface

    rpacp1.PNG
  • If an error message in regards the Buffer appears please click on OK

    rpacp_bufferError.PNG