linphone-iphone/tester
2017-10-17 17:19:00 +02:00
..
certificates Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
db feat(core): rename message to chat-message 2017-09-07 15:56:35 +02:00
flexisip Fixed flexisip crash when using the userdb.conf file 2017-08-24 15:10:46 +02:00
images Rework chat handling. 2017-01-31 12:25:12 +01:00
rcfiles Convert LinphoneCall to Call C++ class. 2017-09-08 14:15:08 +02:00
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 LinphoneCallStats is now a belle_sip_object. BREAKS BINARY COMPATIBILITY 2017-04-19 16:17:51 +02:00
call_single_tester.c Add Gruu implementation completion from master in dev_refactor_cpp branch 2017-10-10 11:58:48 +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 feat(tests): add a clonable object test 2017-09-05 17:37:01 +02:00
CMakeLists.txt Fix 'Conference event' tester 2017-10-09 16:49:38 +02: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 fix build in tester 2017-10-17 17:19:00 +02:00
conference-tester.cpp Fix build. 2017-09-25 15:39:23 +02:00
cpim-tester.cpp fix(ChatRoom): remove useless includes 2017-10-12 16:55:53 +02:00
dtmf_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
eventapi_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
events-db-tester.cpp fix(EventsDbTester): remove import... 2017-10-17 16:02:05 +02:00
flexisip_tester.c Add Gruu implementation completion from master in dev_refactor_cpp branch 2017-10-10 11:58:48 +02:00
liblinphone_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
liblinphone_tester.h Started multipart tester 2017-10-09 10:54:02 +02:00
liblinphone_tester_ios.m Fix build issue 2017-03-24 15:57:58 +01:00
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
Makefile.am Convert LinphoneCall to Call C++ class. 2017-09-08 14:15:08 +02:00
message_tester.c Started multipart tester 2017-10-09 10:54:02 +02:00
multipart-tester.cpp fix(ChatRoom): remove useless includes 2017-10-12 16:55:53 +02:00
offeranswer_tester.c Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
player_tester.c The LinphonePlayer is now a belle_sip_object and is now wrappable. 2017-04-24 15:52:00 +02:00
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 feat(Variant): add getValueAsString impl 2017-09-15 12:04:11 +02:00
proxy_config_tester.c Fixed Cameroon dialplan 2017-08-24 10:46:45 +02:00
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 Fix 'Conference event' tester 2017-10-09 16:49:38 +02: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.