Commit graph

5001 commits

Author SHA1 Message Date
Ronan Abhamon
8127798358 fix(CallLog): better api... 2017-09-14 09:41:19 +02:00
Ghislain MARY
4a13ac6a7a Use real pointer for C++ object inside LinphoneCallParams as it is a ClonableObject. 2017-09-13 17:40:09 +02:00
Ghislain MARY
a5ce479aa3 Add function to create a client group chat room. 2017-09-13 17:40:08 +02:00
Ronan Abhamon
b1a37f6bd0 feat(utils): remove content-type files 2017-09-13 09:12:42 +02:00
Ronan Abhamon
44152b9f48 use real pointer in c wrapped clonable object 2017-09-12 15:08:10 +02:00
Ghislain MARY
1e1d0d2f7f Add c-tools macros and methods to convert bctbx_list_t to std::list and the opposite. 2017-09-12 11:55:35 +02:00
Ghislain MARY
8063ae024e Create classes for the different types of chat rooms. 2017-09-11 18:11:49 +02:00
Ronan Abhamon
fbf0aaca5b fix g++ build 2017-09-11 14:09:35 +02:00
Ronan Abhamon
93d9c5101a Merge branch 'chat-events-cpp' into dev_refactor_cpp 2017-09-11 12:02:03 +02:00
Ghislain MARY
7e15914c28 Handle pause and resume in C++ objects. 2017-09-08 16:59:04 +02:00
Ghislain MARY
d26f0f9e10 Convert linphone_call_abort() function to abort method of CallSession. 2017-09-08 15:32:07 +02:00
Ghislain MARY
7588a54016 Convert LinphoneCall to Call C++ class. 2017-09-08 14:15:08 +02:00
Jehan Monnier
252925a373 improve logging to make sure all logger are handler by liblinphone, including, ortp, bzrtp and belle-sip 2017-09-08 13:58:30 +02:00
Jehan Monnier
c0696f786d zrtp cache migration must only take uri from local identity instead of whole LinphoneAddress, including display name. 2017-09-08 13:58:30 +02:00
Ghislain MARY
d795a30518 Convert LinphoneCallParams to use MediaSessionParams C++ class. 2017-09-07 14:07:47 +02:00
Simon Morlat
3d283b2953 stop transaction's retransmissions when a call is cancelled. 2017-09-06 17:23:13 +02:00
Jehan Monnier
7dab187bfc make sure publishs are restart after a network state changed from DOWN to UP 2017-09-06 10:21:44 +02:00
Ronan Abhamon
35268a12e6 fix(call): avoid memory leak 2017-09-06 10:11:32 +02:00
Ronan Abhamon
14d74d7529 fix(call): avoid crash in sal_op_set_and_clean_contact_address 2017-09-06 09:31:09 +02:00
Ronan Abhamon
76c884abba fix(core): avoid memory leaks 2017-09-05 16:11:11 +02:00
Ronan Abhamon
f03164f2f7 fix(proxy): avoid memory leak 2017-09-05 16:05:35 +02:00
Ronan Abhamon
1f46a5677f feat(core): many fixes 2017-09-05 15:02:19 +02:00
Ronan Abhamon
0feb3684f5 feat(core): avoid invalid cast (SalAddress <-> LinphoneAddress) 2017-09-05 13:59:54 +02:00
Ronan Abhamon
5bc25e8aba feat(core): sal must be private 2017-09-05 13:59:54 +02:00
Ronan Abhamon
1c3bcf0b16 feat(core): big refactoring & full c address impl 2017-09-05 13:59:54 +02:00
Simon Morlat
0fa81fc74d Clear refcounting of LinphoneVideoDefinition object. 2017-09-01 12:43:41 +02:00
Simon Morlat
e095830bb6 Fix : don't trigger legacy stun tests when ICE is enabled 2017-08-31 13:45:57 +02:00
Benjamin Reis
94a0af4119 Add accepted elswhere and declined elsewhere call status, do not display this status as missed + tester 2017-08-30 17:06:37 +02:00
Ronan Abhamon
289dc072ed feat(c-wrapper): provide a wrapper helper to access private data 2017-08-30 14:12:39 +02:00
Jehan Monnier
09a533a8a9 make sure to also register loghandler at SAL level 2017-08-30 14:01:09 +02:00
Ghislain MARY
0babed04f4 Use ChatRoom C++ class. 2017-08-30 10:27:51 +02:00
Ronan Abhamon
c18c265587 feat(c-types): provide init internal functions 2017-08-29 11:30:00 +02:00
Ronan Abhamon
ce37899b26 feat(core): add c-wrapper tools 2017-08-28 14:52:53 +02:00
Jehan Monnier
1cc45284cf reset liblinphone_log_collection_max_file_size to default value in function linphone_core_reset_log_collection 2017-08-28 13:07:03 +02:00
Benjamin Reis
ab41ae3c45 add gruu support 2017-08-25 11:39:37 +02:00
Sylvain Berfini
6162b8a9e7 Fixed Cameroon dialplan 2017-08-24 10:46:45 +02:00
Erwan Croze
abf91b0648 Fix function linphone_video_definition_equals 2017-08-23 17:09:18 +02:00
Brieuc Viel
0399162c4c [FriendsImpl] update java wrapper to add function getVcardToString from friend 2017-08-23 12:01:01 +02:00
Sylvain Berfini
5f9b2481d6 Fixed Myanmar dialplan 2017-08-23 10:01:31 +02:00
Jehan Monnier
552be2a639 small rework of trace level management. 2017-08-23 09:21:24 +02:00
Sylvain Berfini
1b78b453c1 Added LinphoneCall's setVideoWindowId method in JNI wrapper 2017-08-21 13:42:50 +02:00
Ronan Abhamon
f9a078befa feat(Event): provide a working call event 2017-08-18 13:13:11 +02:00
Benjamin Reis
12ad35401c link to soci libs only if found 2017-08-17 11:57:40 +02:00
nicolas
e8534f0c60 enhance findSoci.cmake + respect cmake variables naming convention 2017-08-17 10:48:48 +02:00
Benjamin Reis
154e3adce7 add soci dependency 2017-08-16 15:51:05 +02:00
Simon Morlat
d150c2677a fix crash in linphoneplayer end of file 2017-08-10 15:20:03 +02:00
Sylvain Berfini
8c97e0c5e7 Moved key related methods on LinphoneContent from private to public header 2017-08-09 10:27:24 +02:00
Simon Morlat
bcb6128c45 Fix stun server selection based on looking for AI_V4MAPPED flag 2017-08-07 11:34:54 +02:00
Ghislain MARY
3115d8173f Separate build of objects in the src directory from ones in the coreapi directory. 2017-08-04 16:24:06 +02:00
Ghislain MARY
03130daadc Prevent crash in message tests. 2017-08-03 15:25:49 +02:00