Commit graph

678 commits

Author SHA1 Message Date
Jehan Monnier
0977076243 improve reliability of tests measuring bandwidth 2015-03-25 16:49:08 +01:00
Jehan Monnier
e5933c61bd improve calls in send-only/receive-only mode 2015-03-25 14:37:02 +01:00
Simon Morlat
28ae2ec0bd Fix problem with event queue being reset by account creator of liblinphone_tester 2015-03-25 12:39:05 +01:00
Simon Morlat
31f304b9d0 fix crash when attempting to change the camera for video stream that is not started 2015-03-24 21:29:46 +01:00
Gautier Pelloux-Prayer
e428bf42b8 tester: fix crash when using both --verbose and --log-file 2015-03-24 17:23:05 +01:00
Jehan Monnier
a56d4e495e store cam setting in call context to be able to manage webcam configuration, call by call, specially useful to set nowebcam in Pausing state only. 2015-03-24 13:56:56 +01:00
Gautier Pelloux-Prayer
740c4e8c21 tester: use snprintf instead of sprintf and use stdio instead of default logger function for bc_tester_utils 2015-03-24 11:44:00 +01:00
Jehan Monnier
15b915e036 -No longer rewrite callparams->has_video, but use dedicated params to save offers answer result regarding video
-Invoke FIR in method linphone_core_send_vfu_request
-Invoke CallStatsUpdated even in case of scheduled updates
-Fix media direction in case of paused/resumed with paused by « inactive »
2015-03-23 12:49:31 +01:00
Gautier Pelloux-Prayer
c03389c14c bc_tester_utils.c: use tester_printf instead of fprintf and fix android log handling 2015-03-20 15:13:36 +01:00
Gautier Pelloux-Prayer
66fa2a03ac liblinphone_tester.c: correctly set log level mask 2015-03-20 14:19:35 +01:00
Gautier Pelloux-Prayer
ba701257fe linphonecore.c: add linphone_core_set_log_level_mask and deprecate linphone_core_set_log_level since it's actually a misname of the first function 2015-03-20 14:13:21 +01:00
Ghislain MARY
c757b8e4c1 Test video bandwidth during early-media in "Forked outgoing early-media video call with inactive audio" test. 2015-03-19 12:08:56 +01:00
Johan Pascal
7e742958a2 Fix compilation when LIME is disabled
- enabled by default switch using --enable-lime
- check for polarssl gcm.h presence (version >=1.3)
2015-03-19 00:21:07 +01:00
Ghislain MARY
4855be3d7d Add "Forked outgoing early-media video call with inactive audio" test. 2015-03-18 16:13:47 +01:00
Ghislain MARY
a3b8cf6b2b Fix build of tester with CMake. 2015-03-18 15:20:21 +01:00
Gautier Pelloux-Prayer
c05b0ace94 tester: update common & add common/ subfolder in include directories 2015-03-18 14:18:05 +01:00
Gautier Pelloux-Prayer
88a7287ba7 tester.c: remove duplicate definition 2015-03-18 11:42:08 +01:00
Gautier Pelloux-Prayer
acf3bb287d tester: add test/suite getters for iOS tester and reorganize code a bit 2015-03-18 10:58:12 +01:00
Gautier Pelloux-Prayer
d78eea16cb autocompletion: add Linphone and mediastreamer tools as supported by the tool 2015-03-17 14:39:47 +01:00
Gautier Pelloux-Prayer
f02b957e60 tester: use linphone_core_set_log_level when setting verbosity in order to keep belle-sip logs too 2015-03-17 13:42:18 +01:00
Sylvain Berfini
9fff00eef2 Improved tester and fixed flexisip file transfer message rewrite test 2015-03-17 13:17:02 +01:00
François Grisez
ecf0caa54f Change the name of recorded file in the "Call with file player" and "Call with mkv file player" testers 2015-03-17 11:43:15 +01:00
Sylvain Berfini
eeda3916cd When simulating a client whithout RCS, still add a simple Accept header 2015-03-16 17:44:11 +01:00
Gautier Pelloux-Prayer
c94a52f3f0 Merge branch 'dev_tester_factorization'
Conflicts:
	tester/message_tester.c
