Skip to content

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

This is how it looks: calls_open_other

calls_open_weird_tel

Edited by Evangelos Ribeiro Tzaras

Merge request reports