An open API service indexing awesome lists of open source software.

https://github.com/64characters/calltobouncer

Converts callto to tel open URL events
https://github.com/64characters/calltobouncer

callto phone-call scheme tel url

Last synced: 24 days ago
JSON representation

Converts callto to tel open URL events

Awesome Lists containing this project

README

          

CalltoBouncer is a macOS utility that handles `callto` URL open events
by opening `tel` URLs with the same phone number.

It might be useful when you make phone calls by clicking the `callto`
links and you want those calls to be made via an application that only
responds to the `tel` URLs.

If another application that handles the `callto` URLs is already
present in the system and being opened, CalltoBouncer needs to be set
as a handler for this URL scheme. This can be done via the
[RCDefaultApp] preference pane.

CalltoBouncer works in background and doesn't have any UI. Once
registered as a handler, it doesn't even need to be automatically
started with the system strart, because the system launches it when
needed.

[RCDefaultApp]: http://www.rubicode.com/Software/RCDefaultApp/