linphone-ios/tester
2014-11-25 14:05:29 +01:00
..
certificates
flexisip
images
rcfiles
sounds
call_tester.c Make the call recording testers to remove the record file after testing 2014-11-25 14:05:29 +01:00
dtmf_tester.c Fix DTMF tests suite: when using SIP INFO, we should keep initial packets order 2014-11-21 14:45:16 +01:00
eventapi_tester.c
flexisip_tester.c
liblinphone_completion Use correct exectuable name and fill test/suite name too 2014-11-24 16:55:48 +01:00
liblinphone_tester.c introduce a new option to put liblinphone tester traces into a file (I.E --log-file <filename>) 2014-11-25 09:01:30 +01:00
liblinphone_tester.h Handle the callbacks associated with a chat message directly in the LinphoneChatMessage object instead of in the LinphoneCore object. 2014-11-24 16:16:17 +01:00
local_tester_hosts
log_collection_tester.c
Makefile.am add $(TEST_OPTIONS) to liblinphone tester make file 2014-11-25 09:08:26 +01:00
marie_xml
message_tester.c Handle the callbacks associated with a chat message directly in the LinphoneChatMessage object instead of in the LinphoneCore object. 2014-11-24 16:16:17 +01:00
messages.db
player_tester.c Fix 'Player/Local MKV file' test 2014-11-24 10:18:08 +01:00
presence_tester.c
quality_reporting_tester.c
README
register_tester.c
remote_provisioning_tester.c
setup_tester.c
stun_tester.c
tester.c flush liblinphone tester traces 2014-11-25 11:23:33 +01:00
tester_hosts
transport_tester.c
upnp_tester.c

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.