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
Ghislain MARY
7251c06e57
Fix build on Windows.
2016-01-05 11:33:24 +01:00
Gautier Pelloux-Prayer
f903eeb0df
ringtoneplayer.c: use include, not import
2016-01-05 11:21:55 +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
c20bcb0d08
Removed unused LinphoneContent in xmlrpc API
2016-01-04 16:18:33 +01:00
Jehan Monnier
05af238d9a
make sure list subscribe is only sent when proxy config is transitioned to RegistrationOk
2016-01-04 15:32:53 +01:00
Christophe Deschamps
4738dd78a4
Do not call linphone_content_get_buffer on multipart body messages (JNI Wrapper)
2015-12-30 22:48:22 +01:00
Ghislain MARY
01ee6e21f2
Fix build with Visual Studio 2015.
2015-12-30 11:58:09 +01:00
Christophe Deschamps
12e71eccbe
Merge remote-tracking branch 'remotes/origin/dev_presence_list'
...
- Fix memory leak in jni wrapper
- Implemented findFriendByUri (LinphoneFriendList)
2015-12-29 23:44:02 +01:00
Christophe Deschamps
293376d648
Fixes crash upon file transfer - jni wrapper
2015-12-29 22:35:58 +01:00
Ghislain MARY
b9bfbb3df9
Fix includes when using LinphoneFriendList from outside of liblinphone.
2015-12-28 16:08:11 +01:00
Christophe Deschamps
a589056381
Fix memory leak
2015-12-28 09:26:32 +01:00
Simon Morlat
f922907fd8
repair jni compilation
2015-12-27 12:35:50 +01:00
Simon Morlat
debed1a326
Revert "retired LinphoneContentPrivate in JNI & fixed Android compilation (friendlist)"
...
This reverts commit f151d70d4d .
The changes done in this commit break all features using LinphoneContent objects.
2015-12-27 11:28:20 +01:00
Christophe Deschamps
a142ea2981
find friend by URI added to JNI
2015-12-24 00:33:36 +01:00
Gautier Pelloux-Prayer
3532bfabfb
doxygen: update configuration and fix errors in doc
2015-12-23 15:50:55 +01:00
Gautier Pelloux-Prayer
9fdecfa649
autotools: add mac.m for autotools build process
2015-12-23 15:25:17 +01:00
Sandrine Avakian
f83d50db02
Fixing bugs on implicit RTCP feedback:
...
-AVP implicit to AVP implicit calls now using RTCP feedback packets.
-Fixing bugs in call_tester.c
2015-12-23 10:38:56 +01:00
Simon Morlat
7b5da68fd8
fix presence tests
2015-12-22 14:55:56 +01:00
Simon Morlat
ee344c2708
fix regression in lime support
2015-12-22 11:47:16 +01:00
Simon Morlat
467acd3d1b
fix crash in linphone-android when receiving a SUBSCRIBE because LinphoneFriend::lc is not set.
2015-12-22 11:03:20 +01:00
Simon Morlat
3d791362ee
add new rings and enable the ones by default
2015-12-21 16:10:09 +01:00
Simon Morlat
cb49c4f342
repair sending of messages with external-body URL
2015-12-21 10:59:19 +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
Simon Morlat
29d2355ba7
fix compilation problem
2015-12-18 17:57:33 +01:00
Sandrine Avakian
150ce1d479
Merge branch 'master' of git.linphone.org:linphone
2015-12-18 17:13:48 +01:00
Sandrine Avakian
ebf0f4c033
Fixing problem with trr_interval set to 0 in some cases.
2015-12-18 17:13:19 +01:00
Ghislain MARY
3efa134bed
Fix log collection crashes.
2015-12-18 16:41:35 +01:00
Ghislain MARY
fb6d0dd135
Merge branch 'dev_presence_list'
2015-12-18 15:01:10 +01:00
Ghislain MARY
820d26bacf
Fix presence list tests.
2015-12-18 15:00:04 +01:00
Ghislain MARY
da682bf63a
If a presence list subscription already exist refresh it instead of creating a new one.
2015-12-18 14:58:29 +01:00
Ghislain MARY
03261a97b1
Add API to refresh a subscription.
2015-12-18 14:57:39 +01:00
Sandrine Avakian
7c172b8af2
Adding tests for AVPF<=>implicit AVPF calls in call_tester.
...
Fixinf error for feature implicit AVPF in sal_sdp.c and linphonecall.c
2015-12-18 14:10:28 +01:00
François Grisez
2fcf9d4f2c
Fix build on Android and autotools
2015-12-17 16:08:49 +01:00
Simon Morlat
ea25eb10c5
give a choice for the echo calibrator tones
2015-12-17 16:06:31 +01:00
François Grisez
a2874353bd
Fix several issues in the RemoteConference implementation
2015-12-17 10:40:47 +01:00
Ghislain MARY
f002a15267
Improve git version header generation with CMake.
2015-12-15 10:51:13 +01:00
Sandrine Avakian
689f1cf86f
Fixed test implicit_AVPF test in call_tester.c. Small refactoring.
...
Added condition in verification on all streams for avpf feature in linphone_call_get_current_params in linphonecall.c .
2015-12-14 17:11:27 +01:00
Christophe Deschamps
2840f5fcac
JNI Wrapper for presence list
2015-12-14 14:11:37 +01:00
Christophe Deschamps
f151d70d4d
retired LinphoneContentPrivate in JNI & fixed Android compilation (friendlist)
2015-12-14 00:01:15 +01:00
Gautier Pelloux-Prayer
aa719921dd
sal.c: invalid use of size_t in remove_trailing_spaces
2015-12-09 11:59:10 +01:00
Sandrine Avakian
57f09a4ce1
Linphonecall.c : Modified linphone_call_get_current_params to set avpf_enabled if all streams have avpf AND all media streams have avpf.
2015-12-09 11:14:29 +01:00
François Grisez
18fde493f7
Rename the two implementations of the Conference interface
2015-12-08 14:30:38 +01:00
Jehan Monnier
5269c01b02
fix c++ compilation issue
2015-12-07 17:03:59 +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
f8a7f25558
Add a property to LinphoneCalls
...
Add a property to LinphoneCalls storing the reference
to the conference in which the call is part of. That
property is NULL if the call is part of no conference
That commit also add some documentation on several
functions
2015-12-07 14:53:45 +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