Maintenance is being performed on Zoom's support site on November 4 that may cause support impact. For more information, please click here.
Everything you need to work together, all in one place.
Explore Zoom One's Collaboration ToolsConnect virtually from anywhere with Zoom Meetings
Collaborate together with Zoom Chat
Call the world with Zoom Phone
Create and brainstorm with Zoom Whiteboard
Rich conversation analytics to improve sales
Send and receive messages and calendar invitations
Bring fluid interactions to hybrid teams with Zoom Huddles
Remove the hassle of traditional scheduling with Zoom Scheduler
Innovative video solutions for every meeting space.
Bring meeting spaces online with Zoom Rooms
Conference Room Connector links existing rooms to Zoom
Innovative solutions for every space
Solutions to host impactful virtual and hybrid experiences.
Find a Solution for Every EventHost hybrid and virtual events with Zoom Events
Elevate your brand with single session events powered by Zoom Sessions
Broadcast at scale with Zoom Webinars
Host and attend classes, group events, and more OnZoom
An omnichannel cloud solution optimized for video.
Engage customers with Zoom Contact Center
Deliver intelligent support with conversational AI
Optimize contact center agent performance and engagement
Zoom solutions elevate collaboration across vertical use cases.
Discover Zoom Industry SolutionsEnabling exciting new ways to teach, learn, and connect globally
Transforming client engagement and employee experiences
Improving collaboration between agencies, ministries and constituents
Connecting care, collaboration, and medical innovation
Real-time communication, anywhere in the world
Bridging the in-store and online experiences
Expert support and services for all your design, strategy, implementation, event, and hardware needs.
Global Services
Hardware purchase and subscription options
Flexible subscription plans for hardware
Protect certain data at rest with your own encryption keys
An open platform that allows developers to build Zoom apps and integrations.
Explore thousands of apps that work with or within Zoom
Documentation for building with Zoom's technology using SDKs, APIs, and webhooks
Post your questions and get help from our developer community
Zoom Partners bring Zoom's communications platform to market through alliance, sales, and service partnerships.
Explore Zoom's technology ecosystem
Find a trusted Partner
Learn about Zoom's Partner Programs
Access marketing & sales resources
Login to the Partner Portal and click 'Learn'
Discover new ways to use Zoom solutions to power your modern workforce.
Access expert-led tutorials on Zoom products and features.
Network with other Zoom users, and share your own product and industry insights.
Get documentation on deploying, managing, and using the Zoom platform.
Keep your Zoom client up to date to access the latest features.
Download CenterDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds2023-10-02 12:57 PM - edited 2023-10-02 01:41 PM
Hello everyone!
I'm dealing with a Poly Edge e350 hosted trough zoom that I have to make the path to transfer an active call direct to the voicemail shorter.
At the time I have to hit "More>more>T2VM>[extension]>transfer". And I would like to have it on my first options or maybe replace the function of one of the default buttons, like the one to access the messages and put it doing this function.
I also know that transfer the call to **[extension] would work, but when you hit the * twice it will give you the + signal. What would make you have to wait like 2 secs to hit the * again.
It can look silly but when you are all day doing the same thing you see it's going to help a lot.
I was able to access the configuration file and change the order a little bit, by replacing the position from the "Park" option for the "T2VM" so I am one step closer.
Does someone know a way to deal with this?
My current software version from the phone is Current software version is 8.1.2.1128
I also tried to contact Poly support and they said this option should be done from provider. That's why I'm here.
Thanks for the attention
Solved! Go to Solution.
2023-10-02 08:12 PM
hi agomes,
please see attached poly documents.
Phone Keypad Parameters
You can configure phone keys in the following ways:
• Assign a function or feature to a key
• Turn a phone key into a speed dial
• Assign enhanced feature key (EFK) operations to a phone key
For example, you can map a phone menu path to a single key press using a macro code. See Enhanced Feature Keys.
• Delete all functions and features from a phone key
Use the parameters in the following list to change the layout of your phone's keypad.
p. 197 of parameter reference guide
Did my response answer your question? If so, please don't forget to mark the reply as an accepted solution.
thanks, eliot
2023-10-02 08:12 PM
hi agomes,
please see attached poly documents.
Phone Keypad Parameters
You can configure phone keys in the following ways:
• Assign a function or feature to a key
• Turn a phone key into a speed dial
• Assign enhanced feature key (EFK) operations to a phone key
For example, you can map a phone menu path to a single key press using a macro code. See Enhanced Feature Keys.
• Delete all functions and features from a phone key
Use the parameters in the following list to change the layout of your phone's keypad.
p. 197 of parameter reference guide
Did my response answer your question? If so, please don't forget to mark the reply as an accepted solution.
thanks, eliot
2023-10-06 11:44 AM
Just letting you guys know. I was able to create the softkey to transfer to voicemail by creating an Enhanced Feature Key (EFK).
The steps for doing this:
Go to the phone’s IP address on browser, login as Administrator.
Utilities > Import & Export Configuration
At the “Export configuration area” you export All configuration.
Open the .CFG file on notepad and ADD the lines below. I added near the EFK features but I don’t think it needs to be there.
Also you can use the name as you wish.
efk.efklist.1.mname="T2VM"
efk.efklist.1.status="1"
efk.efklist.1.action.string="$Chold$vm_$P1N15$$Trefer$"
feature.enhancedFeatureKeys.enabled="1"
feature.EFKLineKey.enabled="1"
Then go to the LineKey category you want to have your EFK and chose from SpeedDial to "EFK" or "Any". I put on my number 8
lineKey.8.category="EFK"
Save the .cfg file and import on the same place you exported. The phone probably will rebot.
If you want to disable this option change the line feature.EFKLineKey.enabled="1" to “0”
Attached you can see you it will be.
2023-10-06 05:53 PM
fantastic!
thanks, eliot