Commit Graph

658 Commits (6486c9fcdc7de2a5beebe41f3c0c0953867e62bf)

Author SHA1 Message Date
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
Raphael Coeffic 25875e49a6 First part of the outbound proxy / 200 ACK patch:
17 years ago
Stefan Sayer 8fc7d2baaa bool type for AmArg
17 years ago
Raphael Coeffic 05891186bf - fixes Via HF missing the port number. Thx to Tom van der Geer for reporting.
17 years ago
Stefan Sayer c025797681 print cseq method aswell
17 years ago
Stefan Sayer a2411210dd make cseq method available in AmSipReply::method
17 years ago
Stefan Sayer 0b9ef1c41b fix: don't use session timer if it is not loaded
17 years ago
Raphael Coeffic 00cd9ec7aa added config file for "echo" and session timer.
17 years ago
Raphael Coeffic f49a5d7f74 - simplified session timer config
17 years ago
Stefan Sayer 41c1b02a81 using AmArg::print for AmArg->string conversion (reported by B Simmet)
17 years ago
Stefan Sayer 40d1c05646 allow expires=0 for refer (cf 3261 20.19)
17 years ago
Stefan Sayer 9f3e47a756 better double representation in AmArg::print
17 years ago