linphone-ios/tester
2016-02-04 16:52:59 +01:00
..
certificates
common Fix build on Windows. 2016-01-28 10:17:27 +01:00
flexisip use belle-sip refresher with dialog terminated recovery capability 2016-01-28 17:48:11 +01:00
images
rcfiles Merge branch 'dev_conference_rfc4579' 2016-01-07 10:13:04 +01:00
sipp
sounds
accountmanager.c
call_tester.c Add API to force the use of relay when using ICE (for tests purpose) + add test that does just that. 2016-02-04 16:52:59 +01:00
CMakeLists.txt Use correct namespaces and winmd name when building for Windows 10. 2016-01-26 15:23:02 +01:00
complex_sip_call_tester.c Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
dtmf_tester.c Merge branch 'master' of git.linphone.org:linphone into dev_msfactory 2016-01-28 09:13:43 +01:00
eventapi_tester.c fix gcc compilation issue 2016-01-29 08:55:51 +01:00
flexisip_tester.c Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
liblinphone_tester.c update for new ortp logging api 2016-01-19 16:25:43 +01:00
liblinphone_tester.h Release the reference on the focus call when thatone fails 2016-02-02 11:34:13 +01:00
liblinphone_tester_windows.cpp Fix build for Windows 10. 2016-02-02 14:37:23 +01:00
liblinphone_tester_windows.h Use correct namespaces and winmd name when building for Windows 10. 2016-01-26 15:23:02 +01:00
local_tester_hosts
log_collection_tester.c Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
Makefile.am
marie_xml
message_tester.c Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
messages.db
multi_call_tester.c Release the reference on the focus call when thatone fails 2016-02-02 11:34:13 +01:00
multicast_call_tester.c Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
offeranswer_tester.c Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
player_tester.c clean a few things around MSFactory usage 2016-02-01 14:48:58 +01:00
presence_tester.c tester: fix crash in presence 2016-02-04 12:22:31 +01:00
proxy_config_tester.c Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
quality_reporting_tester.c Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
README
register_tester.c -Publish are now implemented using LinphoneEvent API. 2016-02-02 18:54:39 +01:00
remote_provisioning_tester.c Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
setup_tester.c Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
stun_tester.c Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
tester.c Release the reference on the focus call when thatone fails 2016-02-02 11:34:13 +01:00
tester_hosts
tunnel_tester.c Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
upnp_tester.c Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
video_tester.c Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00

This is the test suite of liblinphone, with many tests suites for Register, Calls, Message, Presence.

All thoses tests suites require a SIP server configured accordingly in order to execute. Naturally a Flexisip SIP server is used, whose configuration is put in the flexisip/ directory here.

In order to invoke it, just place into the tester directory and run 
$ flexisip --configfile flexisip/flexisip.conf

The tester_hosts file contains the host-like DNS configuration file to be used by the test suite in order to resolve the virtual SIP domains used by the SIP stack.
It is possible to run the flexisip SIP server and the test suite on the same machine by passing a new tester_hosts file where domains resolve to 127.0.0.1 to the tester, using the --dns-hosts option.