Stefan Sayer
8a6f63b6eb
1.4 branch build version
15 years ago
Stefan Sayer
93487f1c35
1.4.2 version number
15 years ago
Raphael Coeffic
0990be9ecc
shortens dev build version
...
additionally, allows for release build without modifying Makefile.defs:
make all GIT= SVNVERSION= EXTRAVERSION=-deb-xy
15 years ago
Stefan Sayer
fe44db3475
set 1.4.1-dev-SCM version
15 years ago
Stefan Sayer
e30657f73f
set 1.4.0 release version
15 years ago
Stefan Sayer
0f3edf742b
LONG_DEBUG_MESSAGE enabled by default
15 years ago
Stefan Sayer
68c85f9564
set 1.4-dev version for master
16 years ago
debian
ec26765be7
enable passing of cfg-target to Makefiles
16 years ago
Stefan Sayer
c46ba3462c
G.729 codec module (wrapper for Intel IPP 0.6)
16 years ago
Stefan Sayer
8f289e98b9
reverted app config dir to /etc/sems/etc
...
For users upgrading from earlier versions, changing the path without
any advantage would just create confusion. Also, /etc/sems is cluttered
with lots of files if all app configurations are saved there.
16 years ago
Stefan Sayer
c6df2b8162
b/f:makefile_defs comparison for really picky make
16 years ago
bpintea
cf3c93492a
Merge branch 'master' into bpintea/prack
...
Resolved conflicts:
core/AmSessionEventHandler.h
core/plug-in/uac_auth/UACAuth.cpp
b/f: missing 'old_dlg_status' param in some onReply's:
apps/auth_b2b/AuthB2B.cpp
apps/registrar_client/SIPRegistrarClient.cpp
apps/sst_b2b/SSTB2B.cpp
16 years ago
Stefan Sayer
e73038f1fc
quiet git if .git is not there
16 years ago
Stefan Sayer
4d2c3c4ac0
removed that trailing space in version
16 years ago
bpi
be60e06c3a
small fixes
...
- add a build debugging mode (to just exclude, for now, the -O2 - makes g++
much slower)
- onNoPrack's signature updated in registrar client
- log errors when unable to send a message (besides a bunch of debugs, some of
which should be warnings, actually)
16 years ago
Stefan Sayer
f96299b6c5
support git without --dirty
...
older (? current on ubuntu 9.10) git doesn't support --dirty option
16 years ago
Raphael Coeffic
e50ab10534
generate EXTRAVERSION out of 'git describe ...'
16 years ago
Stefan Sayer
0c62419be7
don't break compilation if buffer length is not defined
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1902 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
f7b0875fff
make short/truncated debug messages default (performance)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1901 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
37e35c7ea7
optionally compile with long debug messages. don't print messages twice when sending
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1900 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
425648e5be
per default, put
...
1. not the complete function signature in the log
2. the location (PID/TID/file/line...) at the beginning
see 1 -DLOG_PRETTY_FUNCTION and 2 -DLOG_LOC_DATA_ATEND in Makefile.defs
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1879 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
9ea2b5318a
removed some more obsolete ser-sems stuff
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1844 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Raphael Coeffic
1695507989
- some more small fixes.
...
- added cseq checking.
- added pending INVITE checking.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1841 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
ceb2030acc
Introduces optional (compile-time) threadpool for signaling support.
...
to use it, set USE_THREADPOOL in Makefile.defs and configure thread pool
size with session_processor_threads= parameter in sems.conf :
+# compile with session thread pool support?
+# use this for very high concurrent call count
+# applications (e.g. for signaling only)
+# if compiled with thread pool, there will be a
+# thread pool of configurable size processing the
+# signaling and application logic of the calls.
+# if compiled without thread pool support, every
+# session will have its own thread.
+#
+#USE_THREADPOOL = yes
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1782 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Raphael Coeffic
7cc53db7a3
avoid building sipctrl.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1777 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Raphael Coeffic
a0dfd71af5
- splits the exclude_modules in three variables (exclude_core_module, exclude_apps_modules,exclude_dsm_modules).
...
- exclude_dsm_modules is set in apps/dsm/mods/Makefile, the two others are set in Makefile.defs.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1741 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Raphael Coeffic
ea2a6e3824
- new target arch/os detection based on gcc
...
(formerly based on host, now target system)
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1736 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
a8c0a8fb8e
build by default with monitoring support
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1717 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Raphael Coeffic
9695cdd7e7
- fixes issues related to exclude_modules
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1709 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
028ac68484
upped version of the trunk branch. version should be -dev of the next minor
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1666 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
b212daf345
- Removed obsoleted option (support for OpenSER)
...
- Moved some cflags to proper places
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1382 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
3184c2bbbd
build monitoring module only if monitoring support enabled
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1365 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
43a387c392
initial support for better call/server monitoring
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1259 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
3138537cee
updated version number
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1192 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
d52ad8a052
fixes bug in the buildsystem when building with spandsp (and, libsamplerate, where it was already partially fixed): -DUSE_SPANDSP is added to global CPPFLAGS, so that flags are equal in core and modules
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1148 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
75c40f15e5
SEMS-40: improved logging
...
- print-msg.diff: create a string representation out of a AmSipRequest/~Reply; this can be used when an incoming message is discarded for some reason;
- log-thread-id.diff: with debug builds, log the thread ID as well: the process ID doesn't really help when trying to trace a call flow;
- di-arg-log.diff: when doing an DI call that fails, be more verbose about the reason (like what kind of argument is expected and what is received).
Patch by Bogdan Pintea.
- changed log format a li'l
- added NO_THREADID_LOG compile option to disable thread id logging
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1078 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
db569f1e5f
o install $(plug_in_name)_lib if wanted
...
o install dsm mods to dsm lib directory
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1042 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
298f14e49a
- export also OS (is needed in ivr app for Darwin portability).
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1021 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
f8a4d6be36
exporting conditional stuff as well
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@986 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
d8f1aeb96f
targets must be defined in every sub make
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@983 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
6c3b7f774a
correctly exporting variables from Makefile.defs to sub-makes
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@982 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
cc30937cef
conditionally including Makefile.defs
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@970 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
e1ef61f1cc
zrtp disabled by default
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@955 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
9187598d3c
moved zrtp cppflags to Makefile.defs
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@951 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
6f44a030bb
core ZRTP support (see zfoneproject.com)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@950 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
34a5a9d615
- some iphone linking fixes...
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@901 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
400d6c6e24
fixed CC/CXX defs
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@888 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
55433a7107
- Makefiles fix
...
o DESTDIR is only used as installation target directory. Allows staging compile.
o xxx-target used in sub-makefiles
o CXX/CC taken from env variables
- some minor compililation fixes
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@882 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
e213936e03
- fixed some other stuff for Darwin.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@879 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
4121365f11
- added BSD44SOCKETS for Darwin
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@875 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago