Simon Morlat
|
204e218bb0
|
Fix : move Cpu lock and so on into the Call object. There are not needed for INVITE sessions without media (like group chat), and they cause important battery drain because the phone will stay awake all the time since the INVITE session never BYEs.
|
2018-03-02 20:51:54 +01:00 |
|
Ghislain MARY
|
6f8e2f5c2b
|
Remove const in CallSessionListener methods to allow the session to be modified.
|
2018-02-13 17:58:57 +01:00 |
|
Ghislain MARY
|
983471e8d0
|
For fixes for real time text.
|
2018-02-12 17:48:55 +01:00 |
|
Benjamin Reis
|
017f4790b0
|
use BackgroundTask object instead of call directly sal API
|
2018-02-08 15:45:30 +01:00 |
|
Ghislain MARY
|
7ec3f703f5
|
Fix multicast tester.
|
2018-02-02 11:44:31 +01:00 |
|
Ronan Abhamon
|
fdfcbbc12a
|
feat(core): DO NOT ADD CODE IN private object destructors (if not possible you can in specific cases like base objects). Thx. <3
|
2018-01-29 17:02:11 +01:00 |
|
Ronan Abhamon
|
26ad07a02e
|
feat(core): update date of some files
|
2018-01-15 09:17:54 +01:00 |
|
Ghislain MARY
|
4aa734c86f
|
Memory leak fixes.
|
2018-01-09 18:00:09 +01:00 |
|
Ronan Abhamon
|
d52977ded6
|
feat(src): add a _L prefix on each include guard
|
2018-01-08 12:15:15 +01:00 |
|
Ghislain MARY
|
68ca9907c1
|
Fix invalid read when a CallSession tries to notify a Call that has been destroyed.
|
2018-01-08 11:38:45 +01:00 |
|
Ghislain MARY
|
c050b2449a
|
Fix crash in quality reporting.
|
2018-01-03 10:59:55 +01:00 |
|
Ghislain MARY
|
1182c5e824
|
Restore call reporting code.
|
2017-12-29 11:08:58 +01:00 |
|
Ghislain MARY
|
4cc7985da9
|
Correctly define call session state enumeration.
|
2017-12-28 12:43:56 +01:00 |
|
Ghislain MARY
|
e1f4254dc1
|
Various call tester fixes.
|
2017-12-18 10:28:47 +01:00 |
|
Ghislain MARY
|
fdbf787141
|
Fix audio conference.
|
2017-12-13 15:53:38 +01:00 |
|
Ghislain MARY
|
d2fd296e8c
|
Finalize handling of tones during calls.
|
2017-12-12 11:06:43 +01:00 |
|
Ghislain MARY
|
382c22a80f
|
Convert call transfer handling to C++.
|
2017-12-12 10:17:22 +01:00 |
|
Ghislain MARY
|
8816f39974
|
Remove CallListener and use CallSessionListener instead.
|
2017-12-08 13:57:32 +01:00 |
|
Ghislain MARY
|
6c26de9e28
|
Various fixes in call handling.
|
2017-12-07 16:50:45 +01:00 |
|
Ghislain MARY
|
7c6d7bc2d7
|
Fix media start count check in testers.
|
2017-12-07 16:50:38 +01:00 |
|
Ghislain MARY
|
6dc6e0d431
|
Fix DTMF handling.
|
2017-12-06 17:17:16 +01:00 |
|
Ghislain MARY
|
2f1d16a306
|
Use c-wrapper for the Core object.
|
2017-12-04 13:56:32 +01:00 |
|
Ghislain MARY
|
71282b2598
|
Implement Call::setParams().
|
2017-12-01 10:13:16 +01:00 |
|
Ghislain MARY
|
88fb7651f6
|
Call now inherits from Conference instead of including it.
|
2017-11-30 16:49:13 +01:00 |
|
Ghislain MARY
|
ec74e66eb7
|
Fix ogl render.
|
2017-11-28 14:53:56 +01:00 |
|
Ghislain MARY
|
7d16001da2
|
Fix creation of player in call.
|
2017-11-28 14:53:50 +01:00 |
|
Ghislain MARY
|
08a2180cbc
|
Fix reception of INFO messages.
|
2017-11-28 14:53:23 +01:00 |
|
Ghislain MARY
|
1896eff9fe
|
Several fixes for calls.
|
2017-11-27 17:45:16 +01:00 |
|
Ronan Abhamon
|
6dd6e829a3
|
feat(conference): refactoring, use CoreAccessor and ChatRoomId
|
2017-11-17 15:49:45 +01:00 |
|
Sylvain Berfini
|
e10297ba6d
|
Added new zoom method on call which doesn't use reference to floats
|
2017-10-16 17:44:10 +02:00 |
|
Ronan Abhamon
|
006ecf4d76
|
feat(Conference): hide private attributes of Conference classes (feat Benjamin Reis aka Ben Rei Jeb)
|
2017-10-12 16:55:53 +02:00 |
|
Ghislain MARY
|
81340cfcb8
|
Fix license headers.
|
2017-10-05 15:09:09 +02:00 |
|
Ghislain MARY
|
4eb16ce346
|
Do not return a Participant in the addParticipant() method of the conference interface because the addition can be done asynchronously.
|
2017-10-04 14:18:53 +02:00 |
|
Ghislain MARY
|
7969616d43
|
Handle redirection in the CallSession class.
|
2017-10-02 16:56:53 +02:00 |
|
François Grisez
|
86b626d3fe
|
Migration of Sal and SalOp into C++ classes
|
2017-09-29 17:19:52 +02:00 |
|
Ronan Abhamon
|
127d5aa728
|
fix(Call): use getPrivate correctly
|
2017-09-29 15:29:09 +02:00 |
|
Ronan Abhamon
|
2230acf7b4
|
fix(Call): avoid usage of L_GET_PRIVATE
|
2017-09-29 15:06:38 +02:00 |
|
Ronan Abhamon
|
53d7a7d639
|
fix(Address): use a mutable only once
|
2017-09-29 15:06:38 +02:00 |
|
Ronan Abhamon
|
4e798d8b32
|
feat(c-wrapper): L_GET_PRIVATE supports CPP_TYPE parameter
|
2017-09-29 10:51:51 +02:00 |
|
Ronan Abhamon
|
c156730daa
|
feat(general): remove class parameter of L_D and L_Q
|
2017-09-27 16:15:58 +02:00 |
|
Ghislain MARY
|
076e744dcd
|
Handle subject in INVITE + create body when creating the client group chat room.
|
2017-09-26 16:58:13 +02:00 |
|
Ronan Abhamon
|
6a3956494c
|
fix(core): coding style
|
2017-09-26 13:46:01 +02:00 |
|
Ronan Abhamon
|
e75404cbd8
|
fix(core): fix coding style on many files, remove useless includes...
|
2017-09-26 11:56:49 +02:00 |
|
Ghislain MARY
|
35f48398f4
|
Improve check for acceptation handling when receiving an incoming INVITE.
|
2017-09-25 14:19:42 +02:00 |
|
Ghislain MARY
|
3c28b14440
|
Use the c-tools for the Call object.
|
2017-09-21 16:04:35 +02:00 |
|
Ronan Abhamon
|
8ae87e2f3f
|
feat(Core): deal with more warning options!
|
2017-09-20 12:45:17 +02:00 |
|
Ronan Abhamon
|
0102ef79fc
|
feaf(core): remove useless std...
|
2017-09-14 14:52:22 +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
|
cd10ea5d66
|
feat(Object): provide a way to deal with user data (properties/variant)
|
2017-09-13 12:05:53 +02:00 |
|