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
- Host: GitHub
- URL: https://github.com/64characters/calltobouncer
- Owner: 64characters
- License: mit
- Created: 2017-02-17T17:31:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T17:51:57.000Z (over 9 years ago)
- Last Synced: 2025-01-16T00:16:30.053Z (over 1 year ago)
- Topics: callto, phone-call, scheme, tel, url
- Language: Swift
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/