linphone-iphone/tester
2016-11-15 15:05:51 +01:00
..
certificates
flexisip
images
rcfiles
sipp
sounds
vcards
accountmanager.c
audio_bypass_tester.c
audio_bypass_wav_header.h
call_multi_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
call_multicast_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
call_single_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
call_video_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
CMakeLists.txt
complex_sip_case_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
dtmf_tester.c
eventapi_tester.c One more compilation fix. 2016-11-15 15:05:51 +01:00
flexisip_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +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 Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
liblinphone_tester_ios.m
liblinphone_tester_windows.cpp
liblinphone_tester_windows.h
local_tester_hosts
log_collection_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
Makefile.am Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
message_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
messages.db
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 Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
presence_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
proxy_config_tester.c
quality_reporting_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
README
register_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +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 Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
stun_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
tester_hosts
tunnel_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +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 Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
video_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +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.