Commit graph

2053 commits

Author SHA1 Message Date
Ghislain MARY
e50961a8ff Merge branch 'master' into dev_rat 2016-10-18 11:06:03 +02:00
Ghislain MARY
504c1df3f7 Repair some regressions caused by the changes made for RAT. 2016-10-18 11:04:50 +02:00
Simon Morlat
565f83f13d improve and fix management of REGISTER in LinphoneProxyConfig 2016-10-14 18:59:54 +02:00
Simon Morlat
5fcbe14a7f add new test 2016-10-14 16:39:23 +02:00
Simon Morlat
0bf7d8d555 add new ICE tests 2016-10-14 15:41:49 +02:00
Simon Morlat
8f9ae2198a fix potential memory leak 2016-10-14 14:30:12 +02:00
Simon Morlat
450823d634 fix tests 2016-10-14 14:04:39 +02:00
Ghislain MARY
7dedf2cf8f Fix call params memory leaks. 2016-10-13 17:50:37 +02:00
Ghislain MARY
d5d0f39517 Implement section 5.5 of RFC 6141, recover from UAC connection loss during re-INVITE. 2016-10-13 14:52:09 +02:00
Simon Morlat
59a76226ff fix rtp symmetric for IP version changes, and fix crash in mediastreamer2 2016-10-13 13:10:39 +02:00
Jehan Monnier
0d2d98fb9c fix tester, make sure publish status is arrived before destroying linphone core. 2016-10-13 09:07:40 +02:00
Simon Morlat
ac1ce42bad workaround unreliable IPv6 connections of our Freebox V6 2016-10-12 16:57:31 +02:00
Jehan Monnier
628eb7f5c8 fix static compilation 2016-10-12 14:45:13 +02:00
Simon Morlat
0be65ba834 fix tests 2016-10-11 10:34:25 +02:00
Ghislain MARY
0a4084bc4a Merge branch 'master' into dev_rat 2016-10-11 09:58:10 +02:00
Simon Morlat
0a9176ebba Fix audio stream accidentally muted if early media was received. 2016-10-10 11:47:56 +02:00
Simon Morlat
be43cdfc41 fix crashing test 2016-10-10 10:36:22 +02:00
Simon Morlat
0be87c5c24 don't send register when nothing has changed. 2016-10-08 09:13:57 +02:00
Simon Morlat
f1ae36112b fix tests 2016-10-07 19:57:59 +02:00
Simon Morlat
a47a9a9c06 fix tests 2016-10-06 22:43:14 +02:00
Simon Morlat
511bd799a5 don't use TLS for "sipv4" subdomain of example.org because the server's certificate is not for this domain. 2016-10-06 21:35:12 +02:00
Simon Morlat
4d500e84fe Fix tests around ICE and video that were not testing what they should do.
Add a big error to help understanding a common misuse of the library.
2016-10-05 22:40:29 +02:00
Simon Morlat
2c01e3f61f fix crash in publish without expires 2016-10-05 10:28:17 +02:00
Jehan Monnier
4d20d10786 fix invalid reads in tunnel code 2016-10-04 13:23:41 +02:00
Ghislain MARY
1fce1b1581 Repair call where a connection loss occurs on the caller side by sending a new INVITE with a Replaces header. 2016-09-30 16:55:47 +02:00
Ghislain MARY
73539fefa1 Try to repair calls in early state when a network loss occurs. 2016-09-30 16:55:47 +02:00
Simon Morlat
d04be099a2 Robustize LinphoneEvent api, fix memory leaks and crashes in error conditions.
Add new tests.
2016-09-30 00:39:57 +02:00
Sylvain Berfini
8c3767b154 Updated client TLS tester 2016-09-29 11:40:44 +02:00
Jehan Monnier
0f600593f2 fix multi call testers 2016-09-28 16:54:16 +02:00
Jehan Monnier
e8e922f0bf fix header replaces usage according to rfc3891 2016-09-28 11:24:52 +02:00
Ghislain MARY
2240076883 Disable IPv6 explicitely in STUN testers because it is now enabled by default. 2016-09-27 16:54:31 +02:00
Simon Morlat
fd78a2f7b9 fix absence of assert report in xml output of tests when a test is leaking memory. 2016-09-26 16:02:16 +02:00
Simon Morlat
638c77300b fix build issues 2016-09-23 11:01:49 +02:00
Simon Morlat
f9aee35116 heavy rework of lists, presence list subscriptions, and fix many memory leaks 2016-09-22 22:10:36 +02:00
Sylvain Berfini
05cf0889ea Revert to old auth_info_requested callback and added a new one instead 2016-09-21 13:03:23 +02:00
Sylvain Berfini
f42568dc71 Added tests + changes to make tls authentication on LinphoneAuthInfo work 2016-09-20 18:07:57 +02:00
Sylvain Berfini
2af5925e6f Added API to set RootCA by buffer instead of file 2016-09-20 14:20:52 +02:00
Sylvain Berfini
f575f94bb4 Added methods to set TLS certificate/key on LinphoneAuthInfo + updated auth_info_requested callback 2016-09-20 12:44:43 +02:00
Sylvain Berfini
9aa49cdcc9 Added test for publish/subscribe in flexisip suite 2016-09-19 14:38:05 +02:00
Simon Morlat
ff3ff7aec1 fix logs and ipv6 enablement in tester. 2016-09-16 09:11:41 +02:00
Simon Morlat
0ca9c915ac make media_encryption_mandatory work with zRTP - by silencing calls until they are secured.
Add non regression tests for this.
2016-09-15 20:57:21 +02:00
Jehan Monnier
47ecf3daae add tester for trunk prefix removal in case of e164 number 2016-09-15 15:40:00 +02:00
Simon Morlat
a5341fe88a fix crash related to error occuring synchronously within linphone_core_invite() 2016-09-13 10:23:08 +02:00
Simon Morlat
1bc6f63db2 media_localip is guessed from signaling using call->dest_proxy. This ease the use of liblinphone on a machine with two interfaces (typically a one being a vpn).
Clean things around sal.c and sal_impl.c
2016-09-06 11:16:10 +02:00
Jehan Monnier
9c3540b804 fix store auth info in case of no ha1 provided and store_ha1_passwd=true 2016-08-30 11:47:22 +02:00
Gautier Pelloux-Prayer
26096fd394 tester: fix 2016-08-29 16:13:46 +02:00
Gautier Pelloux-Prayer
76ae2dc43a fix some crash 2016-08-29 10:04:29 +02:00
Simon Morlat
3a1dacbdf4 big rework of Tunnel management
- better integration with network reachability callback
- fix crashes (mTunnelClient can no longer be NULL)
- avoid useless operations during transcient states
- clarify source code
- allow the application to set root_ca before the tunnel connection actually starts.
2016-08-18 18:51:11 +02:00
Simon Morlat
e0aa931c1b remove rpath option that breaks usage of automake/autoconf build. 2016-08-17 15:01:45 +02:00
Ghislain MARY
89616cea3e Prevent crashes in subscribe testers. 2016-08-09 14:37:48 +02:00