The source project of this merge request has been removed.
Notify in app when trying to dial incorrect number/unhandled URI
Fixes #180 (closed)
I tested this as follows:
~/install/bin/calls --daemon
# start calls as a daemon
~/install/bin/calls
# if I don't explicitly open the GUI the following invocations
# do not open the GUI (and therefore do not show the notifications)
# possibly a bug?
~/install/bin/calls tel://something_not_parseable
~/install/bin/calls http://what-am-i-supposed-to-do-with-http-in-calls
Edited by Evangelos Ribeiro Tzaras