ofono with local patches/modifications
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Rémi Denis-Courmont da4d8916f4
bootstrap: autoconf must run before automake
13 years ago
doc Update docs with new Errors 14 years ago
drivers Activate Speech Service for Option devices 13 years ago
gatchat Add g_at_chat_unregister_all function 14 years ago
gdbus Fix message handling for autostart. 14 years ago
gisi isimodem/voicecall.c: initial version 14 years ago
include Refactor: use unsigned ints for cids 13 years ago
plugins New modem desc for f3607g modem in Samos platform 13 years ago
src Add context-id allocation / deallocation code 13 years ago
test Add Microphone volume test script 13 years ago
unit Add unit test for max message size encoding 14 years ago
.gitignore Add ignore line generated udev rules file 14 years ago
AUTHORS Mention Martin's contributions 14 years ago
COPYING Initial revision 14 years ago
ChangeLog Release 0.13 13 years ago
HACKING Add development/hacking documentation 14 years ago
INSTALL Initial revision 14 years ago
Makefile.am Allow builds to install the test scripts for debugging 14 years ago
NEWS Initial revision 14 years ago
README Fix some minor issues with storage directory 14 years ago
acinclude.m4 Fix configure script on bash 2.0 14 years ago
bootstrap bootstrap: autoconf must run before automake 13 years ago
bootstrap-configure Allow builds to install the test scripts for debugging 14 years ago
configure.ac Release 0.13 13 years ago

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