Commit graph

1556 commits

Author SHA1 Message Date
Simon Morlat
00e015436d Fix logging service once for all. 2018-04-11 14:48:41 +02:00
Simon Morlat
15739433fb fix log issue again. 2018-04-11 14:48:41 +02:00
Simon Morlat
bace233884 set callback before setting levels 2018-04-10 17:44:10 +02:00
Simon Morlat
84a8e1690d Fix logging facility. Liblinphone outputs in the "liblinphone" log domain, mediastreamer and ortp have now their own log domains too. 2018-04-10 17:38:15 +02:00
Simon Morlat
d8cc062ce6 rework of fix b607a1 from master branch. 2018-04-09 14:25:37 +02:00
Simon Morlat
5217407b8f Remove useless code 2018-04-09 11:57:42 +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
bca906e399 Merge branch 'dev_refactor_cpp' into dev_content_cpp 2018-03-19 17:01:05 +01:00
Sylvain Berfini
eb6713b68d Merge branch 'dev_multi_routes' into dev_refactor_cpp 2018-03-16 11:12:30 +01:00
Sylvain Berfini
b35df101ee Started multi routes but currently crashes... 2018-03-09 17:42:22 +01:00
Ghislain MARY
b9eaf0a7e9 Prevent ChatRoom C++ objects from being leaked. 2018-03-09 10:20:20 +01:00
Mickaël Turnel
4a4ea17be2 Fix 'increases required alignment of target type' 2018-03-08 10:01:28 +01:00
Mickaël Turnel
9d7a943032 Add reconnect_to_primary_asap parameter to linphonerc and pass it to belle_sip_stack 2018-03-06 17:04:16 +01:00
Ronan Abhamon
cf37868b50 fix(c-core): clean default proxy before core 2018-03-06 11:32:42 +01:00
Ghislain MARY
95c39b0e1a Configure the conference factory uri on the proxy config instead of the core. 2018-03-05 14:29:01 +01:00
Ghislain MARY
babe09e560 Add tester for migration of messages database + load chat rooms from DB after migration + fix duplicated sip addresses in database during migration. 2018-02-16 15:29:00 +01:00
Ronan Abhamon
450548f612 fix(core): add missing content.h include 2018-02-08 16:28:48 +01:00
Jehan Monnier
655f5912a5 add test to chatroom tester to simulate chat room deletion after app restart 2018-02-07 17:14:35 +01:00
Simon Morlat
d410c7e6c7 Fix a small memory leak. Change tester_hosts to point to our new server. 2018-01-29 15:43:28 +01:00
Sylvain Berfini
63a16edcad Fixed Android video devices 2018-01-18 19:01:35 +01:00
Erwan Croze
87aecfa304 Moving some setting init from android application to liblinphone 2018-01-12 11:54:43 +01:00
Ghislain MARY
963f29b280 Fix linphonecore initialization. 2018-01-11 16:58:33 +01:00
Ghislain MARY
45a015e40b Read core config at instantiation, not at start. 2018-01-11 14:49:50 +01:00
Erwan Croze
645619e817 Moving sal creation in linphone core init 2018-01-11 14:41:40 +01:00
Ghislain MARY
6f73678078 Fix missing logs. 2018-01-11 11:34:25 +01:00
Ghislain MARY
73bf010d1b Use LinphoneCoreCbs instead of LinphoneVTable in testers. 2018-01-10 16:36:31 +01:00
Ghislain MARY
c934592c8e Separate creation and start of core in testers. 2018-01-10 14:10:45 +01:00
Ghislain MARY
474bce2bd7 Separate creation and start of core. 2018-01-10 12:02:24 +01:00
Ghislain MARY
4aa734c86f Memory leak fixes. 2018-01-09 18:00:09 +01:00
Ghislain MARY
6fab784445 Fixes in call repair handling. 2018-01-09 16:16:18 +01:00
Ghislain MARY
c41132f31d Fix memory leak with c-wrapper for calls. 2018-01-08 15:05:47 +01:00
Ronan Abhamon
335f19b20b feat(MainDb): legacy friends import 2018-01-08 11:36:49 +01:00
Ghislain MARY
1182c5e824 Restore call reporting code. 2017-12-29 11:08:58 +01:00
Ghislain MARY
2155541742 Handle callbacks in ProxyChatRoom. 2017-12-27 10:27:50 +01:00
Benjamin Reis
554ad75cca WORKAROUND set correct cpp pointer to C LinphoneChatRoom 2017-12-22 14:33:31 +01:00
Ghislain MARY
7832def94b Add missing tests. 2017-12-19 16:11:32 +01:00
Ghislain MARY
1cf7027eb1 Add fetch of participant devices, checking of their capabilities and improve group chat tests. 2017-12-19 14:15:22 +01:00
Ghislain MARY
5b31f56f6c Handle fallback to basic chat room when a client group chat room is created inviting a single participant that does not support it. 2017-12-19 14:15:22 +01:00
Ronan Abhamon
2e0dd7907f feat(MainDb): enable legacy history import 2017-12-18 17:37:16 +01:00
Ronan Abhamon
7a100ac971 fix(c-core): avoid memory leak on chat room destruction 2017-12-18 11:45:34 +01:00
Ronan Abhamon
28944e466e feat(MainDb): add new table db_module_version 2017-12-18 11:42:22 +01:00
Mickaël Turnel
e3736438a1 Replaced old conversion functions with those in bctoolbox 2017-12-15 10:34:37 +01:00
Ronan Abhamon
9258c5f145 feat(ChatRoom): provide an abstract chat room for chat room migration proxy 2017-12-12 16:07:49 +01:00
Benjamin Reis
91196256ce fix how to send multiârt notify 2017-12-12 15:43:11 +01:00
Ghislain MARY
d2fd296e8c Finalize handling of tones during calls. 2017-12-12 11:06:43 +01:00
Sylvain Berfini
feb4630f63 Added configuration option for org.linphone.specs contact param 2017-12-12 10:32:53 +01:00
Ghislain MARY
382c22a80f Convert call transfer handling to C++. 2017-12-12 10:17:22 +01:00
Ronan Abhamon
08bff790a6 fix(core): test if cards is null in get_sound_devices_list (crash in no video mode) 2017-12-07 16:29:09 +01:00