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
Ghislain MARY
bdc8dad0f0
Fix build with Visual Studio 2015.
2015-12-30 15:01:06 +01:00
Ghislain MARY
01ee6e21f2
Fix build with Visual Studio 2015.
2015-12-30 11:58:09 +01:00
Sylvain Berfini
5f58df86e0
Updated Android Makefile for belr and belcard + renamed friend variables to lf because friend is a keyword
2015-12-24 11:44:00 +01:00
Simon Morlat
7b5da68fd8
fix presence tests
2015-12-22 14:55:56 +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
fb6d0dd135
Merge branch 'dev_presence_list'
2015-12-18 15:01:10 +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
Sylvain Berfini
860ee180a8
Tests done for friends' database storage
2015-12-17 17:32:18 +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
Simon Morlat
ea25eb10c5
give a choice for the echo calibrator tones
2015-12-17 16:06:31 +01:00
Sylvain Berfini
9b6a6ca7a5
Improve import friends from vcard time by bypassing a few checks + added test to calculate 1000 vcards import time
2015-12-17 14:24:22 +01:00
Sylvain Berfini
528fc0a026
Started vcard interface for belcard
2015-12-14 11:30:09 +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
Simon Morlat
6325178af5
Update ms2 and rely on the new specific codec offer answer logic declaration.
2015-12-04 22:27:57 +01:00
Ghislain MARY
fccaa5e36e
Handle versioning of presence list notifications + store information that we have received presence information for a friend.
2015-11-30 11:39:21 +01:00
Ghislain MARY
97f28a65ca
Basic parsing of presence list notify.
2015-11-27 11:44:16 +01:00
Simon Morlat
4b68da4151
enhance lp-auto-answer so that it is able to play audio/video mkv files
2015-11-26 21:59:44 +01:00
Ghislain MARY
edd42fcf1b
Rework sal to be able multipart LinphoneContent objects.
2015-11-26 15:28:36 +01:00
Jehan Monnier
24cf297628
fix some warnings, update submodule ms2
2015-11-26 11:30:25 +01:00
Ghislain MARY
96d249c674
Generate resource-lists SUBSCRIBE for presence.
2015-11-23 17:41:09 +01:00
Ghislain MARY
89aa523d71
Use LinphoneFriendList object for the list of friends of a LinphoneCore.
2015-11-23 17:41:09 +01:00
Ghislain MARY
3b6eceaad4
Add the LinphoneFriendList object.
2015-11-23 17:41:09 +01:00
Ghislain MARY
cafb1dfa3e
Fix strict-prototypes warnings.
2015-11-20 17:56:11 +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
Simon Morlat
6e7d855020
fix ice bug in rtcp-mux mode
2015-11-09 20:53:17 +01:00
Ghislain MARY
057bf0430a
Merge branch '3.9.x'
2015-11-02 17:36:35 +01:00
Sylvain Berfini
868c725dae
Improved a few things in RTT + added tests for message end character compatibility
2015-11-02 12:05:47 +01:00
Ghislain MARY
a2ed27b20d
Ensure username, domain, route and email are lowercase in the account creator.
2015-10-30 14:36:55 +01:00
Simon Morlat
e39a90c1dd
make LinphoneTunnelConfig a real object
2015-10-27 14:49:29 +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
Simon Morlat
d3bd19d39d
implement RTP socket re-creation on the fly, in order to have RTP streams to follow the new routes defined by the system.
...
This is optional, done in linphone_core_set_network_reachable(lc, TRUE); when property recreate_sockets_when_network_is_up is set to 1 in [net] section of linphonerc.
2015-10-14 21:58:26 +02:00
Gautier Pelloux-Prayer
2d6dc65254
private.h: remove linphone_core_set_as_current_call since it is not implemented anymore
2015-10-14 15:40:42 +02:00
Ghislain MARY
b025abb63a
Fix useless media restart on ICE re-invite.
2015-10-08 14:05:15 +02:00
Ghislain MARY
c149a6da7e
Add API to handle custom SDP attributes.
2015-10-07 10:55:10 +02:00
Simon Morlat
8a7cfe66d6
don't notify a NotDelivered state if an incoming file transfer fails
2015-10-04 21:14:16 +02:00
Gautier Pelloux-Prayer
53a0f03999
account_creator: rework it to be error-friendly
2015-10-01 15:57:51 +02:00
Sylvain Berfini
c29d018bff
Added possibility to disable audio stream in call params + tester for RTT without audio stream
2015-09-28 12:08:16 +02:00
Simon Morlat
a4f4d59906
fix ICE regression
2015-09-25 19:23:20 +02:00
Simon Morlat
8e200bcf98
fix memory leaks in RTT and fix generation of local media description
2015-09-25 17:28:10 +02:00
Sylvain Berfini
0216630824
More work on RTT
2015-09-24 17:21:35 +02:00
Simon Morlat
0f1cf8b14a
fix various recent problems with SDP offer/answer and ICE.
...
Most problematic was that declined streams were not put in SDP answers.
2015-09-24 16:44:07 +02:00
Simon Morlat
32eb45dfc6
fix bad handling of remote params, resulting in wrong information given in them in case of received INVITE without SDP
2015-09-24 11:15:34 +02:00
Simon Morlat
28a7d3dbbe
fix bug where a pause reINVITE was having a video stream while the original INVITE (made by other party) wasn't proposing video at all.
2015-09-23 18:11:03 +02:00
Simon Morlat
6e96789f33
fix memory leaks
2015-09-23 16:39:18 +02:00
Simon Morlat
76263deaff
fix crash in linphone_core_destroy() when releasing the chat rooms while belle_sip_provider_t no longer exists, and fix many memory leaks
2015-09-22 22:43:31 +02:00
Gautier Pelloux-Prayer
461876a9a3
chat.c: split chat and file transfer in 2 files and fix various memory leaks
2015-09-22 14:03:26 +02:00
Sylvain Berfini
b5d0667594
Merge branch 'dev_rtt'
2015-09-22 11:12:34 +02:00