Simon Morlat
7b5da68fd8
fix presence tests
2015-12-22 14:55:56 +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
Simon Morlat
ea25eb10c5
give a choice for the echo calibrator tones
2015-12-17 16:06:31 +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
Simon Morlat
6ceaff09f6
fix check_media_direction again.
2015-09-21 10:47:18 +02:00
Simon Morlat
82286e695b
attempt to repair windows build
2015-09-20 19:46:35 +02:00
Simon Morlat
e0d2b13123
fix regression with previous commit regarding auth infos and ha1
2015-09-18 22:35:10 +02:00
Simon Morlat
096b71cd7e
refine management of ha1 vs clear text passwords.
...
if store_ha1_password option is set, then never store clear text password. Also whenever realm is known, compute the ha1 and drop the clear text password.
2015-09-18 13:26:36 +02:00
Sylvain Berfini
9127666fe5
Do not use -1 for unused steams, instead use an unused index
2015-09-17 16:00:09 +02:00
Sylvain Berfini
405ca6abbd
Fix stream indexes computed too late
2015-09-17 11:35:57 +02:00
Gautier Pelloux-Prayer
fdf5abefd6
chat: refactoring it to always invoke callbacks when changing state, reenable disabled tests and add two new file upload tests where liblinphone should not crash while it does currently
2015-09-16 16:08:11 +02:00
Sylvain Berfini
15b6353e30
Started rework of streams' indexes for RTT
2015-09-15 17:27:40 +02:00
Sylvain Berfini
879dd2cb2f
Merge branch 'dev_call_logs_sql'
2015-09-14 17:11:17 +02:00
Sylvain Berfini
e141a5ea38
Merge branch 'dev_call_logs_sql' into dev_rtt
2015-09-14 15:32:38 +02:00