Commit graph

381 commits

Author SHA1 Message Date
Simon Morlat
8ebf9a3505 Add new property in [sip] section called "tls_certificate_subject_regexp" providing a regexp to match with TLS certificate subjects:
subjectAltNames.DNS subjectAltNames.URI and CN.
If nothing is matched the TLS connection is rejected.
2018-06-13 17:44:09 +02:00
Jehan Monnier
4296470ab3 fix wrong association between c and cpp chat message pointer 2018-06-06 16:02:57 +02:00
Ronan Abhamon
771487a89a fix(c-wrapper): add a way to clone custom properties of c objects 2018-05-24 17:23:07 +02:00
Ronan Abhamon
ec23c3bdc8 fix(linphone): add some fixes for Windows + add a export symbol for internal classes 2018-05-24 13:28:01 +02:00
Simon Morlat
acade62709 Add new method 'linphone_call_request_notify_next_video_frame_decoded(LinphoneCall *call)' that is missing to compensate the deprecation of linphone_call_set_next_video_frame_decoded_callback().
Due to this lack, some tests were failed.
2018-05-23 11:39:18 +02:00
Erwan Croze
01cb565ec6 Adding phone number to search result 2018-05-17 14:21:26 +02:00
Ronan Abhamon
4d084078f4 fix(core): many fixes for Windows => include iterator, cast bool_t/bool, symbol export... 2018-05-17 11:31:34 +02:00
Ronan Abhamon
3dede7ccda fix(core): fix downloadFile method, returns bool instead of int! There is no reason to return -1 on error like a C function 2018-05-17 11:23:30 +02:00
Ghislain MARY
97085209ca Add callbacks to notify joining/leaving of a chat room. 2018-05-17 10:09:19 +02:00
Ghislain MARY
b258449e03 Clean c-content code. 2018-05-15 11:51:03 +02:00
Ghislain MARY
0c449e7a6e Activate compression for conference event lists. 2018-05-15 09:28:05 +02:00
Ghislain MARY
5d6fbe9e3c Merge branch 'dev_refactor_cpp' into dev_chatroom_list_subscription 2018-05-14 16:07:29 +02:00
Ghislain MARY
579485228c Remove C strings and bctoolbox lists where possible in the sal. 2018-05-11 18:02:36 +02:00
Benjamin Reis
c268421765 fix testers 2018-05-09 17:32:47 +02:00
Benjamin Reis
e4422ca7e6 Merge branch 'dev_refactor_cpp' into dev_chatroom_list_subscription 2018-05-09 16:19:26 +02:00
Benjamin Reis
1572ef97ee fix send of notify multipart 2018-05-09 15:04:41 +02:00
Ghislain MARY
baa4eebbe1 Use correct naming convention in sal API. 2018-05-07 17:47:41 +02:00
Benjamin Reis
1c1ad84638 fix testers 2018-05-07 10:33:27 +02:00
Sylvain Berfini
8958c8ac7b Applied from master callback for next video frame decoded 2018-04-30 13:16:18 +02:00
Sylvain Berfini
d67eeda873 Applied snapshot taken callback changes from master 2018-04-30 12:52:53 +02:00
Ghislain MARY
550502650a Simplify API to get IMDN message state for each participants. 2018-04-27 18:01:15 +02:00
Ronan Abhamon
6d4666b03a fix(quality-reporting): avoid memory leaks, invalid read... 2018-04-27 14:20:09 +02:00
Ronan Abhamon
ab47110568 fix(c-content): avoid memory leak in sal_body_handler_from_content 2018-04-25 16:54:43 +02:00
Ghislain MARY
86614b1a15 Fix handling of file transfer content key. 2018-04-25 14:52:25 +02:00
Ronan Abhamon
838fdcc342 fix(c-magic-search): add missing const on delimiter parameter in linphone_magic_search_set_delimiter 2018-04-25 12:01:44 +02:00
Ronan Abhamon
f2924982ed chore(doc): fix bad doc in many places + set right types when needed 2018-04-25 11:32:27 +02:00
Sylvain Berfini
03520fcd52 Fixed group chat's Send File + Text message test 2018-04-24 18:11:20 +02:00
Ronan Abhamon
90d98d05dc fix(c-content): add a cache to handle getBodyAsString 2018-04-24 17:05:29 +02:00
Ronan Abhamon
aab81fe7ed fix(c-wrapper): deal with internal cpp ptr destructions (on clonable) 2018-04-24 17:04:59 +02:00
Ronan Abhamon
39e7f6eddc fix(c-content): avoid memory leaks and better code 2018-04-24 15:41:24 +02:00
Ronan Abhamon
72f5d85a90 feat(c-wrapper): provide a new L_DECLARE_C_CLONABLE_OBJECT_IMPL_WITH_XTORS macro 2018-04-24 14:53:06 +02:00
Ronan Abhamon
80e29dd7e6 fix(c-content): avoid many memory leaks 2018-04-24 14:52:35 +02:00
Sylvain Berfini
8f014cb061 Fixed issues with LIME v1 2018-04-24 12:21:53 +02:00
Ronan Abhamon
56a25645a8 fix(c-tools): clone objects in getResolvedCListFromCppList 2018-04-24 12:21:53 +02:00
Ronan Abhamon
d2a68f4580 feat(c-tools): add one owner on clonable object 2018-04-24 12:21:53 +02:00
Ronan Abhamon
c65fea2420 fix(c-content): use tabs instead spaces 2018-04-24 12:21:53 +02:00
Ronan Abhamon
ac2eccd78b feat(c-wrapper): do not clone on setCppPtrFromC when object is clonable 2018-04-24 12:21:53 +02:00
Simon Morlat
6581df0c49 Rewrite of commit 20efb4 from master branch (avoid unnecessary restart of stream when ICE is deactivated) 2018-04-13 09:21:17 +02:00
Ghislain MARY
711495218a Revert "Revert "Merge branch 'dev_content_cpp' into dev_refactor_cpp""
This reverts commit 2686dca63a.
2018-04-12 11:47:14 +02:00
Ghislain MARY
88a5521783 Fix build. 2018-04-11 16:04:06 +02:00
Ghislain MARY
6b19ae1b6f Add callback on chat message to notify participant IMDN state change. 2018-04-11 15:47:20 +02:00
François Grisez
2e26e0bab4 Makes the INFO DTMF parser more tolerant about spaces 2018-04-11 15:40:35 +02:00
François Grisez
9377ac8f25 Removes dead code 2018-04-11 14:57:09 +02:00
Ghislain MARY
532c64bfc4 Add API to get the imdn state of a chat message for each participant. 2018-04-10 17:53:12 +02:00
Ghislain MARY
5290d59d76 Various fixes regarding callbacks of chat rooms. 2018-04-05 17:09:15 +02:00
Ghislain MARY
5fb8f9686a Handle incoming INVITE from conference server to create ClientGroupChatRoom. 2018-04-05 15:00:11 +02:00
Jehan Monnier
2686dca63a Revert "Merge branch 'dev_content_cpp' into dev_refactor_cpp"
This reverts commit d7890dbe74, reversing
changes made to e6158d8da5.
2018-04-05 12:08:44 +02:00
Sylvain Berfini
d7890dbe74 Merge branch 'dev_content_cpp' into dev_refactor_cpp 2018-04-04 16:11:43 +02:00
François Grisez
facab07c40 Creates a new singleton object for logging features in the API of Liblinphone
(cherry picked from commit d61a62de91)
2018-04-04 13:49:25 +02:00
Sylvain Berfini
f4d4423fb1 Merge branch 'dev_refactor_cpp' into dev_content_cpp 2018-04-04 13:06:53 +02:00