Commit graph

10268 commits

Author SHA1 Message Date
Simon Morlat
3a462ec03e update ms2 for opensles fix 2016-08-02 22:00:19 +02:00
Gautier Pelloux-Prayer
d687000a81 xmlrpc.c: indent 2016-08-02 16:17:50 +02:00
Ghislain MARY
25d2ac506f Update ortp and ms2 submodules. 2016-08-02 16:15:01 +02:00
Gautier Pelloux-Prayer
b3ab985b0a tester: update presence tests 2016-08-02 14:30:38 +02:00
Gautier Pelloux-Prayer
943d2702e2 tester: add --disable-tls-support option 2016-08-02 14:30:38 +02:00
Sylvain Berfini
be38b3474c Fix compilation + fix crash when vCards are disabled and URI is NULL + remove warning 2016-08-02 14:22:52 +02:00
Sylvain Berfini
0a697d0d6f Added a JNI method to know if a LinphoneFriend has been added to a LinphoneFriendList 2016-08-02 14:10:47 +02:00
Sylvain Berfini
16fd894d55 Fix getAccountCreator JNI method 2016-08-02 13:39:48 +02:00
Sylvain Berfini
c2daece48f Fixed JNI callbacks signature for account creator 2016-08-02 13:31:03 +02:00
Sylvain Berfini
61a3b8a98e Use user_version to know if friends db needs to be updated or not 2016-08-02 12:09:54 +02:00
Sylvain Berfini
ee8fcf39bd Updated wizard URL 2016-08-02 11:11:38 +02:00
Sylvain Berfini
d843d27890 Only alter sip_uri column in update + close/reopen connection needed after schema update + do it in transaction just in case... 2016-08-02 11:09:10 +02:00
Ghislain MARY
5b19181748 Include linphonecore.h in vcard.cc so that the linphone_core_vcard_supported symbol is exported on Windows. 2016-08-02 09:45:40 +02:00
Ghislain MARY
751fc90886 Fix compilation errors. 2016-08-02 09:30:40 +02:00
Ghislain MARY
1cb1d7c5eb Allow friends to be added to a friend list even if they do not have a SIP address. 2016-08-01 17:30:51 +02:00
Ghislain MARY
3be8c6bd00 Fix crash in friends handling when building with vCard disabled. 2016-08-01 16:26:53 +02:00
Ghislain MARY
90e248875a Fix crash in linphone_call_update_ice_from_remote_media_description() when building with GCC >= 4.9 and -O2. 2016-08-01 15:51:48 +02:00
Ghislain MARY
afbf257749 Fix crash in linphone_call_update_ice_from_remote_media_description() when building with GCC >= 4.9 and -O2. 2016-08-01 15:46:28 +02:00
Ghislain MARY
d53a690a11 Update ms2 submodule. 2016-08-01 15:42:50 +02:00
Sylvain Berfini
9cafb4386d Fix gtk app compilation 2016-07-29 16:41:09 +02:00
Sylvain Berfini
4a7099b983 Fix merge issue 2016-07-29 16:24:08 +02:00
Sylvain Berfini
510d426b7d Merge branch 'dev_phonenumber' 2016-07-29 16:18:23 +02:00
Sylvain Berfini
9e15903546 JNI wrapper for account creator + fixes 2016-07-29 16:07:57 +02:00
Ghislain MARY
dd36939023 Fix some memory leaks. 2016-07-29 15:36:19 +02:00
Gautier Pelloux-Prayer
fbb24ec879 account_creator: add phone number support 2016-07-29 11:59:24 +02:00
Ghislain MARY
fb04d71445 Test association of SIP URI and phone number in presence server tester. 2016-07-29 11:09:45 +02:00
Ghislain MARY
0af986526d Add more address API. 2016-07-29 11:09:45 +02:00
Ghislain MARY
80bdec5205 Associate a presence model to each SIP URI and phone number of a friend. 2016-07-29 11:09:45 +02:00
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