2

Aquaris E4.5 Ubuntu Edition: is it possible to make a call from terminal?

Rain
  • 121

1 Answers1

2

Just launches the application with the number:

dialer-app tel:///666 --desktop_file_hint=/usr/share/applications/dialer-app.desktop

(how to run apps on Mir from command line: how do I run a mir application from a command line?)

In the source code:

        ...
        // do not call the number directly, instead only populate the dialpad view
        QMetaObject::invokeMethod(mainView, "populateDialpad", Q_ARG(QVariant, value), Q_ARG(QVariant, QString()));
        ...
Velkan
  • 3,681