Raphael Coeffic
1e906a0ad4
- fixes a race condition between timer insertion and deletion.
...
Thx to Peter Loeppky for contributing this path.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1224 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
15b2837cad
added missing COREPATH. Thanks to Juha Heinanen for reporting
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1219 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
756caa8372
fixing makefile to not get warnings about missing dependencies files
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1198 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
cd1bedb848
temporaray removing cmake files
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1181 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
352876aa9a
fixed a small memory leak when sending 200 ack
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1163 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 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
18 years ago
Stefan Sayer
b18d082939
correct install dependency for query-stats, now sems-stats
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1143 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
b1abbb0ee7
- changed port from "short int" to "short unsigned int".
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1133 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
3c78e9a341
applying sipctrl_transaction_id_64bit.patch: transaction matching failed on 64 bit system due to limited serKey length
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1125 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
68b3dddad2
made debug message point to sipctrl.conf on this specific error
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1122 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
28d72e348e
fixes bug SEMS-44.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1119 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
8c338e4912
start of cmake buildsystem
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1116 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Bogdan Pintea
36e26bb406
Added NOTIFY to the list of supported methods.
...
Patch by Rui Jin Zheng.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1101 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
55c7dd7b7e
pass possible errors in send(request) up
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1098 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Bogdan Pintea
7c6370c93f
- Content-Type header is now always set (see
...
http://lists.iptel.org/pipermail/semsdev/2008-March/002379.html )
- implemented a connection pool, used for SEMS->SER message xchange initiated
by SEMS; this pairs with SEMS' one-thread-per-session design and should
boost throughput, as it only used one main socket before
- added multi-threaded receiver, for SER->SEMS xchange, pairing with SER's
multiprocess design and moving from the single-listener 1st implementation.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1076 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
90b1345fd0
fixed build problems and missing initialization with libsamplerate. patch by Robert Szokovacs
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1066 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
7568af7fcd
sems-stats source file .c -> .cxx to avoid confusion while installed.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1064 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
b9fe88fcbe
print timer types in dbg message
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1055 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
a445867045
make sems-stats only if needed
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1052 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
a04f717068
more verbose logging, so we know where the reinvite/bye comes from
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1049 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
f30989deff
mass setting Id svn property
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1048 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
349e9b0d14
set core path
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1044 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
12b7fc5b21
install path substitution...
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1043 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
Stefan Sayer
7ad56d060b
typo
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1034 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
75c438cb44
g.722 codec from spandsp in 8khz compatibility mode
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1033 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
0d6b0c2204
- fixes compilation issues.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1031 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
67cb344b0d
- fixed major bug in the reply matching (UAC transactions).
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1027 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
3a3791bcf5
- fixed bugs related to non 200 ACK retransmission.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1019 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
3a95311728
- fixed some porting issues for MacOSX
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1015 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
5a64d15b59
made realm mismatch debug message clearer
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1011 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
21fa7890ce
GCC 4.3 missing includes Easy fixes from Peter
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1009 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
7030673b90
- moved the "dialog-lookup-container" away from the session container into AmEventDispatcher.
...
- removed AmSIPEventHandler (its functionalities are now in AmEventDispatcher).
- added possibility for each plug-in to receive out-of-dialog messages (any kind).
- added possibility to handle dialogs without creating a session (=AmSession).
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1006 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
44cc8a0413
- some cleanup.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1005 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
2dc5706fd4
- this should fix the issue with late re-transmissions reported by Laurent, and maybe more...
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1001 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
49858cc8f1
- hopefully fixes some small bugs in the wheel-timer.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1000 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
b5b216e0fe
- added copyright+license header.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@999 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
64c8b2d8d6
- removed unused AmInterfaceHandler base class.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@997 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
a5e19a309b
LIB_LDFLAGS for audio modules as well
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@988 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
8385b2b278
module_ldflags added to LIB_LDFLAGS
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@987 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
7d83a5b756
added missing DESTDIR
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@984 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Raphael Coeffic
9eb6347838
- added warning for requests without contact header.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@981 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Raphael Coeffic
885c204eeb
- added some tracing info for requests having an invalid or no Contact header.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@980 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
3aa82edbfa
fix compiler warning (see e.g. http://lists4.suse.de/opensuse-bugs/2006-10/msg03726.html )
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@978 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
d4bc1800ca
be a bit more verbouse if fread fails
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@966 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
541f8bd0ea
fixed some dbg newlines
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@957 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
2841caf087
cleaning up as well
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@954 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
620aa22718
install query_stats as sems-stats
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@953 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Raphael Coeffic
9840a26425
- fixes Route-Set for in-dialog ACKs where reply does not contain any RR headers.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@941 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Raphael Coeffic
d62d755ec4
- this should fix INVITE transaction timeout whereby a provisional reply has been received.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@940 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago