Removes refrences to project name in logs and comments where it doesn't
matter whether or not the name is specified.
Change-Id: I17f99390226929ee620bc479b203825389bb3d4d
First implementation of Reliable Data Transfer feature in Ring.
This implementation is a draft, comes with a Python script
tools/dringctrl/sendfile.py to play with and doesn't
implement all the API as described into "datatransfer: API proposal"
commit.
This version uses TLS over TCP-TURN sockets to encrypt data.
Transfers require a TURN server with TCP peer connections
as described by the RFC-6062.
Testing: Currently only sendFile API is implemented and data are
saved into a temporary file saved in "/tmp/ring_XXXXXX",
where XXXXXX are replace by mkstemp() command.
Change-Id: I5b8f48432edd58df5046e368a99f58ea44046dcd
Reviewed-by: Olivier Soldano <olivier.soldano@savoirfairelinux.com>
This patch removes all IAX account code and libiax dependency in contrib.
References in documentation have also been removed where needed.
Change-Id: Ifff23725ccf7e1a6820dbc6f57256138a0fca042
Tuleap: #813
Make import robust.
Support Python2.7 in addition to Python3.
Fix call interface.
Add an auto answer option.
Handle keyboard interrupt.
Change-Id: I56160928ef8fa2e3de893c6b64ad716836bbc13f
Tuleap: #541
When the daemon is installed on multiple targets with no interface except
the Python control utility, no Ring account should pre-exist so
the Python client should be able to create a new one on first boot.
Rename long arguments.
Tuleap: #365
Change-Id: Ie78401e35aafd8ea656f001928f0a94154352752
Use a config file (test_config.ini) to configure test environnement
test_config.ini is provided as example
Issue: #80498
Change-Id: If0613d2264412af50e42f0a0eb151ecf741cbab4
Refactor of automatic call test tool
Now do ./dringctrl --help : all test name will be listed
./dringctrl --test <testName> to execute a test
Issue: #80498
Change-Id: I86d16e7d96f04f040133f16856ba9ca8a061374d