linphone-iphone/tester
2017-09-19 17:17:23 +02:00
..
certificates
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
rcfiles Convert LinphoneCall to Call C++ class. 2017-09-08 14:15:08 +02:00
sipp
sounds
vcards
account_creator_tester.c
accountmanager.c small rework of trace level management. 2017-08-23 09:21:24 +02:00
audio_bypass_tester.c
audio_bypass_wav_header.h
call_multi_tester.c feat(core): add a Cpim parser 2017-08-03 14:39:15 +02:00
call_multicast_tester.c
call_single_tester.c Convert LinphoneCall to Call C++ class. 2017-09-08 14:15:08 +02:00
call_video_tester.c fix g++ build 2017-09-11 14:09:35 +02:00
clonable-object-tester.cpp feat(tests): add a clonable object test 2017-09-05 17:37:01 +02:00
CMakeLists.txt Fixed XSD compil & link issues 2017-09-19 12:31:17 +02:00
complex_sip_case_tester.c Convert LinphoneCall to Call C++ class. 2017-09-08 14:15:08 +02:00
conference-event-tester.cpp Handle conference listener in client group chat room and wrap participant manipulation callbacks in LinphoneChatRoomCbs. 2017-09-19 17:17:23 +02:00
cpim-tester.cpp Improved CPIM parser to parse all MIME-encapsulated message content headers 2017-09-13 15:27:36 +02:00
dtmf_tester.c Convert LinphoneCall to Call C++ class. 2017-09-08 14:15:08 +02:00
eventapi_tester.c create the conf event notify + tests 2017-08-04 14:24:08 +02:00
events-db-tester.cpp fix(EventsDb): avoid duplication in db 2017-09-06 17:05:46 +02:00
flexisip_tester.c fix g++ build 2017-09-11 14:09:35 +02:00
liblinphone_tester.c make sure publishs are restart after a network state changed from DOWN to UP 2017-09-06 10:21:44 +02:00
liblinphone_tester.h Merge remote-tracking branch 'origin/dev_conference_info' into dev_refactor_cpp 2017-09-19 10:03:25 +02:00
liblinphone_tester_ios.m
liblinphone_tester_windows.cpp
liblinphone_tester_windows.h
local_tester_hosts
log_collection_tester.c
Makefile.am Convert LinphoneCall to Call C++ class. 2017-09-08 14:15:08 +02:00
message_tester.c improve logging to make sure all logger are handler by liblinphone, including, ortp, bzrtp and belle-sip 2017-09-08 13:58:30 +02:00
offeranswer_tester.c Convert LinphoneCall to Call C++ class. 2017-09-08 14:15:08 +02:00
player_tester.c
presence_server_tester.c
presence_tester.c make sure publishs are restart after a network state changed from DOWN to UP 2017-09-06 10:21:44 +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 Convert LinphoneCall to Call C++ class. 2017-09-08 14:15:08 +02:00
README
register_tester.c make sure publishs are restart after a network state changed from DOWN to UP 2017-09-06 10:21:44 +02:00
remote_provisioning_tester.c
setup_tester.c use real pointer in c wrapped clonable object 2017-09-12 15:08:10 +02:00
stun_tester.c Convert LinphoneCall to Call C++ class. 2017-09-08 14:15:08 +02:00
tester.c Merge remote-tracking branch 'origin/dev_conference_info' into dev_refactor_cpp 2017-09-19 10:03:25 +02:00
tester_hosts
tunnel_tester.c
vcard_tester.c
video_tester.c Convert LinphoneCall to Call C++ class. 2017-09-08 14:15:08 +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.