Richard Fuchs
|
5d5867513e
|
add another port number to a log message
|
15 years ago |
Richard Fuchs
|
5a63b54d3b
|
Add some more log information
Reverse "RTP port used" logic
|
15 years ago |
Richard Fuchs
|
7cda4486a9
|
bump changelog/version
|
15 years ago |
Richard Fuchs
|
f8e33506a2
|
Fix a mem leak
Add a call simulator test script
|
15 years ago |
Richard Fuchs
|
f609d6921e
|
Compile fixes for glib 2.12
|
15 years ago |
Richard Fuchs
|
0fd9e0dae4
|
Create compile-time option ("make no-redis") to eliminate all redis-related code from binary
|
15 years ago |
Richard Fuchs
|
847f156268
|
bump version number to 1.4.0
|
15 years ago |
Richard Fuchs
|
12a59caaf8
|
add redis config to mediaproxy init scripts
|
15 years ago |
Jon Bonilla
|
f928e8bfd1
|
add uuid-dev to dependencies.
Fixes mediaproxy not compiling due to missing uuid.h file
|
15 years ago |
Richard Fuchs
|
9ef47a4906
|
slightly revised the testing routing; added "dump everything to redis" function
|
15 years ago |
Richard Fuchs
|
267b8a9ce4
|
Add a "test routine" for redis DB and call restoration. Takes less than 2 seconds to restore 3000 calls.
Fix the "ports used" array.
|
15 years ago |
Richard Fuchs
|
0393d115c0
|
fix some potential memleaks
|
15 years ago |
Richard Fuchs
|
297af190d8
|
clean up orphaned redis keys
|
15 years ago |
Richard Fuchs
|
467e0183ae
|
actually associate restored call streams with call
|
15 years ago |
Richard Fuchs
|
c7635d4365
|
use G_N_ELEMENTS from glib instead of ARRAY_SIZE
|
15 years ago |
Richard Fuchs
|
c29064f4a2
|
fix the bit array stuff
|
15 years ago |
Richard Fuchs
|
c1f259e658
|
Implement internal "ports used" housekeeping, as apparently it's possible to open the same UDP port for listening many times.
|
15 years ago |
Richard Fuchs
|
ba113f123e
|
try to create and link table first, then create proc entry. prevents frequent kernel warnings
|
15 years ago |
Richard Fuchs
|
16d54a3427
|
move to slice allocator; remember UUID for restored calls
|
15 years ago |
Richard Fuchs
|
9b036f8ccf
|
implement call restore logic - needs testing
|
15 years ago |
Richard Fuchs
|
3c49d62586
|
use redis pipelining for bulk updates
|
15 years ago |
Richard Fuchs
|
9a529cefbb
|
Only compile and use the static version of the redis lib
Implement deletion of call data from redis
|
15 years ago |
Richard Fuchs
|
f4a773ba6c
|
Push the call and stream information into redis - WIP
|
15 years ago |
Richard Fuchs
|
c5bbe059ae
|
redis connect and restore procedure - STUBS
|
15 years ago |
Richard Fuchs
|
4b95842ef7
|
changelog update and version number bump
|
15 years ago |
Richard Fuchs
|
25af560069
|
Remove unnecessary dst_clone/dst_release cycle, as skb_copy already does that. Also fixes dst refcount problems.
|
15 years ago |
Richard Fuchs
|
4a86ab734c
|
determine master/slave status on startup
|
15 years ago |
Richard Fuchs
|
cffb385bcf
|
rudimentary redis handling and some die message fixes
|
15 years ago |
Richard Fuchs
|
2f183d8ce3
|
link again libhiredis and include header directory
|
15 years ago |
Richard Fuchs
|
f9b46bf328
|
import libhiredis and add to makefile
|
15 years ago |
Richard Fuchs
|
3b8dda7510
|
Make the daemon more aggressive with invalidating peer information
|
15 years ago |
Andreas Granig
|
b7c148807a
|
Fix version line.
|
15 years ago |
Andreas Granig
|
7decafc99a
|
Add --advertised-ip to defaults file.
Bump debian version.
|
15 years ago |
Richard Fuchs
|
d0b1bf10c1
|
changelog
|
15 years ago |
Richard Fuchs
|
3ae125aa91
|
introduce --advertised-ip parameter
clear up some of the --help text
make callmaster creation more consistent
|
15 years ago |
Michael Prokop
|
98b625b7e7
|
Release new version 1.3.1.
From: Michael Prokop <mika@grml.org>
|
15 years ago |
Michael Prokop
|
0887d038c9
|
dkms postinst: do not execute init script if it is not present yet.
From: Michael Prokop <mprokop@sipwise.com>
|
15 years ago |
Andreas Granig
|
ca89a01f60
|
Version fix.
|
15 years ago |
Michael Prokop
|
bfb49089bb
|
Pre-Depend on the kernel package so the kernel module is available when starting daemon.
Acked-by and Tested-by: Richard Fuchs <rfuchs@sipwise.com>
From: Michael Prokop <mprokop@sipwise.com>
|
15 years ago |
Richard Fuchs
|
cd2f8ca351
|
stop AND restart daemon when necessary
|
15 years ago |
Michael Prokop
|
ab422569c1
|
Stop daemon when installing/removing the package.
Will be tested in those minutes by Richard.
From: Michael Prokop <mprokop@sipwise.com>
|
15 years ago |
Richard Fuchs
|
d97e5c21ff
|
fix port==0 case
|
15 years ago |
Richard Fuchs
|
a17a138fc7
|
calculate checksum for all outgoing packets new
|
15 years ago |
Richard Fuchs
|
aad7abbfa4
|
changelog update
|
15 years ago |
Richard Fuchs
|
fd623f2754
|
add port-min and port-max parameters
integrate into init script and provide basic defaults script
|
15 years ago |
Andreas Granig
|
e8d4147997
|
Fix restart to work if mediaproxy didn't run before.
|
15 years ago |
Richard Fuchs
|
83d27e0f49
|
rule #1: do not use rmmod -f
rule #2: DO NOT use rmmod -f
|
15 years ago |
Richard Fuchs
|
81daf8b569
|
squeeze fixes
|
15 years ago |
Andreas Granig
|
13c06cccc9
|
Fix init file name so it's included in the deb.
Move default file to template framework.
|
15 years ago |
Michael Prokop
|
42efb0fc68
|
Fix version number for dkms package in usage instructions.
From: Michael Prokop <mprokop@sipwise.com>
|
15 years ago |