Skip to content

Commit

Permalink
Add some actual data to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
rburchell committed May 22, 2014
1 parent f5c1fc6 commit 41cfe8f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Empty file removed README
Empty file.
19 changes: 19 additions & 0 deletions README.md
@@ -0,0 +1,19 @@
# 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.

0 comments on commit 41cfe8f

Please sign in to comment.