linphone-iphone/tester
Margaux Clerc 4a8ce7f061 Merge commit '728ed3077cf4e47e6e972732a3f8a1b39a96f2ed' into dev_lime
Conflicts:
	build/android/Android.mk
	coreapi/chat.c
	coreapi/help/filetransfer.c
	tester/message_tester.c
2014-09-25 17:52:30 +02:00
..
certificates Added *.linphone.org rootca to pem file used by tester 2014-02-17 16:09:18 +01:00
flexisip fix incoming UPDATE without sdp (session timer case) 2014-09-11 15:08:45 +02:00
images improve test reliability for rctp 2013-12-04 09:02:37 +01:00
rcfiles Fix remote provisioning zero-length values. Fixes #1457 again. 2014-09-04 16:10:34 +02:00
sounds improve test reliability for rctp 2013-12-04 09:02:37 +01:00
call_tester.c fix crash in call tester 2014-09-17 10:06:01 +02:00
eventapi_tester.c Fix compilation for Windows Phone 8. 2014-06-25 17:46:44 +02:00
flexisip_tester.c Fix compilation for Windows Phone 8. 2014-06-25 17:46:44 +02:00
liblinphone_tester.c fix liblinphone android tester 2014-08-04 09:07:28 +02:00
liblinphone_tester.h add new functions linphone_core_add_listener to enable multiple vtable to be registered 2014-09-16 15:00:12 +02:00
local_tester_hosts add flexisip test suite 2014-02-05 15:00:42 +01:00
Makefile.am Split strict options in two lists (C and C++) 2014-09-15 11:16:32 +02:00
marie_xml Improved remote provisioning code + added test suite for it 2014-02-12 17:21:22 +01:00
message_tester.c Merge commit '728ed3077cf4e47e6e972732a3f8a1b39a96f2ed' into dev_lime 2014-09-25 17:52:30 +02:00
messages.db Add method to retrieve size of a conversation history and a part of it 2014-08-19 11:31:40 +02:00
presence_tester.c add proxy config setter for publish expiration 2014-04-23 12:50:16 +02:00
quality_reporting_tester.c Free resources on quality reporting test end and fix invalid reads if call failed 2014-09-22 14:22:57 +02:00
README move flexisip conf files into a dedicated directory. 2014-08-29 19:47:42 +02:00
register_tester.c add new functions linphone_core_add_listener to enable multiple vtable to be registered 2014-09-16 15:00:12 +02:00
remote_provisioning_tester.c Detect invalid URI's for remote provisioning 2014-07-09 15:50:33 +02:00
setup_tester.c Remove debug log 2014-09-08 14:20:36 +02:00
stun_tester.c fix compilation problem on mingw 2014-06-26 15:44:31 +02:00
tester.c add new functions linphone_core_add_listener to enable multiple vtable to be registered 2014-09-16 15:00:12 +02:00
tester_hosts allow multiple transports in gtk application, allow to configure transport per proxy (not yet finished) 2013-11-30 11:25:55 +01:00
transport_tester.c Add test for tunnel without SIP case 2014-09-22 11:16:25 +02:00
upnp_tester.c Improved strict compilation flags 2014-09-11 15:46:05 +02:00
ZIDCache.xml Add Lime (Linphone Instant Message Encryption) 2014-04-11 00:02:36 +02:00
ZIDCacheAlice.xml Lime checks the PVS flag in ZRTP cache when getting keys 2014-07-13 00:02:47 +02:00
ZIDCacheBob.xml Lime checks the PVS flag in ZRTP cache when getting keys 2014-07-13 00:02:47 +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.