freeswitch/libs/unimrcp
Michael Giagnocavo 5e456fe9a6 FS-7966. First pass at moving to Visual Studio 2015.
The new C compiler breaks a lot of things. snprintf and timespec now exist, and redefining causes an error.
Many more things are warnings, so warnings-as-errors will fail - remove it from some projects for now.
V8: don't pass VS version to build batch file.
mod_sofia: Config has too-long if/elseif chain. Break this up to avoid "parser stack overflow; program too complex".
Add mod_conference.h to project and dir to includes.
2015-08-21 18:28:32 -04:00
..
build
conf
data
docs
libs
modules
packages/inno-setup
platforms
plugins
tests
.gitignore
.update
AUTHORS
CHANGES
INSTALL
LICENSE
Makefile.am
NOTICE
README
acinclude.m4
bootstrap
config.layout
configure.ac
configure.gnu
unimrcp-2010.sln
unimrcp.sln

README

INTRODUCTION
============

UniMRCP is an open source project compliant with the IETF RFC6787 (MRCPv2) and RFC4463 (MRCPv1)
specifications.


INSTALLATION
============

See the file "INSTALL" for installation tips.


DOCUMENTATION
=============

Use the directory "docs/dox" for a documentation generated by Doxygen.
Use the directory "docs/ea" for UML based design concepts, HTML pages generated by Enterpise Architect.


REFERENCES
==========

Website:
   http://www.unimrcp.org

Downloads:
   http://www.unimrcp.org/downloads

Documentation:
   http://www.unimrcp.org/documentation

Google Code:
   http://code.google.com/p/unimrcp

Issue Tracker:
   http://code.google.com/p/unimrcp/issues/list

Discussion Group:
   http://groups.google.com/group/unimrcp

Version Control Repository (SVN):
   http://unimrcp.googlecode.com/svn/trunk

UML Documentation File (Enterpise Architect):
   http://unimrcp.googlecode.com/svn/misc/unimrcp.eap

Commit Monitor:
   http://code.google.com/p/unimrcp/source/list
   http://groups.google.com/group/unimrcp-svn-commits


LICENSING
=========

UniMRCP is licensed under terms of the Apache License 2.0.
See the file "LICENSE" for more information.

Copyright 2008 - 2014 Arsen Chaloyan