Commit graph

708 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
6851e5e5e9 bc_tester_utils.h: fix some macros and update ms2 as well 2015-05-05 17:02:44 +02:00
Jehan Monnier
e8aef044fb Allows incoming call to be accepted even if an outgoing call is in progress. In such case, outgoing call is automatically canceled. 2015-05-04 16:50:41 +02:00
Jehan Monnier
705384ebb4 add test for // REGISTER sent for same account with configured realm 2015-05-04 16:50:41 +02:00
Ghislain MARY
7f5acfd6a9 Fix a bug in ICE where the session state was not correct when a peer added a video stream during a call and the other peer refused it. 2015-04-29 13:16:19 +02:00
Gautier Pelloux-Prayer
86863cd089 quality_reporting_tester.c: Fix "Interval report if interval is configured" test by resetting RTCP SR count at each report 2015-04-28 14:25:19 +02:00
Gautier Pelloux-Prayer
f61cd11b5c call_tester.c: use another WAV for Call with file player test to reduce computation time 2015-04-28 13:08:26 +02:00
Gautier Pelloux-Prayer
dd885db59a bc_tester_utils.h: fix missing stdarg.h 2015-04-23 11:02:19 +02:00
Gautier Pelloux-Prayer
a0c195aa8f bc_tester_utils: fix include paths 2015-04-23 09:24:54 +02:00
Jehan Monnier
cd957dda22 add srtp case to test with stream inactive 2015-04-21 15:59:01 +02:00
Ghislain MARY
f53864f9c0 Fix 0002202: ICE fails again. 2015-04-17 16:06:49 +02:00
Simon Morlat
2f5f8ca14a revisit current_params's filling for media-encryption, in order to solve bug leading to change media encryption to unencrypted during a call, without application consent. 2015-04-17 00:30:47 +02:00
Simon Morlat
cc5244f222 add new test for ICE.
add possibility to change bitrate
2015-04-14 17:50:06 +02:00
Sylvain Berfini
a99188ebeb Added dos test on flexisip suite & updated flexisip.conf 2015-04-14 17:02:13 +02:00
Simon Morlat
7fb4c0d19b fix ICE bug 2015-04-13 09:35:28 +02:00
Jehan Monnier
3611dcf6d7 add test for very special case where ICE video call is accepted by call params instead of policy 2015-04-10 22:27:56 +02:00
Simon Morlat
8352e97861 fix crashing test 2015-04-09 23:04:23 +02:00
Gautier Pelloux-Prayer
40f82acc4d tester: fix duplicate symbols issue 2015-04-09 09:47:03 +02:00
Gautier Pelloux-Prayer
4449bc3481 tester: redefine CU_* macros to enable IF(! CU_macro()) { ... } syntax and goto end handling 2015-04-08 09:43:45 +02:00
Simon Morlat
573fcd7dda fix test 2015-04-07 19:21:57 +02:00
Simon Morlat
d65ab6064b robustize tests (once again) 2015-04-07 17:27:15 +02:00
Ghislain MARY
2718f631bd Fix crash in linphone_core_reload_sound_devices() and linphone_core_reload_video_devices(). 2015-04-07 15:03:16 +02:00
Simon Morlat
e9e32912fd repair audio only build 2015-04-04 21:07:13 +02:00
Simon Morlat
5afe239ed8 add new test that check that big messages (ICE+ video + lots of codecs) are now passing through the tunnel 2015-04-03 22:05:16 +02:00
Jehan Monnier
51abeed0b5 fix video stream not started when called party is configured with automatically accept policy in case of first invited in audio only and video is later added. 2015-04-03 14:03:15 +02:00
Gautier Pelloux-Prayer
873d01e1de log_collection_tester.c: fix daylight save time / invalid time computation 2015-03-30 12:56:41 +02:00
Jehan Monnier
83f4d95545 implement compatibility mode for sdp cnx adde set to 0.0.0.0 in case of send only
param: [sip,cnx_ip_to_0000_if_sendonly_enabled]  with default value 0
2015-03-27 14:17:39 +01:00
Simon Morlat
a74ded3be6 fix audio-only build 2015-03-26 14:57:13 +01:00
Johan Pascal
9ec6bda1c4 Merge branch 'master' of git.linphone.org:linphone 2015-03-26 12:40:18 +01:00
Johan Pascal
f2b3f615fa Fix ZRTP config management when no config is present
+ add tests on ZRTP configurations
2015-03-26 12:40:09 +01:00
Jehan Monnier
e629259d3f set linphone_core_set_user_certificates_path to bc_tester_writable_dir_prefix for tester 2015-03-26 11:33:08 +01:00
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