a39513ea
Name Last commit Last update
..
certificates
db
flexisip
images
rcfiles
remote_provisioning
sipp
sounds
tools
vcards
CMakeLists.txt
Makefile.am
README
account_creator_flexiapi_tester.cpp
account_creator_local_tester.c
account_creator_xmlrpc_tester.c
account_tester.c
accountmanager.c
alerts_tester.cpp
audio-quality-tester.cpp
audio_bypass_tester.c
audio_bypass_wav_header.h
audio_quality_tester.h
audio_routes_tester.c
audio_video_conference_tester.c
call_flexfec_tester.cpp
call_ice_tester.cpp
call_multi_tester.c
call_multicast_tester.c
call_push_incoming_tester.c
call_race_conditions.c
call_recovery_tester.c
call_secure_tester.cpp
call_single_tester.c
call_video_tester.cpp
call_with_rtp_bundle_tester.c
capability_negotiation_tester.cpp
capability_negotiation_tester.h
clonable-object-tester.cpp
complex_sip_case_tester.c
conference-event-tester.cpp
conference-info-tester.cpp
contents-tester.cpp
cpim-tester.cpp
dtls_srtp_capability_negotiation_tester.cpp
dtmf_tester.c
dtmf_tester.cpp
eventapi_tester.c
external_domain_tester.c
flexiapiclient-tester.cpp
flexisip_tester.c
group_chat_benchmark.c
group_chat_ephemeral_tester.c
group_chat_secure_tester.c
group_chat_tester.c
ice_capability_negotiation_tester.cpp
ics-tester.cpp
liblinphone_tester++.h
liblinphone_tester.c
liblinphone_tester.h
liblinphone_tester_ios.m
liblinphone_tester_windows.cpp
liblinphone_tester_windows.h
lime-user-authentication-tester.cpp
local_chat_imdn_tester.cpp
local_chat_tester.cpp
local_conference_edition_tester.cpp
local_conference_tester_functions.cpp
local_conference_tester_functions.h
local_ephemeral_chat_tester.cpp
local_ice_conference_tester.cpp
local_inpromptu_conference_tester.cpp
local_scheduled_conference_tester.cpp
local_secure_chat_tester.cpp
local_tester_hosts
log_collection_tester.c
main-db-tester.cpp
message_tester.c
multipart-tester.cpp
offeranswer_tester.cpp
player_tester.c
potential_configuration_tester.cpp
presence_server_tester.c
presence_tester.c
property-container-tester.cpp
proxy_config_tester.c
quality_reporting_tester.c
recorder_tester.c
register_tester.c
remote-provisioning-tester.cpp
session_timers_tester.c
setup_tester.c
shared_core_tester.c
shared_tester_functions.cpp
shared_tester_functions.h
srtp_capability_negotiation_tester.cpp
stun_tester.c
tester.c
tester.cpp
tester_hosts
tunnel_tester.c
utils-tester.cpp
vcard_tester.c
vfs-encryption-tester.cpp
video_quality_tester.c
video_tester.c
wrapper_cpp_tester.cpp
zrtp_capability_negotiation_tester.cpp
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.