Richard Fuchs
cd937f1d90
create ngcp-rtpengine-utils package
...
Change-Id: Ie4d4b13b2cb0a81277e2cf919dd9e3bc77330b38
9 years ago
Richard Fuchs
f83f674c4c
fix perl namespaces - move into NGCP::
...
Change-Id: I5c21abf195b766bfda3d9d371b4d0577007c1f5e
9 years ago
Richard Fuchs
b6b0b901b3
move dedicated tests into t/
...
Change-Id: I0c51cbc63c2a1d34d89aca92084da7a8be53d8b7
9 years ago
Richard Fuchs
af788f159a
additioanl tests and flags
...
Change-Id: I61a94139261e94aae04ce9af6f883e75d177e2f4
9 years ago
Richard Fuchs
65d4752486
support checking of received rtp data
...
Change-Id: I5298ef0d581dc051042c981583badf6a7c7a4f54
9 years ago
Richard Fuchs
2b5e8ffbb8
support sending rtp over ice negotiated peer WIP
...
Change-Id: I1094913a54fbaf44d3ecf7bc38cc14113c873df8
9 years ago
Richard Fuchs
50bc73cfcb
support sending of rtp
...
Change-Id: If832a763c021735357217b69f20891b547a9f6ef
9 years ago
Richard Fuchs
e608cb00be
move .pm to separate directory
...
Change-Id: I8811005463a50e429ad94fb6d28f41b936d85860
9 years ago
Richard Fuchs
3306edf339
remove legacy test scripts
...
Change-Id: Ic62eb61ad72c39716fb07a0f37f92e748d3403fe
9 years ago
Richard Fuchs
ec10dbc9e6
support ice test script
...
Change-Id: I1e4fb0101da2b648dd0ff0e39810748c87826b64
9 years ago
Richard Fuchs
4f75c365d7
diversify test scripts
...
Change-Id: I205c6cc89b8fc09a5dea3ba96f484254847711ff
9 years ago
Richard Fuchs
d8d5e1bec9
include timer handling in test lib
...
Change-Id: Ib67a5ea3e6fc1cfa9a34e0a30ee13f7116b2fd73
9 years ago
Richard Fuchs
83d66003d9
unify testing framework - wip
...
Change-Id: I1023b97ce9c23756ab9525087fcbe010ec4a0fde
9 years ago
Richard Fuchs
bc30f83846
incorporate dtls stuff into tests
...
Change-Id: I7049bc1476131b6e86a3afd25bef5e7f64f535ce
9 years ago
Richard Fuchs
bf8c6d9389
split ICE stuff into packages
...
Change-Id: If7a9615a29b81e3e8364e55f5c7fbc8408a352bb
9 years ago
Richard Fuchs
1f8d8d7325
DTLS tests - WIP
...
Change-Id: If0e738486202bbd256da0215a56d58a388a9af42
9 years ago
Richard Fuchs
942966b463
force bencode strings as strings in perl ng-client
...
Change-Id: I3f912cf41aa81ad02b8cbbf2fc9a6860ee82368b
9 years ago
Stefan Mititelu
4fd69132a2
Merge remote-tracking branch 'upstream/master'
9 years ago
Richard Fuchs
05f0317acf
fix the 'media address' parameter
...
address family string in SDP was not produced when used
Change-Id: I33f23a8f3d600ecdb9b469368ac5a8929e4b2fa1
9 years ago
Stefan Mititelu
9ec8ac6a47
Upgrade rtpengine-ctl tool
...
Add rtpengine-ctl terminate own/foreign.
Add rtpengine-ctl list sessions <callid>/all/own/foreign.
9 years ago
Stefan Mititelu
d7a75a1256
Merge remote-tracking branch 'upstream/master'
9 years ago
Stefan Mititelu
ef39aa35f1
Add rtpengine-ctl list/set timeout
...
Setters/getter of the TIMEOUT, SILENT_TIMEOUT and FINAL_TIMEOUT.
Updated rtpengine-ctl help with the new commands.
9 years ago
smititelu
b38f3da45c
Redis nofitications fixes
...
- add --subscribe_keyspace list config parameter.
- don't delete foreign calls by timers
- fix synchronization of foreign calls (use a separate redis_notify database)
- fix statistics for control channel calls.
- fix deletion of foreign calls upon del notifications
- update rtpengine-ctl tool
9 years ago
Richard Fuchs
5dbadc4adb
implement port latching option
...
closes #119
Change-Id: I9c5f3a560088ffb04c02e1b229a2616132a506e6
9 years ago
Richard Fuchs
6f2dc0046a
allow srtp-debug-helper to specify the ROC
...
Change-Id: Iecef6446724fa86bfc9da408e6d41420b23afbe3
9 years ago
Lucian Balaceanu
937bb710de
Adding images to illustrate redis database layout
10 years ago
smititelu
06b129335a
Update rtpengine-ctl util
10 years ago
smititelu
4b92d14e1f
Allow more than 65536 open files
...
RTPengine starts with 1048575 (1<<20 - 1) maximum open files limit.
Make the maximum number of open files configurable using
"rtpengine-ctl set max-open-files 'open_files_num'" command.
Update utils script.
10 years ago
Richard Fuchs
2cff49b607
support reset flag in ng-client
...
Change-Id: I52c632a522f4b493e6175619671165ebf7f65947
10 years ago
Lucian Balaceanu
e5665c872a
Add --help/-h. Fix truncated ctl output for large commands
10 years ago
Richard Fuchs
a811adb4fb
support custom per-call/branch delete delay
...
additionally fixes #118
10 years ago
Richard Fuchs
eea325683b
MT#12691 implement via-branch handling
...
use via-branches to predict different destinations for branched SDP
offers without knowing the respective to-tag ahead of time.
Squashed commit of the following:
commit 0e81dc98285d81cf8014034a698bc57e6af14c98
Author: Richard Fuchs <rfuchs@sipwise.com>
Date: Thu May 21 11:06:15 2015 -0400
fix segfault due to missing reverse tagging
commit cd7a26314b3406faac910897d96cd4d7586fc567
Author: Richard Fuchs <rfuchs@sipwise.com>
Date: Thu May 21 08:57:42 2015 -0400
support branched offer with previously unseen to-tag
commit 77da616dd2be230b03cc480ad6dd810b2742f5aa
Author: Richard Fuchs <rfuchs@sipwise.com>
Date: Wed Apr 29 11:15:37 2015 -0400
implement via-branch handling
10 years ago
Richard Fuchs
5785bea2c9
Merge branch 'master' of git://github.com/1and1/rtpengine into rfuchs/1and1-master
10 years ago
Richard Fuchs
144a451526
support selective SDES session parameters
10 years ago
Richard Fuchs
96e3b91859
Implement support for some SDES session parameters
...
Supports: UNENCRYPTED_SRTCP, UNENCRYPTED_SRTP and UNAUTHENTICATED_SRTP
Usermode only
10 years ago
Frederic-Philippe Metz
cca0f2bf71
Replaced rtpengine-ctl shell script with perl script.
10 years ago
Richard Fuchs
1e3f06a46f
split some perl SRTP stuff into module and add debug script
10 years ago
Richard Fuchs
922211d44c
Merge branch 'rfuchs/1und1-patches'
10 years ago
Victor Seva
f8e16b9f7a
Add travis-ci configuration
11 years ago
Richard Fuchs
a8e55822d2
rtpengine-ctl: use $0 as name in help output
11 years ago
Frederic-Philippe Metz
4882d917ba
RTPENGINE-1_total_statistics_rectl.patch:
...
Neues rectl kommando list totals, mit dem man sich die totalen
statistiken ausgeben kann
Author: Frederic-Philippe Metz <Frederic.Metz@1und1.de>
11 years ago
Frederic-Philippe Metz
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
Richard Fuchs
0113991ef5
MT#9585 rename kernel module and all related items from MEDIAPROXY to RTPENGINE
11 years ago
Richard Fuchs
f826d01c29
make "trust address" the default behaviour
...
adds CLI option --sip-source to restore old default, and adds
new flag "SIP source address" to achieve the same on a per-call
basis
11 years ago
Richard Fuchs
6757c27a46
add DTLS=passive option
...
fixes #44
11 years ago
Richard Fuchs
45dee75156
support specifying interfaces to use in control protocols
11 years ago
Richard Fuchs
f6290f38a3
sample CLI usage for ng-client
11 years ago
Richard Fuchs
68d94c699e
add --TOS to ng-client
11 years ago
Richard Fuchs
4ded03de91
implement media-handover and strict-source logic
11 years ago
Richard Fuchs
011a42650d
restore query/stats output
...
Fixes #3
Pending documentation
11 years ago