-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.Windows 11 Support Center.
-
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.Windows 11 Support Center.
-
- HP Community
- Poly Phones
- Desk and IP Conference Phones
- VVX300 Softkey macro config

Create an account on the HP Community to personalize your profile and ask a question
10-25-2013 05:42 AM
Hi all
I need some help creating a softkey macro for the lock feature on the VVX300. I have enabled the lock feature but for ease would like a softkey instead of going through the phone menu. Currently running ver UCS 4.1.5.3284.
<phoneLock/>
<phoneLock.enabled phoneLock.enabled="1" />
<phoneLock.authorized.1.description phoneLock.authorized.1.description="Emergency Calls" />
<phoneLock.authorized.1.value phoneLock.authorized.1.value="999" />
<phoneLock/>
The above is working fine all i need is help or to be shown the softkey macro if thats ok??
Many thanks
Dave
Solved! Go to Solution.
Accepted Solutions
10-28-2013 07:57 AM
Hi again
I have managed to figure it out so have posted in case someone else decides they would like to also add this button:
in sys.cfg.template after <feature/>
<efk>
<version efk.version="2" />
<efklist
efk.efklist.1.mname="Lock"
efk.efklist.1.label="Lock"
efk.efklist.1.status="1"
efk.efklist.1.action.string="$FLockPhone$"
/>
</efk>
<softkey
softkey.1.label="Lock"
softkey.1.action="$FLockPhone$"
softkey.1.enable="1"
softkey.1.precede="1"
softkey.1.use.idle="1"
/>
then in phone%25BWDEVICEID%25.cfg.template again after features:
<phoneLock/>
<phoneLock.enabled phoneLock.enabled="1" />
<phoneLock.authorized.1.description phoneLock.authorized.1.description="Emergency Calls" />
<phoneLock.authorized.1.value phoneLock.authorized.1.value="999" />
<phoneLock/>
This will set the lock button first on the left before any default buttons and only allow authorized calls to the 999 emergency number while locked....
Hope this helps others out 🙂
Cheers
Dave
10-28-2013 07:57 AM
Hi again
I have managed to figure it out so have posted in case someone else decides they would like to also add this button:
in sys.cfg.template after <feature/>
<efk>
<version efk.version="2" />
<efklist
efk.efklist.1.mname="Lock"
efk.efklist.1.label="Lock"
efk.efklist.1.status="1"
efk.efklist.1.action.string="$FLockPhone$"
/>
</efk>
<softkey
softkey.1.label="Lock"
softkey.1.action="$FLockPhone$"
softkey.1.enable="1"
softkey.1.precede="1"
softkey.1.use.idle="1"
/>
then in phone%25BWDEVICEID%25.cfg.template again after features:
<phoneLock/>
<phoneLock.enabled phoneLock.enabled="1" />
<phoneLock.authorized.1.description phoneLock.authorized.1.description="Emergency Calls" />
<phoneLock.authorized.1.value phoneLock.authorized.1.value="999" />
<phoneLock/>
This will set the lock button first on the left before any default buttons and only allow authorized calls to the 999 emergency number while locked....
Hope this helps others out 🙂
Cheers
Dave
Didn't find what you were looking for? Ask the community