2015-03-16 17:15:01 +01:00
Gautier Pelloux-Prayer
cdec9f9eda Tester: update CMakeLists.txt and use latest changes 2015-03-16 16:48:03 +01:00
Simon Morlat
2b2b138f43 revert my changes about reusing sip.instance, it is not compatible with tests checking call forking 2015-03-16 16:29:01 +01:00
Simon Morlat
272d1ac8ea fix memory leaks
reuse same sip.instance in account manager of tester
2015-03-16 16:22:19 +01:00
Simon Morlat
330a4ca99a implement replacing of international calling prefix by +, so that number get really normalized. 2015-03-16 14:47:22 +01:00
Simon Morlat
9ef35e8f77 fix crash when receiving no SDP in 200 OK and ICE is enabled 2015-03-15 17:16:02 +01:00
Gautier Pelloux-Prayer
b411d3f5ff Tester: fix return value 2015-03-13 17:02:21 +01:00
Simon Morlat
b2b1410a69 fix multiple memory leaks 2015-03-13 15:18:08 +01:00
Gautier Pelloux-Prayer
0887089bc6 Tester: continuing 2015-03-13 13:55:32 +01:00
Gautier Pelloux-Prayer
d3d0573d13 Tester: create tester_utils which contain factorized code for all testers (in progress) 2015-03-13 10:48:21 +01:00
Simon Morlat
0c404d7516 fix compilation warnings, non-portable code and make distcheck 2015-03-12 22:57:37 +01:00
Simon Morlat
e6500c1783 fix crash 2015-03-12 22:20:04 +01:00
Johan Pascal
667d993e71 Update lime file transfer test to check correct stats 2015-03-12 18:15:56 +01:00
Jehan Monnier
5035992c64 Merge remote-tracking branch 'private/dev_lime'
Conflicts:
	coreapi/linphonecall.c
2015-03-12 15:08:35 +01:00
Sylvain Berfini
0f23b27ee6 Merge remote-tracking branch 'origin/dev_file_transfer_message_rewrite' 2015-03-12 11:02:33 +01:00
Jehan Monnier
8df520011a Make sure encryption mandatory is taken into account for alto like ZRTP or DTLS 2015-03-11 14:15:59 +01:00
Jehan Monnier
af6db9e6cb add offers/answers test for DTLS 2015-03-11 08:36:00 +01:00
Simon Morlat
c7a6cb0986 fix vtables
linphone_core_remove_listener() can safely be called from within a callback.
don't destroy the vtable in linphone_core_destroy(), similar to what is done with linphone_core_remove_listener().
2015-03-10 15:25:02 +01:00
Gautier Pelloux-Prayer
84e665cb01 call_tester: if download bandwidth is not enough for both audio and video, we still expect video to be sent to the lowest bitrate possible 2015-03-10 14:49:30 +01:00
Ghislain MARY
3652d1ce27 Add tests to check that the video display and video capture enabling settings work correctly. 2015-03-09 15:45:01 +01:00
Simon Morlat
147b143d40 update ms2, factorize code, clean logs 2015-03-05 15:13:33 +01:00
Ghislain MARY
a705112921 Use cxx linker for linphone GTK and liblinphone_tester when building with CMake. 2015-03-04 16:31:42 +01:00
Sylvain Berfini
38330c65ac Enabled register with accept header and added tests to flexisip tests suite 2015-03-04 16:03:35 +01:00
Ghislain MARY
052206a321 Fix build with Visual Studio 2010. 2015-03-03 14:12:46 +01:00
Sylvain Berfini
6e8212cde0 Improved message tester to not use number_of_LinphoneMessageExtBodyReceived anymore when it should not 2015-03-03 14:43:22 +01:00
Johan Pascal
9dad68769d Fix ZRTP video call tester 2015-03-02 23:23:51 +01:00
Ghislain MARY
b886fbda41 Play a ringback tone when an early-media call is accepted with inactive audio. 2015-03-02 17:25:52 +01:00