0 votes

Hello, I am using the current Desktop version of Zoiper and consider buying the Pro version. But I cant find any information on a key feature I need: Hotkeys for answering calls and for hangig up. Is this possible in the current version?


Thanks a lot!

in Windows by (140 points)

1 Answer

0 votes

We are using Autohotkey (AHK) to handle this.

There are some command line commands you can implement and for the other things you have to do some brainwork.

We use "NumpadEnter" to pick up calls:

^NumpadEnter::
id := WinExist("Zoiper")
ZoiperOK := "x44 y199"
WinActivate, ahk_id %id%
ControlClick, %ZoiperOK%, Zoiper,,,,NA
return
by (290 points)
Welcome!
Ask your questions and receive answers from other members of the Zoiper Community.

Did you check our Help Section?

You are a Zoiper Biz or Premium customer? If so, click HERE to get premium support.
2,438 questions
1,541 answers
2,314 comments
133,606 users