ofono with local patches/modifications
Go to file
Pekka Pessi da444beb2d voicecall: fix dial result handling
The existing call will be automatically put on hold if there is an
existing active call when dialing. On some modems the dial request
returns only after the dialed call is active and the existing call has
been put on hold.

However, on isimodem driver the dial request returns immediately before
the existing call has changed its status. With isimodem driver the
dial_handle_result() selected the existing call from the list when it
should have created a new one.

The dial result handling now guards againt returning a previously dialed
active call as result.
2010-12-03 13:21:32 -06:00
doc coding-style M14: parenthesis around sizeof arg 2010-12-03 14:48:41 +02:00
drivers isi/voicecall: fix handling of waiting calls 2010-12-03 14:52:40 +02:00
examples examples: explicitly compare pointers to NULL 2010-11-29 11:59:07 -06:00
gatchat gatchat: explicitly compare pointers to NULL 2010-11-29 12:05:29 -06:00
gdbus gdbus: fix not handling bus disconnects 2010-10-13 15:55:26 +03:00
gisi gisi: explicitly compare pointers to NULL 2010-11-29 11:53:14 -06:00
include radio-settings: Update API to use ofono_bool_t 2010-11-29 07:52:35 -06:00
plugins ste: Minor style fixes 2010-12-03 08:01:10 -06:00
src voicecall: fix dial result handling 2010-12-03 13:21:32 -06:00
test test: Unregister agents on keyboard interrupt 2010-12-03 14:47:40 +02:00
tools tools: Start tracking audio interface 2010-09-30 00:35:45 +09:00
unit unit: explicitly compare pointers to NULL 2010-11-29 11:48:53 -06:00
.gitignore Ignore generated src/ofono.service file 2010-10-05 16:53:55 +02:00
.mailmap Update .mailmap rules for Pekka 2010-10-01 09:37:30 +02:00
AUTHORS AUTHORS: Mention Helen's contributions 2010-12-03 08:01:10 -06:00
COPYING Initial revision 2009-04-26 20:31:15 +02:00
ChangeLog Release 0.36 2010-11-23 14:55:57 +01:00
HACKING HACKING: Add ofono.conf file copy command required 2010-12-02 08:13:20 -06:00
INSTALL Initial revision 2009-04-26 20:31:15 +02:00
Makefile.am build: Add forgotten test/test-tty 2010-11-26 13:22:55 -06:00
NEWS Initial revision 2009-04-26 20:31:15 +02:00
README Update copyright information 2010-01-01 17:00:10 -08:00
TODO TODO: Add owner for IAP database task 2010-12-03 14:37:28 +02:00
acinclude.m4 Fix configure script on bash 2.0 2009-08-03 12:32:22 -05:00
bootstrap bootstrap: autoconf must run before automake 2009-12-10 15:55:49 +01:00
bootstrap-configure Check for capabilities support via libcap-ng 2010-03-29 11:06:04 -07:00
configure.ac configure: do not hard-code the C run-time library name 2010-11-29 10:19:15 +01:00

README

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

Copyright (C) 2008-2010  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