Sylvain Berfini
06f9d69a78
Added vtable callbacks for friend list created / removed + tests
2016-02-01 15:42:02 +01:00
Sylvain Berfini
82b74a8bb2
Merge branch 'master' into dev_vcard
...
Conflicts:
coreapi/friendlist.c
2016-01-29 11:41:57 +01:00
Jehan Monnier
58cb7a3f57
use belle-sip refresher with dialog terminated recovery capability
2016-01-28 17:48:11 +01:00
Simon Morlat
0a9ab97bd4
keep using periodical updates (even for non-existent streams) at least for tests, because it is convenient to be notified everytime linphonecore updates
...
bandwidth measurement.
This may change in the future when bandwidth computations will be done in real time (every mediastreamer2 tick).
2016-01-26 21:32:55 +01: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
c329b10669
implement independant controls for media and sip network reachabilities.
2016-01-22 17:52:25 +01:00
François Grisez
b44b872e1c
Prevents the conference server to be added to the list of participants
2016-01-22 11:21:07 +01:00
Simon Morlat
9a8ee6ddf5
update for new ortp logging api
2016-01-19 16:25:43 +01:00
Gautier Pelloux-Prayer
67f9bd2068
linphonecore.c: since log level is a mask, do not compare with == operator but & instead
2016-01-18 13:31:26 +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
Jehan Monnier
a1c8d9f99c
make sure in case of SRTP DTLS enabled, ice reinvite is disabled & mandatory encryption is activated
2016-01-15 15:36:38 +01:00
Sylvain Berfini
d31bd8dd77
Few fixes
2016-01-15 14:37:55 +01:00
Sylvain Berfini
03ca760d43
Added md5 check between edit and done on friends + fix all leaks related to friends or friendslists found by tester
2016-01-14 17:30:10 +01:00
Sylvain Berfini
bce8c3cc76
Started rework of friend lists management in linphone + database storage of friend lists
2016-01-14 15:04:08 +01:00
Sylvain Berfini
1d26224858
Started CardDAV integration into liblinphone friends API
2016-01-13 17:05:49 +01:00
François Grisez
523ad425a5
Add a class storing conference parameters
2016-01-13 11:55:30 +01:00
Sylvain Berfini
3835ab26fb
Merge branch 'master' into dev_vcard
...
Conflicts:
coreapi/friendlist.c
2016-01-12 15:16:35 +01:00
François Grisez
f0d1446f22
Renames LinphoneConference.getParticipantsCount() into getSize()
2016-01-11 15:10:04 +01:00
Sylvain Berfini
44e18649ac
Merge branch 'master' into dev_vcard
...
Conflicts:
build/android/Android.mk
coreapi/CMakeLists.txt
coreapi/Makefile.am
coreapi/friend.c
coreapi/linphonecore.c
coreapi/linphonecore.h
2016-01-08 10:37:54 +01:00
Sylvain Berfini
b5300c180c
Parse results for PROPFIND and REPORT requests
2016-01-07 13:04:43 +01:00
François Grisez
41545fadbd
Fixes conflicts between François and Ghislain's "internal" parameter of vtables
2016-01-07 10:57:32 +01:00
François Grisez
38dfb9ab6f
Merge branch 'dev_conference_rfc4579'
2016-01-07 10:13:04 +01:00
Simon Morlat
60708a53ab
repair message storage
2016-01-06 17:40:36 +01:00
Simon Morlat
590f80a463
fix build and bad declaration.
2016-01-05 21:25:14 +01:00
Simon Morlat
e4d97e2a51
add release methods for friends and friend list, so that the core can properly shutdown without leaving references.
2016-01-05 21:15:02 +01:00
Sylvain Berfini
a8e6cc908f
More work on CardDAV sync: doing propfind and addressbook-query requests
2016-01-05 16:31:20 +01:00
Sylvain Berfini
f85edbaa9e
Started carddav code
2016-01-05 11:19:25 +01:00
Gautier Pelloux-Prayer
b711888ac0
ringplayer: add ring player object to play ringtones (CAF on iOS, WAV otherwise)
2016-01-05 10:31:23 +01:00
Ghislain MARY
ce01af18f7
Notify presence list notify events only to the internal vtables.
2016-01-04 17:06:50 +01:00
François Grisez
ca05715af6
Fix crash in JNI concerning the removeListener() function
2016-01-04 16:45:18 +01:00
Sylvain Berfini
db7c875468
Merge remote-tracking branch 'origin/master' into dev_vcard
...
Conflicts:
build/android/liblinphone_tester.mk
coreapi/friend.c
coreapi/friendlist.c
coreapi/linphonecore_jni.cc
2015-12-30 15:17:01 +01:00
Simon Morlat
3d791362ee
add new rings and enable the ones by default
2015-12-21 16:10:09 +01:00
François Grisez
6e655d7430
Add the ability to remove a participant from a remote conference
...
That new feature has not been tested yet neither with Telefonica's server nor
in liblinphone tester. That one does not still work because the LinphoneCore
instance simulating the conference server does not handle REFER with BYE requests.
2015-12-18 18:09:31 +01:00
Sylvain Berfini
7e6c19510c
Merge remote-tracking branch 'origin/master' into dev_vcard
2015-12-18 16:50:09 +01:00
Sylvain Berfini
a0076b7d66
Merge remote-tracking branch 'origin/master' into dev_vcard
...
Conflicts:
coreapi/friend.c
coreapi/private.h
2015-12-18 16:48:09 +01:00
Ghislain MARY
3efa134bed
Fix log collection crashes.
2015-12-18 16:41:35 +01:00
Sylvain Berfini
0b7a1deccf
Added friend storage to database + improved tests + needed changes in gtk app + friends' migration from rc to db
2015-12-18 15:25:18 +01:00
Ghislain MARY
fb6d0dd135
Merge branch 'dev_presence_list'
2015-12-18 15:01:10 +01:00
Sylvain Berfini
c1f11402a9
Prepared gtk application for friends' database storage
2015-12-17 16:52:48 +01:00
Sylvain Berfini
56db674e38
Started linphone friends database storage
2015-12-17 16:44:55 +01:00
Sylvain Berfini
caf26c0b42
Improved a few more things regarding friends and vcards
2015-12-17 15:18:56 +01:00
François Grisez
18fde493f7
Rename the two implementations of the Conference interface
2015-12-08 14:30:38 +01:00
Sandrine Avakian
d277ef7517
Merge branch 'master' of git.linphone.org:linphone
2015-12-07 15:19:48 +01:00
Sandrine Avakian
91f63591f7
Added boolean parameter implicit_rtcp_fb in LinphoneCallParams and SalStreamDescription to enable or disable the forcing of AVPF messages feature in AVP.
...
By default, the feature is enabled and RTCP feedback messages PLI, SLI, RPSI and FIR are supported.
2015-12-07 15:19:29 +01:00
François Grisez
0a4fab5987
Add a method to LinphoneCore to get a pointer to the internal conference object
2015-12-07 11:23:17 +01:00
Simon Morlat
6325178af5
Update ms2 and rely on the new specific codec offer answer logic declaration.
2015-12-04 22:27:57 +01:00
François Grisez
b675b29777
Do not automatically enter the conference when the 'Transport' implementation is used
2015-12-04 14:48:42 +01:00
François Grisez
c526791c63
Conference implementation based on focus server
2015-12-04 13:45:04 +01:00
Sandrine Avakian
3995ab275d
Merge branch 'master' of git://git.linphone.org/linphone
2015-12-03 13:46:42 +01:00
Sandrine Avakian
2eb4221917
Update in linphone_core_init_default_params to take into account parameter avpf_enabled instead of always being disabled by default.
2015-12-03 13:45:01 +01:00