Commit graph

3497 commits

Author SHA1 Message Date
Sylvain Berfini
79086201c0 Fix memory leak (parser not deleted) 2015-12-17 11:42:36 +01:00
Sylvain Berfini
8c823fc039 Added import friends from vcards test 2015-12-16 11:54:34 +01:00
Sylvain Berfini
0a59544a44 Added checks for null values in vcard.cc and added new methods to manipulate sip addresses in vcard from friend 2015-12-16 10:51:17 +01:00
Sylvain Berfini
f6edea6eec Use linphone_core_get_friend_list to ease future merge with friends lists + added method to add SIP address into vCard 2015-12-15 17:13:00 +01:00
Sylvain Berfini
91a10a6be9 Added methods to create LinphoneVCard list from buffer and also single LinphoneVCard from buffer too 2015-12-15 10:56:06 +01:00
Sylvain Berfini
47e0b04725 Added export functions for contacts as vCards + added documentation for vCard API 2015-12-14 17:43:20 +01:00
Sylvain Berfini
132f389bfd Fix crash when selected file doesn't contain any vcard 2015-12-14 16:16:11 +01:00
Sylvain Berfini
3782799e02 Added option in gtk ui to import contact(s) from vcard file 2015-12-14 16:10:01 +01:00
Sylvain Berfini
6703bd2079 Started to integrate vcards with gtk ui 2015-12-14 11:30:17 +01:00
Sylvain Berfini
528fc0a026 Started vcard interface for belcard 2015-12-14 11:30:09 +01:00
Gautier Pelloux-Prayer
aa719921dd sal.c: invalid use of size_t in remove_trailing_spaces 2015-12-09 11:59:10 +01:00
Sandrine Avakian
57f09a4ce1 Linphonecall.c : Modified linphone_call_get_current_params to set avpf_enabled if all streams have avpf AND all media streams have avpf. 2015-12-09 11:14:29 +01:00
Sandrine Avakian
d277ef7517 Merge branch 'master' of git.linphone.org:linphone 2015-12-07 15:19:48 +01:00
Sandrine Avakian
91f63591f7 Added boolean parameter implicit_rtcp_fb in LinphoneCallParams and SalStreamDescription to enable or disable the forcing of AVPF messages feature in AVP.
By default, the feature is enabled and RTCP feedback messages PLI, SLI, RPSI and FIR are supported.
2015-12-07 15:19:29 +01:00
Sylvain Berfini
917da92fbf More findClass removed in JNI layer 2015-12-07 10:35:37 +01:00
Sylvain Berfini
f95eb81ec1 Improved JNI layer 2015-12-07 09:41:04 +01:00
Sylvain Berfini
44dbe602eb Revert "If there is no current vtable, return the first one if exists"
This reverts commit 9d71678c28.
2015-12-07 09:41:04 +01:00
Simon Morlat
e6977c6915 fix crash due to payload type being freed twice, and fix a small memory leak 2015-12-05 18:05:09 +01:00
Simon Morlat
6325178af5 Update ms2 and rely on the new specific codec offer answer logic declaration. 2015-12-04 22:27:57 +01:00
Sylvain Berfini
9d71678c28 If there is no current vtable, return the first one if exists 2015-12-04 17:02:29 +01:00
Sylvain Berfini
48510f3000 Fixed copy/paste mistake 2015-12-04 16:43:36 +01:00
Sylvain Berfini
7b04214dae Prevent useless FindClass calls in linphonecore_jni.cc callbacks 2015-12-04 16:28:17 +01:00
Sylvain Berfini
cfa911e27f Fix crash in JNI getChatMessage method because it was called from wrong thread 2015-12-04 16:13:55 +01:00
Sandrine Avakian
3995ab275d Merge branch 'master' of git://git.linphone.org/linphone 2015-12-03 13:46:42 +01:00
Sandrine Avakian
2eb4221917 Update in linphone_core_init_default_params to take into account parameter avpf_enabled instead of always being disabled by default. 2015-12-03 13:45:01 +01:00
Gautier Pelloux-Prayer
19226b3512 linphonecore.c: fix typo in linphone_reason_to_string 2015-11-27 16:20:35 +01:00
Simon Morlat
4eb6a0308a fix crash 2015-11-26 23:08:02 +01:00
Simon Morlat
4b68da4151 enhance lp-auto-answer so that it is able to play audio/video mkv files 2015-11-26 21:59:44 +01:00
Simon Morlat
07ecd09829 add LinphoneCore.setNortpTimeout() java wrapper 2015-11-26 11:51:54 +01:00
Jehan Monnier
24cf297628 fix some warnings, update submodule ms2 2015-11-26 11:30:25 +01:00
Ghislain MARY
b5e52a00ad Reflect changes to belle-sip that add a new parameter to belle_sip_muiltpart_body_handler_new(). 2015-11-25 16:04:49 +01:00
Simon Morlat
6a9247d6f6 fix compilation issues and bugfix in tests 2015-11-25 14:53:22 +01:00
Simon Morlat
4ad41a4b8e allow to play mkv file during call on hold 2015-11-25 14:30:50 +01:00
Jehan Monnier
262575f921 fix ice destination change in case of call with rtp-mux 2015-11-25 10:30:31 +01:00
Gautier Pelloux-Prayer
591a9b88b7 linphonecore.h: linphone_core_interpret_url should not be obsoleted 2015-11-24 10:34:56 +01:00
Gautier Pelloux-Prayer
c4d781f152 call_log.c: inialize missing field start_date when using database 2015-11-23 17:04:09 +01:00
Ghislain MARY
7d7a83d478 Fix build for Windows 10. 2015-11-23 14:33:29 +01:00
Gautier Pelloux-Prayer
5d44564e10 linphonecore.h: update documentation for some obsoleted functions 2015-11-23 12:18:55 +01:00
Sylvain Berfini
10458ff953 Added method to find call log from call id 2015-11-23 10:11:45 +01:00
Ghislain MARY
cafb1dfa3e Fix strict-prototypes warnings. 2015-11-20 17:56:11 +01:00
Gautier Pelloux-Prayer
87fa413ec4 message_storage.c: do not rebuild peer address for each DB message since it is already available in chat room structure 2015-11-20 14:59:07 +01:00
Jehan Monnier
db287098e4 remove some unnecessary LINPHONE_DEPRECATED 2015-11-20 11:57:13 +01:00
Jehan Monnier
78ce2cad54 fix compilation issue on gcc <4.6 2015-11-20 11:21:53 +01:00
Jehan Monnier
3dd8a9d5a2 disable -Wdeprecated-declaration in some portion of code 2015-11-19 17:06:40 +01:00
Jehan Monnier
157f304503 add macro LINPHONE_DEPRECATED to notify user of API changes 2015-11-19 16:58:04 +01:00
Sylvain Berfini
e82e187f9b Added set overwrite flags for section for convenience 2015-11-19 16:50:30 +01:00
Sylvain Berfini
07fd8f61fa Added methods to set/get overwrite flag in LpConfig (used when dumping config as xml) 2015-11-19 16:28:14 +01:00
Margaux Clerc
47662ce97e Add calllogs in database for android 2015-11-19 14:43:08 +01:00
Gautier Pelloux-Prayer
91352ffccd message_storage.c: remove invalid assert in linphone_chat_room_delete_message and force recomputation of unread messages count after removal, since database is not synced anymore with chat messages in memory 2015-11-18 13:27:35 +01:00
Gautier Pelloux-Prayer
d9a2fb2e08 chat_file_transfer.c: handle 4XX errors when trying to download image andlinphone_chat_message_cancel_file_transfer should change message state only if it was being pushed/pulled 2015-11-18 11:52:47 +01:00