Commit Graph

689 Commits (be85aa2c1922618aa83902bc9e82e0dbb17aa52b)

Author SHA1 Message Date
Stefan Sayer be85aa2c19 fixes ACK handling in B2BUA, which was broken due to moving ACK handling on user layer
17 years ago
Stefan Sayer e6a8e7a82b fix stopping of media processor threads (thats probably the reason ctrl-c did not work sometimes)
17 years ago
Stefan Sayer 1c495b62a9 not using std::stack
17 years ago
Stefan Sayer 30cef546f6 more springcleaning by Robert, thanks\!
17 years ago
Stefan Sayer dd8974eb4a avoid that compiler warning about dereferencing type-punned pointer by copying first
17 years ago
Stefan Sayer 3aca4103ed removed some unused function and friends
17 years ago
Stefan Sayer e95b0770be adding some virtual dtors
17 years ago
Stefan Sayer 7cd34ee75d make code checker happy
17 years ago
Stefan Sayer a49a07e649 don't write too long cache path
17 years ago
Stefan Sayer 817d4d8f31 removed unused function (unixsockctrl gone some time ago)
17 years ago
Stefan Sayer 22fad01ddc fix detection of same digits following each other when using DTMF RTP payload. drawback is little bigger reaction time.
17 years ago
Stefan Sayer 1a8977e08f warn if rng could not be initialized (and make compiler happy)
17 years ago
Stefan Sayer 31a090696a fixes loop problem with mp3 files reported by Robert Szokovacs
17 years ago
Stefan Sayer 9b7cf2416a more loggging in case of invalid next hop
17 years ago
Stefan Sayer d8b9692f1d removing PID file as last action. thanks to juha for reporting.
17 years ago
Stefan Sayer 13c107f906 - fixed accidental double load of ivr
17 years ago
Stefan Sayer f2b4b6af05 b/f: don't deadlock on calling onLoad() with name2app mutex (thanks to Juha for reporting)
17 years ago
Peter Lemenkov 9e4a99abc2 Fix installing of docs
17 years ago
Stefan Sayer b6241fe2da initializing last_recv_time in constructor for safety. Patch by Robert Szokovacs
17 years ago
Stefan Sayer 1fa81f84fc added isArgUndef macro
17 years ago
Peter Lemenkov 7b6021c4f9 Fix for gcc4.4 in core/AmUtils.cpp
17 years ago
Stefan Sayer 3245bc053c using header name defines
17 years ago
Stefan Sayer 5b6ad08bc8 reformatting code
17 years ago
Stefan Sayer b724a2e37a bf: send ACK only for INVITE
17 years ago
Stefan Sayer 5b868ae4bb fixed frame samples length for precoded files. Patch by Andrey Samusenko
17 years ago
Stefan Sayer 7f30a69973 replaced explode() function with a more efficient version
17 years ago
Stefan Sayer 527cbb4294 thread-safe application name registering and mapping (name2app)
17 years ago
Stefan Sayer 850dec4500 simplified code
17 years ago
Stefan Sayer 7f452944dd updated PrecodedFile to AmAudioFile changes. patch by Andrey (SEMS-67)
17 years ago
Stefan Sayer 04f517d70c - don't update dialog status when processing ACK
17 years ago
Stefan Sayer d6b071fc0b null-terminate string before trying to parse it. patch by Robert Szokovacs
17 years ago
Stefan Sayer f08a1e7416 added more explanation about module loading
17 years ago
Stefan Sayer 072649d40f only allocate/memcpy to-tag if len>0
17 years ago
Peter Lemenkov d67e7a748e - Fixed building of static libs.
17 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