Commit Graph

676 Commits (23dc8fdfd9d147c06bee49cc458c2ca558aaac3f)

Author SHA1 Message Date
Stefan Sayer 9b7cf2416a more loggging in case of invalid next hop
16 years ago
Stefan Sayer d8b9692f1d removing PID file as last action. thanks to juha for reporting.
16 years ago
Stefan Sayer 13c107f906 - fixed accidental double load of ivr
16 years ago
Stefan Sayer f2b4b6af05 b/f: don't deadlock on calling onLoad() with name2app mutex (thanks to Juha for reporting)
16 years ago
Peter Lemenkov 9e4a99abc2 Fix installing of docs
16 years ago
Stefan Sayer b6241fe2da initializing last_recv_time in constructor for safety. Patch by Robert Szokovacs
16 years ago
Stefan Sayer 1fa81f84fc added isArgUndef macro
16 years ago
Peter Lemenkov 7b6021c4f9 Fix for gcc4.4 in core/AmUtils.cpp
16 years ago
Stefan Sayer 3245bc053c using header name defines
16 years ago
Stefan Sayer 5b6ad08bc8 reformatting code
16 years ago
Stefan Sayer b724a2e37a bf: send ACK only for INVITE
16 years ago
Stefan Sayer 5b868ae4bb fixed frame samples length for precoded files. Patch by Andrey Samusenko
16 years ago
Stefan Sayer 7f30a69973 replaced explode() function with a more efficient version
16 years ago
Stefan Sayer 527cbb4294 thread-safe application name registering and mapping (name2app)
16 years ago
Stefan Sayer 850dec4500 simplified code
16 years ago
Stefan Sayer 7f452944dd updated PrecodedFile to AmAudioFile changes. patch by Andrey (SEMS-67)
16 years ago
Stefan Sayer 04f517d70c - don't update dialog status when processing ACK
16 years ago
Stefan Sayer d6b071fc0b null-terminate string before trying to parse it. patch by Robert Szokovacs
16 years ago
Stefan Sayer f08a1e7416 added more explanation about module loading
16 years ago
Stefan Sayer 072649d40f only allocate/memcpy to-tag if len>0
16 years ago
Peter Lemenkov d67e7a748e - Fixed building of static libs.
16 years ago
Peter Lemenkov d2b7aa71fa - Added installation of doc-files.
17 years ago
Peter Lemenkov f0b7cb629b - Fixed installation of config-files.
17 years ago
Peter Lemenkov 6dd0023017 - Fixed installation of main config files.
17 years ago
Peter Lemenkov db32233ba8 - Install main config-file.
17 years ago
Peter Lemenkov 6f160a9374 - Oops! This was committed by accident.
17 years ago
Peter Lemenkov ff7a6c8a76 - Added rules for installing of config-files for modules.
17 years ago
Peter Lemenkov f5f4672db4 - Added installation of audio-files.
17 years ago
Peter Lemenkov 6e15b229e7 Common parts of CMake modules targets were moved to cmake/module.rules.txt.
17 years ago
Stefan Sayer 0e2404142e using multiset instead of set for the timers, so that multiple timers with the same timestamp can coexist
17 years ago
Peter Lemenkov a7ee9ca66c - Simplified CMake files for building libraries and plugins.
17 years ago
Stefan Sayer af99a7f223 onOutgoingInvite callback when sending INVITE
17 years ago
Stefan Sayer 33876e9d04 implemented options_session_limit: SEMS-31 Special OPTIONS response if near session_limit
17 years ago
Peter Lemenkov 21d1eee88c Use INCLUDE_DIRECTORIES directive
17 years ago
Peter Lemenkov 7fe3137a40 Use ADD_DEFINITIONS directive instead of naive checks for compiler
17 years ago
Peter Lemenkov beb2129074 added install target for sems-stats
17 years ago
Peter Lemenkov 1c4788fdb7 set CMAKE_SHARED_LIBRARY_PREFIX globally
17 years ago
Stefan Sayer 9cce3d82c1 fix: gracefully handle unknown file subtypes
17 years ago
Raphael Coeffic 857363dbf5 - fixes discrepancy between outbound_proxy format (URI) and request.next_hop, which now also accepts a URI.
17 years ago
Stefan Sayer 64d8ace63e option to enable event queue logging. (disabled by default, as this creates too much noise in the log)
17 years ago
Stefan Sayer 04fe5722a0 enabling echo app also for outgoing calls (useful for testing)
17 years ago
Raphael Coeffic 5c2f939641 adds support for stateless replies in trans_layer.cpp.
17 years ago
Stefan Sayer f7b9c63571 drop messages with missing call-id or cseq instead of assert (interim fix until proper error reply implemented)
17 years ago
Stefan Sayer 7bc1c59453 params are quoted in the speex RFC
17 years ago
Stefan Sayer bd91ab1d7d initialize control interface before other modules (so that app modules are loaded last)
17 years ago
Stefan Sayer 3e17912134 typo. (public_sip->public_ip)
17 years ago
Stefan Sayer e3b05499fe really setting the playout type on session start
17 years ago
Stefan Sayer 202645024c using adaptive playout as default
17 years ago
Stefan Sayer 00e272207a basic monitoring support for DSM: dsm_diag and dsm_state contain current FSM/state
17 years ago
Raphael Coeffic fedfc4745e - BYE handling for unknown dialogs added.
17 years ago