Commit graph

1570 commits

Author SHA1 Message Date
Simon Morlat
bf187325f5 add ios platform helpers to fix issue with background tasks. 2018-05-11 12:14:17 +02:00
Sylvain Berfini
1f5c297c22 Fixed rootca not being set if path is a directory + added default root ca path for Android 2018-05-09 12:48:22 +02:00
Ghislain MARY
baa4eebbe1 Use correct naming convention in sal API. 2018-05-07 17:47:41 +02:00
Sylvain Berfini
0566b2b1fe Fixed LIME 2018-04-30 13:25:40 +02:00
Ronan Abhamon
a06c0cf3d7 fix(linphonecore): avoid many leaks when config is read 2018-04-27 14:37:21 +02:00
Ronan Abhamon
728574a549 fix(linphonecore): fix many leaks with bad libxml usage (use xmlFree doc instead of xmlFree) 2018-04-26 17:08:29 +02:00
Ronan Abhamon
4958c62194 fix(linphonecore): avoid leaks when missing codecs are added 2018-04-25 16:18:04 +02:00
Sylvain Berfini
e220d2ef80 Added a param to configure bellesip refresher retry after timeout value 2018-04-16 14:24:33 +02:00
Mickaël Turnel
a85054581e Fix ZRTP file renaming while still in use (retrofit of commit ccb308) 2018-04-13 10:10:40 +02:00
Simon Morlat
9ffab5906b Fix ringstream instanciation. 2018-04-13 09:21:17 +02:00
Simon Morlat
bb0d2409bd Fix soundcard usage optimization for iOS: after a conference call the AudioUnit wasn't released, which was causing next call to have no audio. 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
Erwan Croze
fa40c4324b Not setting dns automatically in core if an app has set it 2018-04-12 11:18:52 +02:00
Benjamin Reis
1a2e120678 play call_error_tone on play_sndcard instead of ring_sndcard 2018-04-12 10:27:19 +02:00
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