Commit graph

1051 commits

Author SHA1 Message Date
Sandrine Avakian
689f1cf86f Fixed test implicit_AVPF test in call_tester.c. Small refactoring.
Added condition in verification on all streams for avpf feature in linphone_call_get_current_params in linphonecall.c .
2015-12-14 17:11:27 +01:00
Gautier Pelloux-Prayer
02f48749a9 bc_tester: fix autoassignment bug 2015-12-09 12:02:42 +01:00
Sandrine Avakian
91f63591f7 Added boolean parameter implicit_rtcp_fb in LinphoneCallParams and SalStreamDescription to enable or disable the forcing of AVPF messages feature in AVP.
By default, the feature is enabled and RTCP feedback messages PLI, SLI, RPSI and FIR are supported.
2015-12-07 15:19:29 +01:00
Sandrine Avakian
2295b9e568 Fixing compilation problem
-video_call_avpf : enables avpf and tests video
-video_call : video call without avpf
2015-12-04 11:09:10 +01:00
Sandrine Avakian
3995ab275d Merge branch 'master' of git://git.linphone.org/linphone 2015-12-03 13:46:42 +01:00
Sandrine Avakian
2eb4221917 Update in linphone_core_init_default_params to take into account parameter avpf_enabled instead of always being disabled by default. 2015-12-03 13:45:01 +01:00
Gautier Pelloux-Prayer
8c0d155fc7 message_tester.c: add "Lime text message to non lime" test 2015-12-01 16:10:05 +01:00
Sandrine Avakian
2a3495cd4a Fixing omitted ifdef VIDEO_ENABLED missing. 2015-11-27 10:21:15 +01:00
Sandrine Avakian
8d605739a9 Adding ifdef VIDEO ENABLED for tests :
"Session report sent if video stopped during call", quality_reporting_session_report_if_video_stopped
 "Interval report if interval is configured with video and realtime text", quality_reporting_interval_report_video_and_rtt
