Sylvain Berfini
7d1ead14b1
Added API to create and store a fake LinphoneCallLog
2018-02-21 10:52:16 +01:00
Ghislain MARY
983471e8d0
For fixes for real time text.
2018-02-12 17:48:55 +01:00
Ghislain MARY
ea11871ddb
Fix bug in linphone_core_get_call_history_size() when no database has been set.
2018-02-09 16:49:15 +01:00
Jehan Monnier
cf16d4a459
fix Add admin unit test
2018-01-29 13:37:05 +01:00
Ghislain MARY
2f1d16a306
Use c-wrapper for the Core object.
2017-12-04 13:56:32 +01:00
François Grisez
86b626d3fe
Migration of Sal and SalOp into C++ classes
2017-09-29 17:19:52 +02:00
Ronan Abhamon (Windaube)
fc77bbe9f1
fix(windaube): do not include langinfo
2017-09-28 13:09:16 +02:00
Ronan Abhamon
889e73614f
fix(CallLog): bad endif
2017-09-28 12:30:21 +02:00
Ronan Abhamon (Windaube)
0cd07d1f86
fix(windaube): do not include Windows.h (avoid redefinitions)
2017-09-28 12:27:07 +02:00
Ronan Abhamon
437f43665e
feat(c-wrapper): now belle-sip types are declared in this file
2017-09-25 14:18:35 +02:00
Ghislain MARY
53627f92e0
No longer depend on gettext + remove core callbacks that were deprecated since a very long time.
2017-09-21 18:30:08 +02:00
Benjamin Reis
3a6f8976fd
cast to fix build
2017-09-21 16:52:47 +02:00
Ronan Abhamon
b2a0cd770e
fix(core): deal with new cpp flags
2017-09-20 12:45:17 +02:00
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
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
nicolas
f11cabf8b2
fix leak calllog
2017-07-27 10:25:15 +02:00
Jehan Monnier
339c7678f6
fix call from sip uri with transport
2017-07-25 21:09:01 +02:00
Ghislain MARY
7ceddff0b9
Do not rename files to compile them as C++.
2017-07-24 11:56:50 +02:00
Ghislain MARY
b9b283dcdb
Compile source files as C++.
2017-07-21 17:06:41 +02:00
Ghislain MARY
145b15c271
Fix missing variable initialization.
2017-04-11 11:47:49 +02:00
Ghislain MARY
44b2f6ada7
Fix call logs read from database clearing in migration process.
2017-04-11 10:41:16 +02:00
Simon Morlat
e0def942a9
Report call logs for calls aborted before they are notified to the application.
2017-04-03 15:31:13 +02:00
Ghislain MARY
4ab81b467f
Optimize call logs fetching.
2017-03-23 11:30:54 +01:00
Ghislain MARY
46d894caf6
Use correct macro to detect Android build.
2017-03-08 13:12:02 +01:00
Ghislain MARY
50f4e52966
Store chat message in database before file upload so that if the file upload fails we can try sending the chat message an other time.
2017-02-03 15:29:40 +01:00
Simon Morlat
656ff43b13
fix most common warnings
2017-01-14 14:13:26 +01:00
Simon Morlat
6e15e3b97c
fix windows build warning
2016-10-18 19:48:38 +02:00
Simon Morlat
92d0a936f5
allow unlimited call log by default when sqlite storage is enabled
2016-09-28 14:26:48 +02:00
Gautier Pelloux-Prayer
f6381d913a
license: update FSF address
2016-07-27 11:58:38 +02:00
Ghislain MARY
b535d1f153
Use bctbx_list_t instead of MSList that has been deprecated.
2016-06-16 17:42:33 +02:00
Ghislain MARY
c13647f8bd
Treat warnings as errors on Windows.
2016-06-16 12:23:53 +02:00
Simon Morlat
57561bb120
fix compilation error with no sqlite support
2016-05-20 13:55:00 +02:00
Simon Morlat
b79535afe9
fix automake build and simplify sqlite enablement options
2016-05-20 09:37:53 +02:00
Sandrine Avakian
6cfac0ff44
Using newly created functions bctbx_file_close_and_free, bctbx_file_create_and_open. in lpconfig.c.
...
Changing check on file descriptor return value : should be different from -1 if open was successful .
Using bctbx_file_open and bctbx_file_close in sqlite3bctbx_Open and sqlite3bctbx_Close.
Registers the VFS as default incall_log.c, friend.c and mesage_storage.c .
2016-05-17 11:11:49 +02:00
Sandrine Avakian
c400e2f563
First use of sqlite3 bctbx custom vfs.
2016-05-12 10:36:58 +02:00
Sylvain Berfini
3b7c61e640
Merge branch 'master' into dev_vcard
...
Conflicts:
coreapi/CMakeLists.txt
coreapi/Makefile.am
coreapi/linphonecore.h
java/common/org/linphone/core/LinphoneCore.java
java/impl/org/linphone/core/LinphoneCoreImpl.java
2016-01-25 10:47:41 +01:00
Simon Morlat
2e42434290
prevent crash when call log has invalid URIso
2016-01-19 12:41:34 +01:00
Sylvain Berfini
4583352bad
Merge branch 'master' into dev_vcard
...
Conflicts:
coreapi/Makefile.am
coreapi/conference.h
2016-01-18 11:14:56 +01:00
François Grisez
fc9dc6093b
Add a method to LinphoneCallLog to check whether a call was a call to a conference server
2016-01-14 17:00:06 +01:00
Sylvain Berfini
56db674e38
Started linphone friends database storage
2015-12-17 16:44:55 +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
Sylvain Berfini
10458ff953
Added method to find call log from call id
2015-11-23 10:11:45 +01:00
Simon Morlat
ee92fdcf4c
fix sqlite database access mode for iOS, where default write modes don't allow writing in background mode.
2015-11-16 10:28:05 +01:00
Sylvain Berfini
f574e10a87
Fix crash in quality reporting when call with audio, video and text + fix future index out of bound issue (if main stream index > 3)
2015-10-20 10:13:22 +02:00
Sylvain Berfini
82995a0696
Factorized code to copy user data in call logs
2015-10-19 10:55:57 +02:00
Sylvain Berfini
ba1765c2f7
Fix missing user data on call logs
2015-10-19 10:48:33 +02:00
Sylvain Berfini
b6aa25fa6b
Added call_id and refkey to sql call logs storage
2015-10-09 18:06:50 +02:00
Sylvain Berfini
1f003bb02d
Fix linphone_core_get_last_outgoing_call_log stub definition
2015-10-06 13:56:55 +02:00
Sylvain Berfini
27fbc3dbb9
Added method to get latest outgoing call log
2015-10-06 12:32:57 +02:00