linphone-iphone/tester
2017-11-09 14:48:14 +01:00
..
certificates Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
db fix(MainDb): fix sql schema 2017-11-09 12:47:58 +01:00
flexisip
images
rcfiles
sipp
sounds
tools feat(Conference): hide private attributes of Conference classes (feat Benjamin Reis aka Ben Rei Jeb) 2017-10-12 16:55:53 +02:00
vcards
account_creator_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
accountmanager.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
audio_bypass_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
audio_bypass_wav_header.h fix(tester): repare build 2017-09-21 15:23:06 +02:00
call_multi_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
call_multicast_tester.c
call_single_tester.c Fixed compil for android armv7, issue was cast increases required alignment from 4 to 8 2017-10-20 10:43:06 +02:00
call_video_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
clonable-object-tester.cpp
CMakeLists.txt Remove useless conference tester. 2017-11-08 15:28:54 +01:00
complex_sip_case_tester.c Add Gruu implementation completion from master in dev_refactor_cpp branch 2017-10-10 11:58:48 +02:00
conference-event-tester.cpp Change the state of the ClientGroupChatRoom to created only when the first NOTIFY has been received. 2017-11-08 12:14:02 +01:00
content-manager-tester.cpp add content-manager and content-manager tester 2017-10-26 10:52:57 +02:00
cpim-tester.cpp Moved from a list of Content to a list of Content* to be able to cast content to specialized version 2017-11-08 15:15:47 +01:00
dtmf_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
eventapi_tester.c content_set_buffer now takes a uint8_t* instead of a void* so it can be correctly wrapped automatically 2017-10-19 10:44:13 +02:00
flexisip_tester.c content_set_buffer now takes a uint8_t* instead of a void* so it can be correctly wrapped automatically 2017-10-19 10:44:13 +02:00
liblinphone_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
liblinphone_tester.h add content-manager and content-manager tester 2017-10-26 10:52:57 +02:00
liblinphone_tester_ios.m
liblinphone_tester_windows.cpp
liblinphone_tester_windows.h
local_tester_hosts
log_collection_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
main-db-tester.cpp feat(MainDb): log durations 2017-11-09 14:48:14 +01:00
Makefile.am
message_tester.c Fixed compil 2017-11-07 17:47:58 +01:00
multipart-tester.cpp More cleanup in ChatMessage 2017-11-09 12:27:35 +01:00
offeranswer_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
player_tester.c
presence_server_tester.c Fix build issues linked to DialPlan. 2017-10-16 10:54:58 +02:00
presence_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
property-container-tester.cpp
proxy_config_tester.c
quality_reporting_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
README
register_tester.c Add Gruu implementation completion from master in dev_refactor_cpp branch 2017-10-10 11:58:48 +02:00
remote_provisioning_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
setup_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
stun_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
tester.c Remove useless conference tester. 2017-11-08 15:28:54 +01:00
tester_hosts
tunnel_tester.c disable gruu for tunnel testers 2017-10-10 10:44:13 +02:00
vcard_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
video_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02: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.