Commit Graph

917 Commits (014a26b268ed50d14d4170bb307cfb751f876a39)

Author SHA1 Message Date
Stefan Sayer 42f6589f02 work around getenv requiring char*
16 years ago
debian 224c6de7a4 remove superfluous file
16 years ago
debian 1181f522db only define _GNU_SOURCE once
16 years ago
Stefan Sayer 5c77aa56dc on linux,define _GNU_SOURCE before including stdio
16 years ago
Stefan Sayer 5f93d15285 restored license and reformatting
16 years ago
Stefan Sayer 097e5f44ae restore file that mysteriously got corrupted
16 years ago
Stefan Sayer 7dcb7e2abb added OpenSSL linking exception to license
16 years ago
Stefan Sayer f1be62d5d7 reformatting (only wsp changes)
16 years ago
Stefan Sayer b6e4cd1c87 allow to pass all ipp paths to make
16 years ago
Stefan Sayer c46ba3462c G.729 codec module (wrapper for Intel IPP 0.6)
16 years ago
Stefan Sayer 5a57721513 implements SIGUSR1/SIGUSR2 handling, custom use
16 years ago
Stefan Sayer f1b8362ef0 handle SIGHUP: stop sessions (send BYE), dont quit
16 years ago
Stefan Sayer cc80ab78c6 removed obsolete user_prefix_separator
16 years ago
Stefan Sayer cbf59af49d introduced max_shutdown_time, limits server stop
16 years ago
Stefan Sayer 8f289e98b9 reverted app config dir to /etc/sems/etc
16 years ago
Stefan Sayer 90cccb3383 reworked SST + B2BUA implementation
16 years ago
Stefan Sayer 903e909f8b add suggested parentheses around ‘&&’ within ‘||’
16 years ago
Stefan Sayer 844caecfca b/f: don't continue processing after 500 reply
16 years ago
Stefan Sayer fdb28ab072 small optimization
16 years ago
Stefan Sayer 9e48bad2f6 moved check for UPDATE support in req/reply handlers
16 years ago
Stefan Sayer 83179ccaf4 b/f: terminate other leg only if existing
16 years ago
Stefan Sayer 7eb35d41c3 handling session timeout in onSessionTimeout evh
16 years ago
Stefan Sayer 617f07d2c5 b/f: relay SDP in SDP only for INVITE method
16 years ago
Stefan Sayer 24b6f5163f small sample config clarification
16 years ago
Stefan Sayer 2f36762bd9 UPDATE support for Session Timer
16 years ago
Stefan Sayer 6e503d4112 a bit more verbosity when configured 100rel wrong
16 years ago
Stefan Sayer 50056f4279 configuration for 100rel in sample config
16 years ago
Stefan Sayer c21949a3d8 b/f: fix configuration return value
16 years ago
Stefan Sayer ee229de02c b/f: send autheticated BYE with To-tag
16 years ago
Peter Lemenkov dd2a283f73 Add missing LDFLAGS for linking new DNS code
16 years ago
Peter Lemenkov fe586a666f Fix CMake build of renamed md5.{c => cpp}
16 years ago
Raphael Coeffic 5d1ba1e5ce small changes in debug messages
16 years ago
Raphael 70469dea2d small fixes
16 years ago
Raphael Coeffic 7e65eccab8 added onw functions for parsing DNS reply
16 years ago
Raphael Coeffic 2eeef30fbb fix bug introduced with f5bfad916c
16 years ago
Raphael Coeffic 9eecb79ab3 fixes port number for A record lookups
16 years ago
Raphael Coeffic 248bc3e11a corrected some bugs
16 years ago
Raphael Coeffic a2d39c5c09 remember which SRV entries have already been used (stored in dns_handle)
16 years ago
Raphael Coeffic a7389521e2 queries SRV records if no port specified in the R-URI (RFC3263)
16 years ago
Raphael Coeffic 9c3ba1958a cleanup + added TODOs
16 years ago
Raphael Coeffic 2c3875dad8 added a garbage collector threads (removes expired entries)
16 years ago
Raphael Coeffic 0672c66d8e fixes the port number when a new address is used
16 years ago
Raphael Coeffic 0ea62e575b moved generic types to the core directory
16 years ago
Raphael Coeffic a292668861 fixes retransmission to another ip
16 years ago
Raphael Coeffic 9e22de3bea added some entropy into compute_branch
16 years ago
Raphael Coeffic f5bfad916c support for RFC 3263 improvement
16 years ago
Raphael Coeffic 5120770a4e introduced a new DNS cache
16 years ago
Raphael Coeffic e7771d3f38 introduced the singleton pattern
16 years ago
Raphael Coeffic b8444a196e - 'template-ized' the hash table mechanism so that it can be used by others as well (until now, only for sip transactions).
16 years ago
Raphael Coeffic 2cb7cb0ab1 fixes uac_auth on max os x
16 years ago