Commit Graph

669 Commits (ea196d96d97ab92dcdd7fd01ac0a1c80bfc45836)

Author SHA1 Message Date
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
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
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
Stefan Sayer 178a5023d7 fix: if a CANCEL to non-existing call received, reply 481 error
17 years ago
Stefan Sayer 150721c5a9 Content-Type taken from sip requests' property
17 years ago
Stefan Sayer 41a78d52e6 return 400 (client) error on invalid address. Log as warning, not error
17 years ago
Stefan Sayer d3dd422446 AmAudio device for playing/sinking silence, optionally a certain length
17 years ago
Stefan Sayer d651b6a7b0 support headers in uri parser; slight reformatting
17 years ago
Stefan Sayer eba6b14da0 fix: don't erase the transaction before having sent 200 ACK
17 years ago
Raphael Coeffic 4a97038878 some cleanup + test code removal (harmless).
17 years ago