Polycom VVX 400 (SoftKey Enablement)

Status
Not open for further replies.

Matt_NM

Joined
Jan 18, 2020
Messages
6
Reaction score
4
Howdy everyone,

I am attempting to enable a soft key to the conference line (7000) on a Polycom VVX 400. When adding to a template I cant seem to get it working, uploading the configuration directly to the phone works. Does anyone have ideas on how I can achieve this? Verfied through the phone webpage I can manually add a DND so I belive enhancedFeatureKeys.enable is working. Thanks in advanced for any help

##########################Modified_Working_CFG_Uploaded_2_Phone##########################
feature.enhancedFeatureKeys.enabled="1"
softkey.4.action="7000*0000$Cpause1$"
softkey.4.enable="1"
softkey.4.label="Conf"
softkey.4.use.idle="1"
softkey.1.enable="0"
##########################################################################################

##########################template_not_Working_on_3CX_Server##########################

</homeScreen.UCOne>
</homeScreen>
<homescreen>
<homescreen.intercom homescreen.intercom.enable="1">
</homescreen.intercom>
</homescreen>


<feature>
<feature.callPark feature.callPark.enabled="1"/>
<feature.directedCallPickup feature.directedCallPickup.enabled="1"/>
<feature.urlDialing feature.urlDialing.enabled="0"/>
<feature.enhancedFeatureKeys feature.enhancedFeatureKeys.enabled="1"/>
</feature>

<softkey
<softkey.4.enable="1"/>
<softkey.4.label="Conf"/>
<softkey.4.action="7000*0000$Cpause1$"/>
/>


<!-- BLF Setup-->
<attendant
attendant.reg="1"
attendant.ringType="ringer1"
attendant.uri="">
<attendant.behaviors>
<attendant.behavior
 
  • Like
Reactions: nub
I figured it out! Here is the code that worked for me, just in case someone else needs to do the same. This code will dial the conference line, enter our security pin and auto assigns the id by the user's extension.

<WEB
feature.enhancedFeatureKeys.enabled="1"
softkey.1.action="7000[%%extension_number%%]155889"
softkey.1.enable="1"
softkey.1.label="Conf"
softkey.1.use.idle="1"
/>
 
  • Like
Reactions: nub
Status
Not open for further replies.

Forum statistics

Threads
111,935
Messages
589,823
Members
164,817
Latest member
Innovative Advisory