2015-11-26 16:17:51 +01:00
Jehan Monnier
24cf297628 fix some warnings, update submodule ms2 2015-11-26 11:30:25 +01:00
Simon Morlat
6a9247d6f6 fix compilation issues and bugfix in tests 2015-11-25 14:53:22 +01:00
Jehan Monnier
262575f921 fix ice destination change in case of call with rtp-mux 2015-11-25 10:30:31 +01:00
Sylvain Berfini
10458ff953 Added method to find call log from call id 2015-11-23 10:11:45 +01:00
Ghislain MARY
cafb1dfa3e Fix strict-prototypes warnings. 2015-11-20 17:56:11 +01:00
Simon Morlat
8032e02782 attempt to fix "make rpm" 2015-11-20 14:31:19 +01:00
Simon Morlat
177f44776d workaround possible automake bug 2015-11-20 11:46:39 +01:00
Jehan Monnier
cb0bbf3146 move check_ice from liblinphone_tester.c to tester.c 2015-11-19 17:36:00 +01:00
Simon Morlat
8b791e5191 fix check_ice insertion and update ortp 2015-11-18 16:48:33 +01:00
Sylvain Berfini
85de79628f Updated ms2 to show textstream RTP stats + added test for rtt copy/paste and rtt call with ice 2015-11-18 10:51:34 +01:00
Simon Morlat
6d4e145793 fix make distcheck 2015-11-18 10:36:49 +01:00
Sandrine Avakian
a1aa5af68b Fixing mistake in Makefile.am for liblinphone_tester : resource directory 'certifcates' subdirectory tree was wrong. 2015-11-17 16:42:00 +01:00
Sandrine Avakian
32cc7bf680 Added all resources for liblinphone_tester in the installation directory. 2015-11-17 14:48:43 +01:00
Sylvain Berfini
279fa89428 Fixed red payload type fmtp line if payload number different (and added tests for that) 2015-11-13 16:26:26 +01:00
Simon Morlat
6e7d855020 fix ice bug in rtcp-mux mode 2015-11-09 20:53:17 +01:00
Simon Morlat
a7afea0ac8 rtcp mux fixes and checking 2015-11-09 16:27:34 +01:00
Simon Morlat
e2242f57e0 fix bug in RTCP mux support and fix crash in test 2015-11-08 00:03:40 +01:00
Simon Morlat
85a9b9f016 Merge branch 'master' into dev_rtcpmux 2015-11-07 13:20:33 +01:00
Simon Morlat
2cd6f5f474 implement rtcp-mux, not tested yet. 2015-11-06 13:07:43 +01:00
Ghislain MARY
8b6433fad5 Fix build on Windows. 2015-11-03 17:55:30 +01:00
Ghislain MARY
7f2a985d84 Handle strict compilation flags when building with CMake. 2015-11-03 17:40:24 +01:00
Sylvain Berfini
280d2ad3bf Fixed test with custom rtp transport modifier (sometimes on_send was called more often than on_schedule, causing packet loss) 2015-11-03 15:26:16 +01:00
Gautier Pelloux-Prayer
22e116014c proxy.c: fix overflow in linphone_proxy_config_normalize_phone_number API resulting in invalid writes 2015-11-03 12:46:48 +01:00
Ghislain MARY
057bf0430a Merge branch '3.9.x' 2015-11-02 17:36:35 +01:00
Sylvain Berfini
93c593da83 Fixed pending_message text value when dealing with accented chars + added test 2015-11-02 14:38:08 +01:00
Sylvain Berfini
868c725dae Improved a few things in RTT + added tests for message end character compatibility 2015-11-02 12:05:47 +01:00
Simon Morlat
3d7bbb5bd5 remove linphone_core_create_default_call_parameters() because this function is dangerous and error prone.
Indeed, it cannot guarantee that the created call params are compatible with the call being accepted or updated.
For doing an outgoing call there is no problem in using it but linphone_core_create_call_params() is better and hard to mis-use.
2015-10-31 12:00:28 +01:00
Simon Morlat
933a75d873 fix crash when the liblinphone_tester is executed several time in the same process 2015-10-30 18:02:38 +01:00
Sylvain Berfini
0a29655e51 Improved test/sample for RTPTransportModifiers to be able to do async handling of mblk_t and inject them back 2015-10-29 16:37:16 +01:00
Ghislain MARY
1708ae987a Fix last commit. 2015-10-28 17:44:58 +01:00
Ghislain MARY
8f5d174f95 Search for gtk-mac-integration when building with CMake. 2015-10-28 17:31:46 +01:00
Simon Morlat
aa7adfdac7 fix crash when receiving an invalid 200Ok for INVITE 2015-10-24 10:10:52 +02:00
Gautier Pelloux-Prayer
a4b116d4e4 tester: do not use BC_ASSERT_EQUAL macro to check leaks to avoid false positive in CUnit report 2015-10-23 16:12:48 +02:00
Sylvain Berfini
cb330ae420 Fixed SIPP scenario to really reproduce the issue of call without contact in invite's 200 OK + disabled for now 2015-10-23 09:36:21 +02:00
Simon Morlat
a416d49e17 fix problems with call params video enablement 2015-10-22 17:34:23 +02:00
Sylvain Berfini
5339fed4dc Added test with 200OK without contact header 2015-10-22 11:33:20 +02:00
Gautier Pelloux-Prayer
b7f7eba5cf bc_tester: fix INLINE macro for win32 2015-10-22 11:01:13 +02:00
François Grisez
6fab13434f Gtk: Optimize the update of transient buttons in the friend list 2015-10-22 10:51:27 +02:00
Gautier Pelloux-Prayer
25589de545 multi_call_tester.c: add some delay for "Eject from 4 participants conference" test 2015-10-22 09:40:32 +02:00
Gautier Pelloux-Prayer
af28361f22 fix compilation 2015-10-21 15:54:07 +02:00
Gautier Pelloux-Prayer
12930e3322 quality_reporting_tester.c: remove test for Adaptive Algorithm part of reports since it cannot be done reliably 2015-10-21 15:44:34 +02:00