linphone-iphone/tester
Simon Morlat 2e515642f0 fix bad call state notification (Released) when receiving a call with incompatible codecs.
Normally this should not trigger any notification.
Fix bug allowing two incoming calls to be notified if ICE is used.
2014-11-18 16:01:51 +01:00
..
certificates renew altname certificate for tester 2014-09-25 18:33:34 +02: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 tester Flexisip/Subscribe forking 2014-11-13 09:13:13 +01:00
sounds add new states LinphoneCallEarlyUpdating and LinphoneCallEarlyUpdatedByRemote to properly handle the early dialog UPDATE scenarios. 2014-10-20 15:10:40 +02:00
call_tester.c fix bad call state notification (Released) when receiving a call with incompatible codecs. 2014-11-18 16:01:51 +01:00
dtmf_tester.c Add linphone_call_send_dtmfs method to allow sending a DTMF sequence instead of a single one, and add a test suite 2014-11-12 14:58:19 +01: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 move ipv6 check at the correct place 2014-11-10 13:50:04 +01:00
liblinphone_tester.h Add linphone_call_send_dtmfs method to allow sending a DTMF sequence instead of a single one, and add a test suite 2014-11-12 14:58:19 +01:00
local_tester_hosts add flexisip test suite 2014-02-05 15:00:42 +01:00
log_collection_tester.c Fix log collection test suite for Android 2014-11-12 15:33:23 +01:00
Makefile.am Add linphone_call_send_dtmfs method to allow sending a DTMF sequence instead of a single one, and add a test suite 2014-11-12 14:58:19 +01:00
marie_xml Improved remote provisioning code + added test suite for it 2014-02-12 17:21:22 +01:00
message_tester.c Fix compilation of message tester. 2014-11-14 16:06:02 +01: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
player_tester.c Change window IDs type and make local player to use the default ring sound card instead of the default playback one 2014-11-12 14:22:56 +01:00
presence_tester.c add more test for presence 2014-10-14 15:37:27 +02:00
quality_reporting_tester.c Add linphone_call_send_dtmfs method to allow sending a DTMF sequence instead of a single one, and add a test suite 2014-11-12 14:58:19 +01:00
README move flexisip conf files into a dedicated directory. 2014-08-29 19:47:42 +02:00
register_tester.c set correct name to constructor of LinphoneCoreVTable 2014-10-15 16:25:31 +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 linphone_call_send_dtmfs method to allow sending a DTMF sequence instead of a single one, and add a test suite 2014-11-12 14:58:19 +01: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 Allow the tunnel mode to work with any proxy config (except for sips destinations) 2014-11-14 20:17:54 +01: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.