fork of pjproject; contains code relevant to ongoing sysmocom developments.
Go to file
Benny Prijono 8f0e8dc03b Fixed bug if payload type for rx and tx is different (i.e. dyn pt)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@290 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-06 13:30:39 +00:00
build Put few words in INSTALL.txt and README.txt 2006-03-02 21:52:18 +00:00
docs initial import 2005-10-31 21:02:30 +00:00
pjlib Added PJ_EEOF in pjlib errno.h 2006-03-05 13:37:41 +00:00
pjlib-util Added PJLIB_UTIL_EINXML in errno 2006-03-02 21:13:10 +00:00
pjmedia Fixed bug if payload type for rx and tx is different (i.e. dyn pt) 2006-03-06 13:30:39 +00:00
pjsip Added complexity and quality argument, and terminate dialog properly on failures 2006-03-05 11:54:02 +00:00
pjsip-apps Show call disconnect reason 2006-03-05 11:54:56 +00:00
COPYING Pretty comments 2005-11-18 00:16:43 +00:00
INSTALL.txt Put few words in INSTALL.txt and README.txt 2006-03-02 21:52:18 +00:00
Makefile Added pjsip-apps top level projects 2006-03-01 19:31:18 +00:00
README.txt Added few more words 2006-03-05 11:54:33 +00:00
RELNOTES.txt Set svn:eol-style for all files 2005-11-21 02:08:39 +00:00
build.mak.txt Added few more words 2006-03-05 11:54:33 +00:00
configure Modif in configure 2005-11-07 21:58:51 +00:00
svn_add Added svn_pset 2006-02-09 09:30:31 +00:00
svn_pset Added svn_pset 2006-02-09 09:30:31 +00:00
user.mak Added suppor /and fix things for SunOS port 2005-11-01 16:42:51 +00:00

README.txt

PJPROJECT is released under GPL. License information can be found in file 
COPYING in this directory. For alternative licensing, please contact the
copyright holder.

See INSTALL.txt for compiling.

IMPORTANT:
You need to set your editor settings to tab=8 and indent=4. For example,
with vim, you can do this with:
 :se ts=8
 :se sts=4