ofono with local patches/modifications
Go to file
Denis Kenzior 61260c298f Refactor: Make SendMessage async
This commit does two things.  First it makes SendMessage an async
method, which returns only when the SMS message has been successfully
sent or failed.

This also adds a set number of tries that oFono will resubmit the PDU to
the SMSC.  If any fragment fails to be submitted, the entire send
message attempt is deemed a failure and an error is returned to the caller.
2009-11-05 16:44:22 -06:00
doc Update CreateContext API 2009-11-02 16:02:09 -06:00
drivers Fix: Minor style issues 2009-11-03 11:57:43 -06:00
gatchat Cleanup previous patch and update docs 2009-10-28 16:38:55 -05:00
gdbus Fix message handling for autostart. 2009-10-29 22:49:50 +09:00
gisi isimodem/voicecall.c: initial version 2009-10-16 11:18:52 +03:00
include Update the netreg driver to use mcc/mnc 2009-10-29 15:29:12 -05:00
plugins Fix: Handle MBM hardware that fails on EMRDY? 2009-11-05 11:00:57 -06:00
src Refactor: Make SendMessage async 2009-11-05 16:44:22 -06:00
test Fix: Update send-sms to the new API 2009-11-05 11:51:54 -06:00
unit Add unit test for valid APN names 2009-10-30 15:52:38 -05:00
.gitignore Add ignore line generated udev rules file 2009-09-25 14:14:28 -07:00
AUTHORS Mention Ryan's contributions 2009-10-21 19:07:37 -05:00
COPYING Initial revision 2009-04-26 20:31:15 +02:00
ChangeLog Release 0.9 2009-11-01 23:49:40 +09: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 Create network registration driver for hfpmodem 2009-11-03 11:49:35 -06: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.9 2009-11-01 23:49:40 +09: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