Commit graph

1022 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
08e923a41c chat: fix crash when receiving message status notification AFTER having deleted the chat room 2015-09-03 17:07:52 +02:00
Simon Morlat
6164259e98 fix windows build (pri64 isn't portable) 2015-08-24 18:27:41 +02:00
Sylvain Berfini
e7dd35efa0 Fixed XOR encryption for custom RTP transport modifier tests 2015-08-24 16:58:34 +02:00
Simon Morlat
108b2c2255 fix test again 2015-08-23 19:12:50 +02:00
Simon Morlat
8b84c36540 fix test that broke after fixing a bug in ms2, which resulted in STUN packets not sent for recv-only video streams. 2015-08-22 00:28:34 +02:00
Sylvain Berfini
7cbb44281c Added record test with custom RTP transport modifier but removed XOR encryption temporarily (doesn't work really great, have to rework it) 2015-08-21 17:47:36 +02:00
Sylvain Berfini
aa37a963eb Improved linphone_call_stats_get_rtp_stats and call with custom RTP transport modifier 2015-08-21 17:47:36 +02:00
Sylvain Berfini
81dcfc2d51 Remove min/max from test, using existing MIN/MAX 2015-08-21 10:05:58 +02:00
Sylvain Berfini
a81d673f94 Added API to get the meta RTP transports + test to check we can append a RTP transport modifier on it 2015-08-20 12:02:53 +02:00
Simon Morlat
aad1cc0715 robustize tests 2015-08-09 17:22:33 +02:00
Simon Morlat
48e8734b6f repair liblinphone_tester (android) and enable call with file player and rtp io test to run ms_audio_diff on embedded platforms, since it is much faster
than originally.
2015-08-05 15:51:34 +02:00
Gautier Pelloux-Prayer
fd7f6a4c73 tester: fix quality reporting with custom route test when using tunnel 2015-08-05 15:11:16 +02:00
Gautier Pelloux-Prayer
4ade5326e1 tester: replace some BC_ASSERT_TRUE with better BC_ASSERT_LOWER/GREATER/EQUAL ones 2015-08-05 11:42:51 +02:00
Simon Morlat
ec9f63279e improve tests 2015-08-04 20:24:50 +02:00
Simon Morlat
620c175aab robustize tests 2015-08-03 18:11:35 +02:00
Simon Morlat
15fcd2487d fix test "Call with specified codec bitrate". 2015-08-03 17:10:43 +02:00
Simon Morlat
b280b12cb6 fix compilation errors 2015-08-03 16:26:20 +02:00
Simon Morlat
f9a242f3f8 fix test "call with rtp io mode" 2015-08-03 16:21:28 +02:00
Gautier Pelloux-Prayer
7af5099309 ms_audio_diff: update ms2 and call tester 2015-08-03 15:31:59 +02:00
Ghislain MARY
53ccb2c564 Handle and add test for AVPF generic NACK. 2015-08-03 12:41:17 +02:00
Ghislain MARY
db380ed304 Fix build for Windows 10 with final version of Visual Studio 2015. 2015-08-03 10:51:25 +02:00
Simon Morlat
a3c33f5036 fix build and robustize tests 2015-08-02 11:31:32 +02:00
Simon Morlat
ffe22a6d7d fix regression in mkv file player test, introduced by 3f86b78b2a (wav and mkv file swapped) 2015-08-02 10:56:12 +02:00
Jehan Monnier
303609ab4c fix compilation issue 2015-08-01 19:25:13 +02:00
Jehan Monnier
803d2052a1 add Real Time Text api with stubbed implementation over SIP Messages. 2015-08-01 18:16:12 +02:00
Simon Morlat
881dba62c9 fix opus mono test, small enhancements to others. 2015-08-01 15:52:12 +02:00
Ghislain MARY
e001e61c58 Add setting to enable/disable symmetric RTP for RTP IO mode. 2015-07-30 13:21:09 +02:00
Ghislain MARY
1308b23715 Add tester for RTP IO mode. 2015-07-29 16:11:13 +02:00
Jehan Monnier
2712cb4834 Clear pending tcp/tls address of record in case of network change. Very useful for legacy SIP server with no sip instance support and limited number of air. 2015-07-29 17:09:04 +02:00
Gautier Pelloux-Prayer
747fd8e6f6 file_transfer: copy file_transfer_information as well when cloning chat message... 2015-07-29 14:55:48 +02:00
Gautier Pelloux-Prayer
d9f41fff5a proxy config: modify linphone_proxy_config_get_contact and add linphone_proxy_config_get_identity_address returning LinphoneAddress and move all documentation to linphone_proxy_config.h 2015-07-29 13:26:53 +02:00
Jehan Monnier
4073c6e0d0 Restaure previous state in case of call update failure due to pending transaction 2015-07-23 09:20:47 +02:00
Ghislain MARY
0e4d2550c2 Fix compilation of linphonec and linphone-gtk. 2015-07-20 12:41:55 +02:00
François Grisez
24e637c865 Fix regretion of linphone_core_interpret_url()
It didn't use anymore the default proxy config to interpret urls without domain name.
For instance, NULL was returned when passing "pauline" as parameter even if a default
proxy config had been declared.

An assert has also been added in "QualityReporting/Call term session report not sent if call did not start"
to handle the case when linphone_core_invite() return NULL
2015-07-20 12:22:20 +02:00
Simon Morlat
da324fe881 improve configure logs, no need to archive a recorded file 2015-07-19 00:52:30 +02:00
Gautier Pelloux-Prayer
75ecf665ab proxy: add linphone_proxy_config_normalize_phone_number and linphone_proxy_config_normalize_sip_uri to ease high level API usage 2015-07-17 16:37:44 +02:00
Jehan Monnier
2917e8ad98 update ms2 to get functions to enable disable filter 2015-07-17 16:19:29 +02:00
Jehan Monnier
6950e53767 fix compilation issue 2015-07-17 10:55:11 +02:00
Jehan Monnier
902c705954 always call linphone_core_set_play_file in tester manager to make sure something is played in pause state 2015-07-17 10:49:20 +02:00
Gautier Pelloux-Prayer
41aaa916fe Revert "tester: crosscorrelation tests now use a 1 sec wav input so that it lasts only 10 sec, not 355 sec."
Revert "call_tester.c: turn off jitter buffer for fileplayer test also"

This reverts commit cb7f639240.

Revert "call_tester.c: turn off jitter buffer for cross correlation tests"

This reverts commit 95da7ef10e.
2015-07-16 11:04:00 +02:00
Gautier Pelloux-Prayer
4eb08fcd2d tester: fix launch outside of tester/ 2015-07-16 11:03:58 +02:00
Gautier Pelloux-Prayer
f0b750b734 tester: allow launch of tests from outside of tester/ directory 2015-07-15 16:16:23 +02:00
Jehan Monnier
c4a804e250 add test for cline with FQDN 2015-07-13 16:14:12 +02:00
Gautier Pelloux-Prayer
cb7f639240 call_tester.c: turn off jitter buffer for fileplayer test also 2015-07-08 09:48:34 +02:00
Gautier Pelloux-Prayer
95da7ef10e call_tester.c: turn off jitter buffer for cross correlation tests 2015-07-08 09:44:02 +02:00
Gautier Pelloux-Prayer
505c9104b2 call_tester.c: fix disable cross correlation on ios 2015-07-07 16:15:06 +02:00
Gautier Pelloux-Prayer
65efc10c79 proxy_config_tester.c: remove debug code 2015-07-07 12:15:29 +02:00
Gautier Pelloux-Prayer
7fe0661be6 tester: fix autocompletion and minor tests changes 2015-07-07 11:28:09 +02:00
Gautier Pelloux-Prayer
240818afd8 tester: crosscorrelation tests now use a 1 sec wav input so that it lasts only 10 sec, not 355 sec. 2015-07-07 11:28:09 +02:00
Gautier Pelloux-Prayer
8dace48590 quality_reporting_tester.c: speed up interval test 2015-07-06 16:14:41 +02:00