ofono with local patches/modifications
Go to file
Andres Salomon 4decda3f7f G1: move chat handling into enable callback
This updates the g1 code to create the GAtChat object in the enable() callback,
and to unref it in the disable() callback.  This is more in line with what
the other plugins do, and as a bonus fixes a segfault when powering down
the G1 modem..

Signed-off-by: Andres Salomon <dilinger@collabora.co.uk>
2009-09-29 23:04:24 -05:00
doc Add first draft of the ofono whitepaper 2009-09-24 10:23:37 -05:00
drivers Add at modem call volume driver 2009-09-29 14:56:22 -05:00
gatchat Add skeleton for gsmdial test application 2009-09-24 17:39:09 -07:00
gdbus gdbus: handle introspection generally in generic_message. 2009-09-24 10:22:19 -07:00
gisi gisi: Make reachability detection more robust 2009-09-16 23:37:23 +03:00
include Add Muted property to CallVolume atom 2009-09-29 14:56:22 -05:00
plugins G1: move chat handling into enable callback 2009-09-29 23:04:24 -05:00
src Fix: different signedness comparison 2009-09-29 14:56:23 -05:00
test Add test script for controlling speaker volume 2009-09-29 14:56:23 -05:00
unit Make sure unit tests also use right pdu buffer len 2009-09-16 05:07:36 -05:00
.gitignore Add ignore line generated udev rules file 2009-09-25 14:14:28 -07:00
AUTHORS Update AUTHORS file with ones we missed 2009-09-02 23:32:34 -05:00
COPYING Initial revision 2009-04-26 20:31:15 +02:00
ChangeLog Release 0.6 2009-09-25 14:31:02 -07: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 Add at modem call volume driver 2009-09-29 14:56:22 -05:00
NEWS Initial revision 2009-04-26 20:31:15 +02:00
README Fix some minor issues with storage directory 2009-09-02 20:11:30 -07:00
acinclude.m4 Fix configure script on bash 2.0 2009-08-03 12:32:22 -05:00
bootstrap Initial revision 2009-04-26 20:31:15 +02:00
bootstrap-configure Fix some minor issues with storage directory 2009-09-02 20:11:30 -07:00
configure.ac Release 0.6 2009-09-25 14:31:02 -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 --mandir=/usr/share/man \
				--sysconfdir=/etc --localstatedir=/var

Configure automatically searches for all required components and packages.

To compile and install run:
	make && make install