ofono with local patches/modifications
Go to file
Denis Kenzior 8b49de31cf Simplify CallForwarding interface
Simplify the Call Forwarding interface using some of the ideas from the
Call Barring interface.  The code should be much easier to follow now

Remove Data/Fax attributes and refactor how the Supplementary Service
requests are performed.  The Data/Fax attributes can still be
controlled via supplementary service strings for GCF compliance, but
have been removed from general consumption since oFono does not yet
support Fax or Data bearers.
2009-05-21 17:02:58 -05:00
doc Add directory for documentation 2009-04-27 05:51:03 -07:00
drivers Remove yet more unused variables. 2009-05-20 13:10:07 -05:00
gatchat Add AT chat library implementation 2009-05-06 14:42:54 -07:00
gdbus Make the parent path invalidateable 2009-05-11 11:50:45 -07:00
include Fix broken OFONO_PLUGIN_DEFINE for builtin plugins 2009-05-10 22:52:24 -07:00
plugins Add directory for driver plugins 2009-05-10 22:44:37 -07:00
src Simplify CallForwarding interface 2009-05-21 17:02:58 -05:00
unit Use $(top_srcdir) for unit tests compilation 2009-05-12 21:41:32 -07:00
.gitignore Fix problem with unit tests and distcheck 2009-05-12 20:35:25 -07:00
AUTHORS Update spelling for Andrew's name 2009-05-12 19:10:23 -07:00
COPYING Initial revision 2009-04-26 20:31:15 +02:00
ChangeLog Initial revision 2009-04-26 20:31:15 +02:00
HACKING Add development/hacking documentation 2009-05-12 00:32:52 -07:00
INSTALL Initial revision 2009-04-26 20:31:15 +02:00
Makefile.am Fix problem with unit tests and distcheck 2009-05-12 20:35:25 -07:00
NEWS Initial revision 2009-04-26 20:31:15 +02:00
README Update project description 2009-05-05 21:21:26 -07:00
acinclude.m4 Initial revision 2009-04-26 20:31:15 +02:00
bootstrap Initial revision 2009-04-26 20:31:15 +02:00
bootstrap-configure Add option for disabling data files 2009-05-05 18:57:50 -07:00
configure.ac Fix problem with unit tests and distcheck 2009-05-12 20:35:25 -07:00

README

oFono - Open Source Telephony
*****************************

Copyright (C) 2008-2009  Intel Corporation. All rights reserved.


Compilation and installation
============================

In order to compile telephony stack you need following software packages:
	- GCC compiler
	- GLib library
	- D-Bus library

To configure run:
	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var

Configure automatically searches for all required components and packages.

To compile and install run:
	make && make install