Richard Fuchs
0cbb4665a5
paving the way to multi-interface support
11 years ago
Camille Oudot
faf3e22b9e
logging: choose the log facility from the command line, or log to stderr
11 years ago
Richard Fuchs
1f4f0d6137
implement delayed call/branch deletion
Squashed commit of the following:
commit 5539a3dcb4
Author: Richard Fuchs <rfuchs@sipwise.com>
Date: Wed Aug 27 08:02:00 2014 -0400
update redis mod version
commit fa372760a2
Author: Richard Fuchs <rfuchs@sipwise.com>
Date: Tue Aug 26 15:42:00 2014 -0400
delay branch deletion
commit 87af9f48f5
Author: Richard Fuchs <rfuchs@sipwise.com>
Date: Tue Aug 26 13:52:28 2014 -0400
delay deletion of entire call
11 years ago
Camille Oudot
6005d14e1a
XMLRPC notifications: more formats
the command line switch -x allows tho choose between several XMLRPC formats:
* format 0 is the legacy SEMS di for the SBC application
* format 1 only includes the call-id:
<?xml version="1.0" encoding="UTF-8"?>
<methodCall>
<methodName>teardown</methodName>
<params>
<param><value><string>${call-id}</string></value></param>
</params>
</methodCall>
12 years ago
Richard Fuchs
681b2c1a24
version reporting: use git branch and commit if available
12 years ago
Richard Fuchs
e381e107ec
configurable per-call TOS value
12 years ago
Richard Fuchs
bb84ea5035
implement explicit warning when kernel support is missing
12 years ago
Richard Fuchs
ec3daabf6e
change name of redis plugin file
12 years ago
Richard Fuchs
c372019f65
re-enable redis module compatibility checks
12 years ago
Richard Fuchs
4c0ca278fa
rename mediaproxy-ng to rtpengine
12 years ago
Richard Fuchs
f8f741b584
Update to upcoming 3.0 release (2.9.9 for now)
Merged from branch rfuchs/3.0
Conflicts:
daemon/sdp.c
debian/changelog
tests/simulator-ng.pl
utils/ng-client
12 years ago
Richard Fuchs
e90a7ec1b9
change port range defaults to match docs
12 years ago
Juha Heinanen
e84c2f52c3
added log level handling to debian default file and init script
- fixed indentation in main.c
12 years ago
oboisti
d74c24ff21
added --log-level option and USR1 and USR2 signals to update log level on the fly
12 years ago
Richard Fuchs
7e88b38506
change port range defaults to match docs
12 years ago
Richard Fuchs
92e43e9aa8
dlopen() doesnt actually set errno
13 years ago
Richard Fuchs
a780cf7891
redis updates
13 years ago
Richard Fuchs
788eb5ce67
update for redis module
13 years ago
Richard Fuchs
a923a52a60
redis/2 module is now incompatible
13 years ago
Richard Fuchs
87ec55b7b5
we do need to initialized that random() generator
13 years ago
Richard Fuchs
1a2e0d75ea
create a random but constant "foundation" string for ice candidates
13 years ago
Richard Fuchs
697d152796
to avoid confusion with debian version numbers, use sequentials integers for ABI versioning
13 years ago
Richard Fuchs
7d1629442d
get rid of stupid message
13 years ago
Richard Fuchs
ce2df6d90f
exclude our own listening ports from RTP
13 years ago
Richard Fuchs
ab3a47ae41
finish renaming control.[ch] to control_tcp.[ch]
13 years ago
Richard Fuchs
57051ee86f
use a sane default port range
13 years ago
Richard Fuchs
8fe26b2d3b
obsolete the "mediatype" element
13 years ago
Richard Fuchs
9589a73b42
obsolete call{ed,ing}_agent element
13 years ago
Richard Fuchs
45c38179d1
those updates break the redis module
13 years ago
Richard Fuchs
76cab1f697
non-static vars must be initialized to 0
13 years ago
Richard Fuchs
ab24a79de9
adding control_ng stubs
13 years ago
Richard Fuchs
78712cf7c9
rename listen to listen-tcp in error outputs as well
13 years ago
Richard Fuchs
a7d40bf7bc
rename --listen to --listen-tcp
13 years ago
Richard Fuchs
b36afb6183
exclude deprated API calls
13 years ago
Richard Fuchs
08d40d8ac5
add debian buildflags and address generated warnings
14 years ago
Richard Fuchs
d751d10093
check struct sizes and offsets exported by redis plugin
14 years ago
Richard Fuchs
9077fac612
be a lazy developer and try to load the .so locally
14 years ago
Richard Fuchs
da02558511
its always nice to call openlog()
14 years ago
Richard Fuchs
7e38c7a96f
a more robust thread shutdown procedure
14 years ago
Richard Fuchs
d20d747a63
since xmlrpc is still segfaulting even in its own process, disable core dumps in the child and retry the xmlrpc call up to 3 times if the child terminates abnormally. jumping through hoops ftw!
14 years ago
Richard Fuchs
2ad1d6f65e
xmlrpc still segfaulting. leaves no choice but to fork out a new process, ugh.
14 years ago
Richard Fuchs
f4833f6b74
xmlrpc calls still causing segfaults, lets try with a dedicated client object per call... i'm starting to dislike this library
14 years ago
Richard Fuchs
4b7d4d24cd
dont block fatal core-dumping signals
14 years ago
Richard Fuchs
0d6349f14c
and for the interesting part: multiple poller threads
14 years ago
Richard Fuchs
942c96c96d
move poller timers and polling into a separate thread
14 years ago
Richard Fuchs
d25d1c2009
making main() pretty by moving stuff out of the way
14 years ago
Richard Fuchs
ddffe5eeec
global xmlrpc init must be done prior to any threading
14 years ago
Richard Fuchs
47a9a00a11
it makes no sense to return a value from an effectively detached thread
14 years ago
Richard Fuchs
31a5ff9c29
detached threads considered harmful, so simulate them by keeping a threads-to-join list
14 years ago
Richard Fuchs
bc647862e5
use sigtimedwait for proper sighandler thread shutdown
14 years ago