linphone-iphone/tester
2017-02-08 13:58:03 +01:00
..
certificates add new tests in Flexisip suite in order to test that flexisip properly accept and reject clients using TLS client based authentication. 2016-11-17 15:03:05 +01:00
flexisip fix config file 2016-11-17 15:19:05 +01:00
images Rework chat handling. 2017-01-31 12:25:12 +01:00
rcfiles
sipp
sounds
vcards
accountmanager.c
audio_bypass_tester.c robustize tests 2017-02-05 12:17:23 +01:00
audio_bypass_wav_header.h
call_multi_tester.c fix most common warnings 2017-01-14 14:13:26 +01:00
call_multicast_tester.c fix most common warnings 2017-01-14 14:13:26 +01:00
call_single_tester.c Fix tests broken by the change of RTP symmetric policy. 2017-02-08 13:58:03 +01:00
call_video_tester.c turn off symmetric RTP by default. Indeed, this creates problem if a late STUN packet arrives from a stun server after the audio or video stream are started, because all the flow will be directed to the stun server. 2017-02-07 11:08:02 +01:00
CMakeLists.txt Rework chat handling. 2017-01-31 12:25:12 +01:00
complex_sip_case_tester.c Use our own implementation of getnameinfo(). 2017-01-10 11:03:46 +01:00
dtmf_tester.c
eventapi_tester.c fix potential crash in eventapi tester 2016-12-10 13:19:08 +01:00
flexisip_tester.c fix most common warnings 2017-01-14 14:13:26 +01:00
liblinphone_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
liblinphone_tester.h Revert message callbacks moved to LinphoneChatRoom instead of LinphoneChatMessage. 2017-01-03 14:56:17 +01:00
liblinphone_tester_ios.m
liblinphone_tester_windows.cpp Prevent crash in Windows 10 tester for tests with the "Skip" tag. 2017-01-12 17:47:25 +01:00
liblinphone_tester_windows.h Fix liblinphone tester windows 2016-11-22 16:03:59 +01:00
local_tester_hosts make sure normalized phone numbers are computed for each new subscription to take into account potentiel proxy config changes. 2016-11-15 09:27:02 +01:00
log_collection_tester.c Add arm64 support for Android. 2017-01-20 11:19:30 +01:00
Makefile.am Rework chat handling. 2017-01-31 12:25:12 +01:00
message_tester.c fix compilation error without sqlite 2017-02-05 17:41:03 +01:00
messages.db The (is_)read field of a LinphoneChatMessage is now deprecated, the LinphoneChatMessageStateDisplayed state is used instead. 2017-01-03 14:56:17 +01:00
offeranswer_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
player_tester.c
presence_server_tester.c fix unreliable tests 2017-02-06 21:58:34 +01:00
presence_tester.c Reworking of Liblinphone API 2017-01-12 17:47:01 +01:00
proxy_config_tester.c fix most common warnings 2017-01-14 14:13:26 +01:00
quality_reporting_tester.c fix unreliable tests 2017-02-06 21:58:34 +01:00
README
register_tester.c fix memory leaks 2017-01-16 11:23:20 +01:00
remote_provisioning_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
setup_tester.c Fix bug when setting up custom tone twice. 2017-02-07 11:51:45 +01:00
stun_tester.c use mire for faster i-frame loss recovery 2016-11-26 16:06:39 +01:00
tester.c fix most common warnings 2017-01-14 14:13:26 +01:00
tester_hosts
tunnel_tester.c Fixes related to tunnel 2017-01-31 15:54:25 +01:00
upnp_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
vcard_tester.c fix memory leak 2017-01-20 16:00:07 +01:00
video_tester.c fix most common warnings 2017-01-14 14:13:26 +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.