Dylan Mikus
adb6193891
Minorly adjusted the recording metadata file format
...
In the recording metadata files, we now separate each logical section of
metadata by two blank lines. So, it goes:
1. the PCAP file URL
2. two blank lines
3. all answer SDP, each separated by one blank line
4. two blank lines
5. start timestamp
6. end timestamp (no blank line in between)
7. the rest of the file is unstructured metadata (any number of lines)
10 years ago
Dylan Mikus
1af73c665a
Fixed description of metadata file format to list just one pcap file.
...
Now that all RTP streams for a call go to the same PCAP file, we don't need a
list of multiple PCAP files. We still separate it from the timestamps by an
extra newline.
10 years ago
Dylan Mikus
fa4cd75820
Added documentation on call recording and the spool directory to README.md.
10 years ago
Stefan Mititelu
a3f0e30307
Merge remote-tracking branch 'upstream/master'
10 years ago
Richard Fuchs
133e6304b3
MT#18599 support sending RTCP stats to Homer via HEP
...
Change-Id: Icaf28f28c910318726e446a1a2ad4c7ee5e79f85
10 years ago
Stefan Mititelu
d7a75a1256
Merge remote-tracking branch 'upstream/master'
10 years ago
Richard Fuchs
8f9580e9c1
Merge branch 'RTPENGINE-88-PULL' of https://github.com/1and1/rtpengine
10 years ago
Stefan Mititelu
a43996fe4a
Add 'unidirectional' attribute
...
In order to kernelize unidirectional streams.
10 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.
10 years ago
Stefan Mititelu
9be68a0c2f
Add FINAL_TIMEOUT parameter
...
The timer that will limit the duration of a call.
Add graphite statistics for calls ended this way.
10 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
10 years ago
smititelu
eee5a65911
Update doku for REDIS_NUM_THREADS
10 years ago
smititelu
74ad505c6f
Update README.md for NO_REDIS_REQUIRED parameter
10 years ago
Richard Fuchs
c1407d6b44
support Redis server authentication
...
closes #219
Change-Id: Iacf4047e748d76ff402e44a1b9f22e1d7c511c76
10 years ago
Richard Fuchs
3f1ae98379
unify -r/-R and -w/-W options into single options
...
Change-Id: I14672466cc2d9f0024d99d41dd63ec15aecbb58a
10 years ago
Richard Fuchs
d8e1e9f86a
simplify redis CLI options
...
Removes the explicit redis-read-db configuration and reduces the option
to one redis DB and one redis write DB. If only the redis DB is
configured, then it will be used for all operations. If both are
configured, then the redis DB will be used for reading and the write DB
will be used for writing (updates).
Change-Id: I8d5a32c53c9416b514c98d69c3afe7c547e530ad
10 years ago
Richard Fuchs
5dbadc4adb
implement port latching option
...
closes #119
Change-Id: I9c5f3a560088ffb04c02e1b229a2616132a506e6
10 years ago
Richard Fuchs
7635f51d3d
add hiredis dependency to README
...
Change-Id: I187025d51d72f7b17a71d2dd22f8a3949584b405
10 years ago
smititelu
030912304b
Update README with REDIS details
10 years ago
Richard Fuchs
6b5c4e8b0c
Mass update for non-daemon code (see `6d3865b`)
...
Change-Id: I7c1f3816c20b1e7e44d11838d841c26e15de380b
10 years ago
smititelu
32a42993dc
Update README.md for --max-sessions
10 years ago
Richard Fuchs
99a3faf87b
MT#15289 add "reset" flag to un-learn certain parameters
...
This enables switching over the endpoint of a dialogue to a new client
with potentially different capabilities
Change-Id: I973b3c5d004014cc73e6ebc3e87d03c742bc1951
(cherry picked from commit 69b7586aa4 )
(cherry picked from commit 93332f0f6e )
10 years ago
smititelu
72cf55b6fb
Specific REDIS read and write databases
...
Able to specify now, in the config, the redis databases from which rtpengine
should read and write session information.
10 years ago
Richard Fuchs
dafde10571
MT#15157 integrate redis module into main code tree
...
obsoletes the entire plugin/module system
Change-Id: I6997b7e6e49dac568e844c3e132fa3756cf147cb
10 years ago
Richard Fuchs
c13941fa70
Merge branch 'master' of git://github.com/1and1/rtpengine into 1and1-master
11 years ago
Pawel Kuzak
1640d92edc
Merge branch 'dev-fmetz'
11 years ago
Richard Fuchs
a811adb4fb
support custom per-call/branch delete delay
...
additionally fixes #118
11 years ago
Pawel Kuzak
ef842591b7
Added MAX_SESSIONS to README
11 years ago
Richard Fuchs
5785bea2c9
Merge branch 'master' of git://github.com/1and1/rtpengine into rfuchs/1and1-master
11 years ago
Richard Fuchs
144a451526
support selective SDES session parameters
11 years ago
Frederic-Philippe Metz
89bbaf12e3
Merge branch 'dev-fmetz'
...
Conflicts:
daemon/Makefile
daemon/call.c
daemon/log.c
daemon/main.c
kernel-module/xt_RTPENGINE.c
11 years ago
Frederic-Philippe Metz
070212ec3a
Added RTCP parsing and option to log that information
11 years ago
Frederic-Philippe Metz
9f421a9d8f
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
daemon/graphite.c
daemon/graphite.h
11 years ago
Richard Fuchs
3520617364
remove ice-lite mention from readme
11 years ago
Frederic-Philippe Metz
ec5a543f0f
Added prefix config parameter to graphite acc. to OPS
11 years ago
Frederic-Philippe Metz
2ae0e35de4
Added functionality to report statistics to graphite
11 years ago
Frederic-Philippe Metz
59329ddd04
VOIPTEST_220_delete delay
...
Im Moment wurden die sessions ja nach 30 sekunden hardcoded abgeräumt.
Dieser patch macht das konfigurabel.
ersetzt den letzten patch "added_delete_delay_for_memory_cleanup.patch".
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
Frederic-Philippe Metz
9886de4654
cdrpatch.dpatch:
...
Generiert CDRs. Diese werden in eine konfigurierbare Log Facility
geschrieben.
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
4c408e5388
add --dtls-passive switch
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
07b6ea4030
document new CLI flags
11 years ago
Richard Fuchs
1a39b865f3
readme update
11 years ago
Richard Fuchs
4d00147c04
s/force_relay/force-relay/
11 years ago
Camille Oudot
81d8616d4c
list command: several fixes + documentation
...
* duplicate strings when filling the bencode structure
* limit the number of results to avoid going over the UDP packet
size limit
12 years ago
Victor Seva
c7e3911778
MT#6485 add no_ngcp script to remove NGCP dependences
...
Help external users to produce Debian packages without
any NGCP dependence.
12 years ago
Richard Fuchs
c73089596d
update "query" output docs
12 years ago
Richard Fuchs
aa4f2fa4bf
document SIGUSR1/2
12 years ago
Richard Fuchs
c9a101c435
docs update
12 years ago
Richard Fuchs
e2901eb859
update README (primarily name change)
12 years ago
Richard Fuchs
b18d14eda5
Implement non-fatal warnings in NG replies and use them in "delete"
...
Closes : #12
12 years ago
Richard Fuchs
bbc53398f8
implement and document ng "media address"
13 years ago
Richard Fuchs
13ad0428e6
rename some keys in the ng protocol (replace dash with space) but retain compatibility
13 years ago
Richard Fuchs
24fe545614
document "start recording" command
13 years ago
Richard Fuchs
2b74aab6fa
add info about rtpproxy-ng module
13 years ago
Richard Fuchs
aeb6f3903f
updates to readme
13 years ago
Richard Fuchs
7d82cd2734
updating README
13 years ago
Richard Fuchs
a0d8655ce2
Create README.md
...
just to get rid of that banner on github
13 years ago