| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
ea7d04ae76 |
TT#136952 add CLI options to manipulate calls and tags
Change-Id: I9b6b24cbcaa7ed62a5dd786ae5d847ecee8cd46f |
4 years ago |
|
|
cbf6ad7041 |
TT#88951 abstractise CLI handling and writing
Change-Id: I004cbc4a8690b11822ab54f34af01557b87c6a02 |
5 years ago |
|
|
d64c888a0e |
TT#36301 transcoding unit tests
Change-Id: If48e5afe5a343b557183b6e87441f52424dd2c6a |
8 years ago |
|
|
75056a8dd1 |
eliminate the callmaster struct
Change-Id: I9151dbe8f47b3bb9ab67d6fea2fc3783bdc558da |
8 years ago |
|
|
2eb01695bb |
TT#26756 clean up CLI code using streambuf
Change-Id: I0e6c264d5cbd569fb35fab3ad2b0a4f6413949b0 |
8 years ago |
|
|
6d3865b971 |
Mass update - manual merge of rfuchs/socket-rework branch
This brings master up to date with branch `rfuchs/socket-rework` at commit `b1bcc096b7`. The branches have diverged too much for a proper merge, so this is a manual (squashed) merge. The old master before this merge can be found in branch `old-master-before-socket-rework` (commit `82199216b2`). This is a complete rewrite of all socket handling routines. The most important functional change is that sockets aren't indiscriminately bound to INADDR_ANY (or rather in6addr_any), but instead are always bound to their respective local interface address and with the correct address family. Side effects of this are that in multi-homed environments, multiple sockets must be opened (one per interface address and family) which must be taken into account when considering RLIMIT_NOFILE values. As a benefit, this change allows rtpengine to utilize the full UDP port space per interface address, instead of just one port space per machine. The socket abstraction also makes it possible to support RTP over TCP in the future. Change-Id: If6cf4f42136229490186d2d2482fb4fc140c2b53 |
10 years ago |
|
|
131c9e8110 |
cli
Ein Commandline interface, wo man von der console and der rtpengine bestimme Dinge abfragen kann. Author: Frederic-Philippe Metz <Frederic.Metz@1und1.de> |
11 years ago |