Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.04 KB

voicecall

voicecall is a daemon (and QML plugin) for implementing dialer UIs.

voicecall-manager

voicecall-manager is a system daemon responsible for collating and managing the telephony subsystem for the dialer UI to interact with.

the dialer instructs voicecall-manager to make calls, which then subsequently uses plugins (such as an ofono backend, for instance) to make the actual call.

likewise, the daemon listens to various backends in order to communicate incoming calls to the user interface.

dbus

communication between the user interface and the manager occurs over dbus, on the org.nemomobile.voicecall session bus interface.

licensing

The voicecall library is involving files licensed with either GPL 2.0 (or later) or LPGL2.1 (or later).

The Telepathy provider plugin is GPL 2.0 (or later) and Apache License 2.0.

The Ofono provider plugin is LGPL2.1 (or later).

The QML plugin is licensed as BSD, not linked with the library.

Other plugins as GPL 2.0 (or later).

The voicecall-manager service is GPL 2.0 (or later) and BSD.