cancel
Showing results for 
Search instead for 
Did you mean: 

Zoom Contact Center - Default ClickToCall

Anthony_Mit
Explorer
Explorer

Hi there, is someone able to assist me in changing the default ClickToCall from Zoom Phone to Zoom Contact Center, please?

 

Currently, when we click on a number, it opens in Zoom Phone.

We are hoping to change it so that when a number is clicked on, it opens in the Zoom Contact Center.

 

Any help would be greatly appreciated.

 

Thanks!

4 REPLIES 4

VasC
New Member
New Member

Did you ever find a solution for this

 

thanks

Hey there, We ended up writting the following script
 
sudo kill "$(pgrep -i zoom.us)"
echo "Kill Zoom process"
/usr/bin/defaults write "/Library/Preferences/us.zoom.config" "ClickToCallDefault" '1'
echo "Set ClickToCall default to Zoom CC"
open /Applications/zoom.us.app
echo "Reopen Zoom app"

exit 0
 
I hope it helps you!

Thank you so much for your quick reply.

Do you have something that works with windows 11

 

thank you

I don't sorry. Our company is primarily Mac.
I am hoping ChatGPT might be able to assist you coming up with a similar script for Windows?