| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
ce3ae37a76 |
Fixes after second review
- read/write lock config_lock for keyspace operations - read lock hashlock when iterating through the callhash |
10 years ago |
|
|
541e2999a9 |
Implemented redis-notification base feature.
Currently, every rtpengine will subscribe to redis-keyspace notification so it will receive a notification when an call is inserted. If the call is not already handeled by the rtpengine, the call will be restored. The reason for this is to have in-place redundancy. Imagine you have multiple rtpengines running, eachone will have all calls of the others. When one rtpengine fails somehow, infrastructure guys use BGP in order to 'move' the IP address from one rtpengine to another. Thisone can handle the new calls instantly since they're already recovered by redis-notification feature. Next step is internally identify those calls in order to prevent some timers to delete the calls where no RTP flows. Second will be something we call 'partitioning'. It means that the subscription to a redis notify will only be for the keyspace a dedicated rtpengine writes to. This leads to the point that you can make redundancy groups (partitions) of the rtpengines. |
10 years ago |
|
|
dafde10571 |
MT#15157 integrate redis module into main code tree
obsoletes the entire plugin/module system Change-Id: I6997b7e6e49dac568e844c3e132fa3756cf147cb |
10 years ago |
|
|
0113991ef5 | MT#9585 rename kernel module and all related items from MEDIAPROXY to RTPENGINE | 11 years ago |
|
|
4c0ca278fa | rename mediaproxy-ng to rtpengine | 12 years ago |
|
|
5fa1c1ec7d | dont fail on failed rm | 13 years ago |
|
|
8fd17a6c0f | replace obsolete readme with proper version in packages | 13 years ago |
|
|
cde509531c | parallel builds | 13 years ago |
|
|
e88e8ccc19 | Revert commit 9539 and re-add init stuff | 14 years ago |
|
|
4c95623589 |
Build package ngcp-mediaproxy-ng-dbg providing debugging symbols
Split out the debugging symbols from the main packages into one single package named ngcp-mediaproxy-ng-dbg Closes: https://bugtracker.sipwise.com/view.php?id=1825 From: Michael Prokop <mprokop@sipwise.com> |
14 years ago |
|
|
6b48cb0d49 |
Remove init and default scripts
The default file is provided by templates. We won't have questions regarding changed config files on upgrades. The init script will be provided via lsb-scripts. |
14 years ago |
|
|
dc7517121d | remove uuid helper code | 14 years ago |