Commit graph

10890 commits

Author SHA1 Message Date
Ghislain MARY
9243291c6b Correctly put phone numbers in resource list xml. 2016-07-29 11:09:45 +02:00
Ghislain MARY
dd6f88691d Extend address API to handle parameters. 2016-07-29 11:09:45 +02:00
Ghislain MARY
8a0823f5cb Apply configured RLS URI to the friend lists if no RLS URI are configured from them. 2016-07-29 11:09:45 +02:00
Ghislain MARY
147fc9874a Save friend when it is imported from a vCard. 2016-07-29 11:09:45 +02:00
Ghislain MARY
0492c91ba1 No longer rely on the uri field of LinphoneFriend being set (use linphone_friend_get_address() instead). 2016-07-29 11:09:45 +02:00
Ghislain MARY
8be730acdc Either use VCard or address in friend but not both. 2016-07-29 11:09:45 +02:00
Ghislain MARY
710567252e Do not access the fd field of the bctbx_file_t as it may not be set by some vfs implementation.
Furthermore if the file fails to open bctbx_file_open returns NULL and so accessing the fd field will result in a crash.
2016-07-28 17:09:48 +02:00
Ghislain MARY
6ea23562ac Prevent crash in ICE+TURN tests. 2016-07-28 16:21:29 +02:00
Ghislain MARY
ead444f3f0 Enable IPv6 by default on all platforms (it was only enabled on iOS). 2016-07-28 16:20:48 +02:00
Ghislain MARY
b03a9b25f8 Add API and config parameter to enable/disable DNS search. 2016-07-28 16:19:11 +02:00
Ghislain MARY
eeec3d41f8 Fix build with Visual Studio. 2016-07-28 16:10:24 +02:00
Ghislain MARY
159488da14 Handle IPv6 for ICE and TURN. 2016-07-28 16:10:06 +02:00
Ghislain MARY
94695d4774 Add NAT policy JNI wrapper. 2016-07-28 15:57:15 +02:00
Ghislain MARY
69b99e2e4e Use bctbx_list_t instead of MSList in JNI. 2016-07-28 15:57:07 +02:00
Ghislain MARY
1edb79f17b Update ms2 submodule. 2016-07-28 15:47:20 +02:00
Erwan Croze
976f38cc08 Remove useless import 2016-07-28 09:28:58 +02:00
Gautier Pelloux-Prayer
709d6497b4 license: update FSF address 2016-07-27 17:05:47 +02:00
Ghislain MARY
29bacd320b Increase timeout of tls_with_non_tls_server test. 2016-07-27 15:50:04 +02:00
Ghislain MARY
1b876ce0ec Revert change that always disable TLS tests. 2016-07-27 15:49:18 +02:00
Ghislain MARY
9639cfdfcf Prevent crash in ICE+TURN tests. 2016-07-27 15:15:03 +02:00
Gautier Pelloux-Prayer
9f3bdc0471 dialplan: add some public APIs 2016-07-27 15:04:14 +02:00
Ghislain MARY
37a2fd43e6 fix bc_vfs header 2016-07-27 14:48:46 +02:00
Erwan Croze
67fe882265 Add log for OpenH264 downloading 2016-07-27 14:44:33 +02:00
Sandrine Avakian
64829432e4 Update ORTP. 2016-07-27 12:34:28 +02:00
Gautier Pelloux-Prayer
f6381d913a license: update FSF address 2016-07-27 11:58:38 +02:00
Sandrine Avakian
c5d86ae5ae Fix: imported friend from Vcard not saved in DB. 2016-07-26 16:20:45 +02:00
Erwan Croze
2974b7ef41 Merge branch 'dev_codec_downloader' of git.linphone.org:linphone into dev_codec_downloader 2016-07-26 12:25:18 +02:00
Erwan Croze
b870bdfa9e Merge remote-tracking branch 'origin/master' into dev_codec_downloader 2016-07-26 12:15:19 +02:00
Erwan Croze
2e0cfb1313 Little factorisation in LinphoneCoreFactoryImpl 2016-07-26 10:37:12 +02:00
Gautier Pelloux-Prayer
8d9084ce8e improve chat 2016-07-26 10:14:40 +02:00
Ghislain MARY
2ac6f410b6 Update ortp submodule. 2016-07-25 14:35:53 +02:00
Gautier Pelloux-Prayer
bf62bf20ff improve chat 2016-07-25 14:23:21 +02:00
Sylvain Berfini
94396dacec Fix isVCardSupported method 2016-07-25 13:58:22 +02:00
Sylvain Berfini
c68e1877f2 JNI wrapper for isVCardSupported method 2016-07-25 13:53:49 +02:00
Sandrine Avakian
834c52392f Fix Mantis 3208 - MAC - using a valid remote uri in remote provisioning makes linphone crash 2016-07-25 11:49:01 +02:00
Sylvain Berfini
7bd469baa0 Fix some JNI unref methods' name 2016-07-22 17:32:12 +02:00
Ghislain MARY
f206446804 Add definition of function to know if VCard support is builtin. 2016-07-22 17:23:03 +02:00
Ghislain MARY
97fbbf32e2 Add function to know if VCard support is builtin + fix line endings of vcard source files. 2016-07-22 17:22:08 +02:00
Ghislain MARY
8903f5888a Fix errors in vcard API. 2016-07-22 17:21:21 +02:00
Ghislain MARY
5139f91bfb Enable strict-prototypes compilation errors. 2016-07-22 17:13:18 +02:00
Ghislain MARY
0f516ab168 Fix compilation warning. 2016-07-22 17:12:40 +02:00
Sylvain Berfini
eb17eca54a Added JNI methods for LinphoneXmlRpc stack 2016-07-22 16:27:55 +02:00
François Grisez
f54ae32854 Update mediastreamer2 2016-07-22 13:51:08 +02:00
François Grisez
485fd47495 Do not install liblinphone_tester on iOS 2016-07-22 12:12:47 +02:00
Ghislain MARY
20b66a100f Enable IPv6 by default on all platforms (it was only enabled on iOS). 2016-07-22 11:24:28 +02:00
Ghislain MARY
f77a2ada0a Fix definition and usage of LIBLINPHONE_GIT_VERSION. 2016-07-22 11:06:17 +02:00
Ghislain MARY
32292aea4b Update ms2 submodule. 2016-07-22 11:05:24 +02:00
Gautier Pelloux-Prayer
d7a62cf978 tester: add phone alias for test accounts 2016-07-22 10:58:38 +02:00
Ghislain MARY
2074998040 Update ortp submodule. 2016-07-22 10:54:52 +02:00
Ghislain MARY
69dcbe7de5 Fix build with Visual Studio. 2016-07-21 17:52:35 +02:00