Commit graph

1340 commits

Author SHA1 Message Date
Simon Morlat
8cd3fc9bfa Fix linphone_core_create_call_params(), who should set avpf_rr_interval in all cases.
This solves bugs lots of RTCP spam when call params are not created appropriately.
2016-05-16 17:22:15 +02:00
François Grisez
7559624f53 Fixes many memory issue in the code of the conference feature 2016-05-16 16:28:30 +02:00
Ghislain MARY
da4f60292b Reflect API changes done in bctoolbox. 2016-05-13 16:31:18 +02:00
Simon Morlat
62703c016c robustize IPv6 support for heterogenous cases.
Also, the RTP sockets are now always IPv6 when ipv6 is enabled in LinphoneCore,
independently of what is finally proposed in SDP, so that these sockets can always send and recv
with both versions.
This is consistent with what is already done in belle-sip for SIP sockets.
2016-05-12 23:33:33 +02:00
Ghislain MARY
39a5ed99eb belle_sip_ip_address_to_addrinfo() is now bctbx_ip_address_to_addrinfo(). 2016-05-12 14:41:24 +02:00
Sylvain Berfini
618661f0b7 Fix compilation 2016-05-11 15:43:38 +02:00
Jehan Monnier
026bbe8db3 Implement support of dialog created by Notify matching subscription 2016-05-11 14:54:38 +02:00
Sylvain Berfini
0265fb112f Robustified a test 2016-05-11 08:52:10 +02:00
Ghislain MARY
3e314230a5 Fix typo in log. 2016-05-10 17:40:27 +02:00
François Grisez
6e9e1bbed8 Fixes possible crash in "Call with in-dialog very early call request" test 2016-05-10 16:24:06 +02:00
François Grisez
b9683cd408 Re-indents some parts of the source code in order to be compliant with Belledonne Com style 2016-05-10 16:11:26 +02:00
François Grisez
94df14b249 Fixes crash when the call fails in video_call_disable_implicit_AVPF_on_callee() tester 2016-05-10 16:11:26 +02:00
François Grisez
23e33b3380 Fixes memory leaks in "Simple remote conference with shut down focus" test 2016-05-10 15:51:32 +02:00
François Grisez
88d3811871 Fixes memory leak in "Eject from 4 participants conference" tester 2016-05-10 15:51:32 +02:00
Gautier Pelloux-Prayer
f90a22cd75 audio_bypass_tester.c: rename method to avoid names conflict on iOS with ms2 2016-05-10 11:27:19 +02:00
François Grisez
5b2ff154a4 Fixes all belle_sip_object leaks in three tests of the 'Multi Call' suite 2016-05-09 16:15:35 +02:00
François Grisez
71405c8319 Remove active call checking from LinphoneCoreManager 2016-05-09 16:15:35 +02:00
Sylvain Berfini
b2ef61c6e5 Added test to check [misc] store_rtt_messages=0 2016-05-06 15:41:28 +02:00
Jehan Monnier
c1ebfa171a make sure ice re-invite is disabled in case of DTLS 2016-05-06 15:19:54 +02:00
Sylvain Berfini
8fdfb4160a Improved chat_message_put_char method to store message if end of line character is passed + improved tester 2016-05-06 15:17:57 +02:00
Sylvain Berfini
53d48c8122 Fixed make distcheck issue 2016-05-04 09:33:06 +02:00
Sylvain Berfini
471f92ef77 Removed specific rc files for audio bypass 2016-05-03 16:54:31 +02:00
Sylvain Berfini
eafef5b618 Fixed audio bypass tester for Android 2016-05-03 16:22:46 +02:00
Sylvain Berfini
6a2a8aa3e1 Fixed crash at the end of the audio bypass tester 2016-05-03 10:26:20 +02:00
Sylvain Berfini
d53f71aa21 Merge branch 'master' into dev_audio_bypass 2016-05-02 17:12:27 +02:00
Sylvain Berfini
137a48c0b3 Few improvements but still crashing at the end... 2016-05-02 16:53:30 +02:00
Gautier Pelloux-Prayer
0d0ecca305 presence_server: fix memory leaks 2016-04-29 16:40:49 +02:00
Sylvain Berfini
ad41e4d304 Audio bypass tester is done except for the crash at the end 2016-04-29 16:28:48 +02:00
Sylvain Berfini
bbb1f1c647 Small refactoring for audio bypass tester 2016-04-28 14:44:45 +02:00
Gautier Pelloux-Prayer
f10471de2e player_tester.c: fix test on ios 2016-04-28 14:28:23 +02:00
Sylvain Berfini
a817a6d9fa Started audio bypass tester 2016-04-28 14:19:17 +02:00
Gautier Pelloux-Prayer
bc80229ec2 tester.c: fix compilation on old gcc 2016-04-28 10:34:36 +02:00
Jehan Monnier
73207c0b52 improve presence tester reliability 2016-04-27 18:27:29 +02:00
Gautier Pelloux-Prayer
ae69575bb3 presence_server_tester.c: fix previous commit 2016-04-26 15:49:44 +02:00
Gautier Pelloux-Prayer
0d298a1c4e friendlist.c: enable subscription by default 2016-04-26 15:32:05 +02:00
Jehan Monnier
11809fffc8 improve presence server tester 2016-04-25 14:29:23 +02:00
Gautier Pelloux-Prayer
f40b398e2c misc: fix compilation warnings on iOS 2016-04-25 10:39:30 +02:00
Sylvain Berfini
c23f39dabe Clean contacts on server after latest CardDAV test 2016-04-22 17:36:53 +02:00
Sylvain Berfini
ade92fb2e5 Fixed crash in carddav when updating more than 1 dirty friend from client to server + improved storage actions for friends in lists 2016-04-22 17:02:37 +02:00
François Grisez
0aade4978d Fixes 'Register on second tunnel' test
The same LinphoneTunnelConfig object was
added twice with different parameters
2016-04-22 16:45:48 +02:00
Sylvain Berfini
e024261e0c Fixed 2 leaks in vcard tester + added a test to reproduce a crash (disabled until crash is fixed) 2016-04-22 16:10:39 +02:00
Sylvain Berfini
a3aa01e1b6 Fixed issues with vCard tester where some http queries overlapped + memory improvements in carddav.c 2016-04-21 14:41:39 +02:00
Gautier Pelloux-Prayer
282f417d95 tester: split presence tests in two: peer to peer tests and with server tests 2016-04-21 13:53:31 +02:00
Gautier Pelloux-Prayer
f13fb7a90c tunnel: fix some leaks 2016-04-21 10:18:52 +02:00
Johan Pascal
1bf41396e4 Merge branch 'master' into zrtphash
Conflicts:
	mediastreamer2
2016-04-15 16:48:25 +02:00
Sylvain Berfini
2a09065509 Fixed vcard tests using new dav server 2016-04-15 16:13:43 +02:00
Gautier Pelloux-Prayer
2381e1571f tester: fix potential crash 2016-04-15 15:50:57 +02:00
Gautier Pelloux-Prayer
e8697d9b0b presence_tester: fix long term presence list test 2016-04-15 14:46:21 +02:00
Jehan Monnier
5faff1286e Improve publish management, specially etag passing accros event.
Improve presence tester.
Add tester with ACk losses
2016-04-15 12:10:14 +02:00
Johan Pascal
0a0f714cdd improve ZRTP hash management
- start ZRTP on incoming zrtp-hash even when not selected locally
2016-04-15 11:46:43 +02:00