Alexey Kuznetsov
Alexey Kuznetsov
Focus status has been added to macOS 12 (`INFocusStatusCenter`). Telephone should take this into account.
It should be possible to copy a phone number from the call window.
To generate a debug log, one has to start Telephone with specific argument from the Terminal, reproduce the problem, reveal the log file, quit Telephone, and only then attach the...
During standard call transfer, a call is being replaced with another one. For this event, PJSUA has a callback `on_call_replaced`. Apparently, this happens very rarely and never worked properly. With...
When a call is made from an external source like opening a URL or from the Contacts app, the first enabled account in Telephone is used. Telephone should present a...
It should be possible to perform Address Book actions from the call history, such as: * Show the Address Book entry for a matched contact without leaving the app. *...
When the computer doesn’t have a microphone, the call fails with error: “pjsua_aud.c ..Error retrieving default audio device parameters: Unable to find default audio device (PJMEDIA_EAUD_NODEFDEV) [status=420006]”. It should be...
Telephone has a macOS service allowing people to make calls from other apps via the Services menu. This service is not enabled by default because it's missing the `NSRequiredContext` dictionary...
The Address Book framework is deprecated. The Contacts framework is available starting from macOS 10.11. Because the minimum deployment target should be raised to 10.13 (#629), the source code should...
It should be possible to specify the value for the `P-Preferred-Identity` header for an account.