linphone-ios/tester
2014-09-11 15:46:05 +02:00
..
certificates
flexisip fix incoming UPDATE without sdp (session timer case) 2014-09-11 15:08:45 +02:00
images
rcfiles
sounds
call_tester.c fix crash in test and memory leak of LinphoneCallParams 2014-09-08 22:05:29 +02:00
eventapi_tester.c
flexisip_tester.c
liblinphone_tester.c
liblinphone_tester.h
local_tester_hosts
Makefile.am
marie_xml
message_tester.c Improved strict compilation flags 2014-09-11 15:46:05 +02:00
messages.db
presence_tester.c
quality_reporting_tester.c
README
register_tester.c
remote_provisioning_tester.c
setup_tester.c Remove debug log 2014-09-08 14:20:36 +02:00
stun_tester.c
tester.c Improved strict compilation flags 2014-09-11 15:46:05 +02:00
tester_hosts
transport_tester.c Improve tunnel test: check that SIP packet actually use the tunnel 2014-09-08 14:20:31 +02:00
upnp_tester.c Improved strict compilation flags 2014-09-11 15:46:05 +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.