Richard Fuchs
98d32cd170
MT#55283 use perl ::IP module
Allows connecting to IPv6 addresses
Closes #1915
Change-Id: I6efe5bc5afd537507d1e88445cc9690b6abf1894
9 months ago
Richard Fuchs
048d745dfe
MT#55283 replace internal help with generated one
Change-Id: I2bab78c0a1ce85c1868398d48bcd2a3bab847ee2
11 months ago
Richard Fuchs
601abd2e5b
MT#61822 add list player cache
Change-Id: If40ab9218354b95ef2b4fba47cd5e38ab318a325
11 months ago
Richard Fuchs
e6172c34a2
MT#61822 add CLI cmd to add cached media
Change-Id: I749833d1548069444b36d1933a56080eebf9583d
11 months ago
Richard Fuchs
8286cc93b9
MT#61822 support reloading of FS cache
Change-Id: I028a9f8ffb6ff51f753744fc39d0a5c0b19a9e7b
11 months ago
Richard Fuchs
0fd3ac73a8
MT#61822 supporting removing entries from FS cache
Change-Id: Ie358778ce5d8d6872bc4964367cf0ec22296934f
11 months ago
Richard Fuchs
33be3468a7
MT#61822 support listing contents of FS cache
Change-Id: I31f9fe2bd0b95e832e285fa96ea969c703a816be
11 months ago
Richard Fuchs
a2ffa18d6c
MT#61822 add CLI command to list media cache
Change-Id: I41d388abefa1b356d7fecf7b1dc662d899a8f9ac
11 months ago
Richard Fuchs
33128b8c4a
MT#61822 add mechanism to remove cached media
Change-Id: I4be32b9b7cf122f09b891aff616c18f5ac883cd9
11 months ago
Richard Fuchs
e7c424d1ac
MT#61822 support preloading media from DB
Change-Id: Ieba8c9dd7ee413c64292a2fd48a16d38bade6be3
11 months ago
Richard Fuchs
77e8542229
MT#61822 add CLI command to reload media
Change-Id: I9c8c5423f1872169d9690282626abaad41c2597d
11 months ago
Guillem Jover
320d4dd133
MT#61459 Do not use Perl indirect object syntax
This syntax is discouraged, and it is not enabled by default any longer
starting with the 5.36 feature bundles. Stop using it so that we can
eventually bump our minimum required Perl version.
Fixes: Objects::ProhibitIndirectSyntax
Warned-by: perlcritic
Ref: https://metacpan.org/pod/feature#The-'indirect'-feature
Change-Id: I353f5aa7f7ac12d64fb02b791b791394de4261fe
1 year ago
Michael Prokop
dfc705d9b0
TT#71950 Unify rtpengine wording
There's a mixture of RTPengine and RTPEngine, though we lowercase it
entirely most of the time, so let's stick to this and unify its style.
While at it remove the "the" article for rtpengine as well,
where applicable.
Change-Id: Idbad9313499942ad12ade2c9ce76fe3ec4cd2762
3 years ago
Richard Fuchs
c939c977ec
TT#14008 set getopt require_order to avoid confusing errors
closes #1240
Change-Id: I4a9b7efb8e52f322916fa4368b80985946eb320d
5 years ago
Richard Fuchs
a86d98f8d1
TT#118902 add support for per-call debugging
Change-Id: I9b0eab21ff4e5c241ff045049ccd37f6044d5707
5 years ago
Huseyin Dikme
5348ad598d
deletedelay added into the online help
5 years ago
Richard Fuchs
c69415ba45
TT#97301 allow printing and setting of individual log levels
Change-Id: I3ac399a7041aa04847fd4a35a9c0f12a2a0a8ce3
5 years ago
Richard Fuchs
89d017ed73
TT#97301 update CLI online help
Change-Id: Ib5615f15cefa23ac093115318f84cf712f735322
5 years ago
Richard Fuchs
5fa83ce1cb
TT#14008 rtpengine-ctl fix to allow override of default values
Change-Id: Ia5e5aafbfdfa28652c153852a664b3212544f74f
6 years ago
Richard Fuchs
a6f6001bec
document "list interfaces" CLI command
Change-Id: Iec9fbb8f7395ccaa46f5c55ce3f8815b04ca647f
6 years ago
Richard Fuchs
c3f495f8b9
move default values up
Change-Id: I2d7d62b5a7891ae19bcdb01b08aef13a54e68baa
6 years ago
Jonas
0778fc1d04
Update rtpengine-ctl
The offer-timeout option is not listed in `rtpengine-ctl -h`, but is already implemented. Maybe one forgot to mention this in the help output? 🤔
6 years ago
Richard Fuchs
83f2cb03d8
TT#72350 read default values from config file
Change-Id: I0b6c0e6e6e43c1df3b9ede1c711a5f83bd4543f6
6 years ago
Richard Fuchs
dffe3d4b42
TT#72350 move default values to post-getopt
This makes it possible to load values from a config file but also
override them at the CLI.
Change-Id: Ie05c6fccb64d3b9edc8974a24669fb79feca7c0b
6 years ago
Richard Fuchs
ac60133799
TT#72350 add proper CLI options support to rtpengine-ctl
Change-Id: Ifc3ef56340c02ac4c43054d7e5243c71160cc90b
6 years ago
Huseyin Dikme
ab58245096
-cli params diff command has been updated to serve only for the
possible modifiable configuration file parameters.
-Additionally, cli params revert command has been implemented.
8 years ago
Claudiu Boriga
4039efd51a
Update rtpengine-ctl help
8 years ago
Huseyin Dikme
968446c730
cli params command has been created for initial, current parameters
and their difference
8 years ago
Richard Fuchs
edb21fe408
use EOL instead of shutdown to terminate command in rtpengine-ctl
closes #447
Change-Id: I0ddb89a9eead715b981958761e5a1a6cf8ad94ba
8 years ago
Richard Fuchs
7b757ffd8c
allow -ip host:port syntax in rtpengine-ctl, and document loglevel cmds
Change-Id: I8004e2bd002ceeee56bb9cc974bbeef533001c0d
8 years ago
Guillem Jover
b2636dcb29
TT#24097 Enable strict and warnings everywhere
Change-Id: I7362eaf95a41c67f65d79ea9e4bc1fb94eb32e69
8 years ago
Guillem Jover
301af4a2e9
TT#24097 Declare variable as my
Change-Id: Id5aa7f7f3c0839564804102fb401e5422e676433
8 years ago
Guillem Jover
d5f7624a98
TT#24097 Fix perl filehandle usage
- Use autoflush method per filehandle instead of setting $| and using
the one argument select().
- Use lexical variables instead of barewords for filehandles.
Change-Id: Icd71248a28bea0974a79e489add5deee0b65748d
8 years ago
Michael Prokop
6932f22c66
TT#22411 Fix spelling mistakes/typos
s/paramter/parameter/
s/fowarding/forwarding/
s/readabilty/readability/
s/recieving/receiving/
s/genrated/generated/
s/parametes/parameters/
s/existance/existence/
s/shouldnt/shouldn't/
s/seperate/separate/
s/neccessary/necessary/
s/occurence/occurrence/
s/timout/timeout/
s/ouput/output/
Change-Id: I4403eb54130f3c114d7881054abfdfc8223b5bf2
8 years ago
Lucian Balaceanu
25bbf03601
Set timeout of 3s for send/receive socket operations
10 years ago
Stefan Mititelu
9ec8ac6a47
Upgrade rtpengine-ctl tool
Add rtpengine-ctl terminate own/foreign.
Add rtpengine-ctl list sessions <callid>/all/own/foreign.
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
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
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
Lucian Balaceanu
e5665c872a
Add --help/-h. Fix truncated ctl output for large commands
10 years ago
Frederic-Philippe Metz
5635a8ccf6
Replaced rtpengine-ctl shell script with perl script.
11 years ago
Frederic-Philippe Metz
cca0f2bf71
Replaced rtpengine-ctl shell script with perl script.
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