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
2 years ago
Richard Fuchs
c939c977ec
TT#14008 set getopt require_order to avoid confusing errors
...
closes #1240
Change-Id: I4a9b7efb8e52f322916fa4368b80985946eb320d
4 years ago
Richard Fuchs
a86d98f8d1
TT#118902 add support for per-call debugging
...
Change-Id: I9b0eab21ff4e5c241ff045049ccd37f6044d5707
4 years ago
Huseyin Dikme
5348ad598d
deletedelay added into the online help
4 years ago
Richard Fuchs
c69415ba45
TT#97301 allow printing and setting of individual log levels
...
Change-Id: I3ac399a7041aa04847fd4a35a9c0f12a2a0a8ce3
4 years ago
Richard Fuchs
89d017ed73
TT#97301 update CLI online help
...
Change-Id: Ib5615f15cefa23ac093115318f84cf712f735322
4 years ago
Richard Fuchs
5fa83ce1cb
TT#14008 rtpengine-ctl fix to allow override of default values
...
Change-Id: Ia5e5aafbfdfa28652c153852a664b3212544f74f
5 years ago
Richard Fuchs
a6f6001bec
document "list interfaces" CLI command
...
Change-Id: Iec9fbb8f7395ccaa46f5c55ce3f8815b04ca647f
5 years ago
Richard Fuchs
c3f495f8b9
move default values up
...
Change-Id: I2d7d62b5a7891ae19bcdb01b08aef13a54e68baa
5 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? 🤔
5 years ago
Richard Fuchs
83f2cb03d8
TT#72350 read default values from config file
...
Change-Id: I0b6c0e6e6e43c1df3b9ede1c711a5f83bd4543f6
5 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
5 years ago
Richard Fuchs
ac60133799
TT#72350 add proper CLI options support to rtpengine-ctl
...
Change-Id: Ifc3ef56340c02ac4c43054d7e5243c71160cc90b
5 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.
7 years ago
Claudiu Boriga
80abad18cf
Merge remote-tracking branch 'sipwise/master' into extend-rtpengine-ctl
7 years ago
Claudiu Boriga
4039efd51a
Update rtpengine-ctl help
7 years ago
Huseyin Dikme
968446c730
cli params command has been created for initial, current parameters
...
and their difference
7 years ago
Richard Fuchs
edb21fe408
use EOL instead of shutdown to terminate command in rtpengine-ctl
...
closes #447
Change-Id: I0ddb89a9eead715b981958761e5a1a6cf8ad94ba
7 years ago
Richard Fuchs
7b757ffd8c
allow -ip host:port syntax in rtpengine-ctl, and document loglevel cmds
...
Change-Id: I8004e2bd002ceeee56bb9cc974bbeef533001c0d
7 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
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
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
cca0f2bf71
Replaced rtpengine-ctl shell script with perl script.
10 years ago
Richard Fuchs
a8e55822d2
rtpengine-ctl: use $0 as name in help output
10 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>
10 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>
10 years ago