Commit graph

7922 commits

Author SHA1 Message Date
François Grisez
18b93b09d6 Merge branch 'dev_conference_rfc4579' of git.linphone.org:linphone into dev_conference_rfc4579 2016-01-06 15:16:39 +01:00
François Grisez
dc62411463 Fix JNI of getConference() methods of LinphoneCore and LinphoneCall 2016-01-06 15:03:53 +01:00
François Grisez
88c0123983 Fix JNI of getConference() methods of LinphoneCore and LinphoneCall 2016-01-06 14:53:39 +01:00
François Grisez
95c893dcc1 Wrap LinphoneConference class into Java 2016-01-06 14:30:13 +01:00
François Grisez
d7e761b09e Send REFER with BYE in dialog 2016-01-06 10:07:40 +01:00
François Grisez
a49cd7566c Add a setter/getter for the method param to LinphoneAddress 2016-01-06 10:03:14 +01:00
François Grisez
ca05715af6 Fix crash in JNI concerning the removeListener() function 2016-01-04 16:45:18 +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
François Grisez
2fcf9d4f2c Fix build on Android and autotools 2015-12-17 16:08:49 +01:00
François Grisez
88d0c8ef9e Add a test testing the establishment of a conference based on a focus server 2015-12-17 10:42:58 +01:00
François Grisez
a2874353bd Fix several issues in the RemoteConference implementation 2015-12-17 10:40:47 +01:00
François Grisez
18fde493f7 Rename the two implementations of the Conference interface 2015-12-08 14:30:38 +01:00
François Grisez
20831d929e Display the conference view while conferences using a focus server 2015-12-08 14:15:31 +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
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
4e972721a7 Fix crashes 2015-12-04 14:27:11 +01:00
François Grisez
c526791c63 Conference implementation based on focus server 2015-12-04 13:45:04 +01:00
François Grisez
9d650f59bf Remove conference.c 2015-12-01 11:01:17 +01:00
François Grisez
99252460f4 Create a C++ interface in order to abstract conference systems
The actual conference system has been transposed as an
implementation of the freshly created interface
2015-11-30 16:36:37 +01:00
Ghislain MARY
b5e52a00ad Reflect changes to belle-sip that add a new parameter to belle_sip_muiltpart_body_handler_new(). 2015-11-25 16:04:49 +01:00
Simon Morlat
6a9247d6f6 fix compilation issues and bugfix in tests 2015-11-25 14:53:22 +01:00
Simon Morlat
4ad41a4b8e allow to play mkv file during call on hold 2015-11-25 14:30:50 +01:00
Jehan Monnier
262575f921 fix ice destination change in case of call with rtp-mux 2015-11-25 10:30:31 +01:00
François Grisez
4b8b216c74 Update ms2 (Fix speaker mode on iOS) 2015-11-24 10:35:17 +01:00
Gautier Pelloux-Prayer
591a9b88b7 linphonecore.h: linphone_core_interpret_url should not be obsoleted 2015-11-24 10:34:56 +01:00
Sylvain Berfini
2a50d4b1c1 Updated ms2 2015-11-24 10:05:02 +01:00
Gautier Pelloux-Prayer
c4d781f152 call_log.c: inialize missing field start_date when using database 2015-11-23 17:04:09 +01:00
Sylvain Berfini
fd9bf8a72f Updated ms2 2015-11-23 14:37:47 +01:00
Ghislain MARY
7d7a83d478 Fix build for Windows 10. 2015-11-23 14:33:29 +01:00
Sylvain Berfini
18633a8eed Update ms2 2015-11-23 13:02:18 +01:00
Gautier Pelloux-Prayer
5d44564e10 linphonecore.h: update documentation for some obsoleted functions 2015-11-23 12:18:55 +01:00
Sylvain Berfini
339062a8e8 Updated ms2 2015-11-23 12:04:14 +01:00
Sylvain Berfini
10458ff953 Added method to find call log from call id 2015-11-23 10:11:45 +01:00
Simon Morlat
f1a872cedd fix compilation problems 2015-11-20 22:43:32 +01:00
Simon Morlat
61ad8eaf95 fix rpm again 2015-11-20 22:11:41 +01:00
Ghislain MARY
cafb1dfa3e Fix strict-prototypes warnings. 2015-11-20 17:56:11 +01:00
Gautier Pelloux-Prayer
87fa413ec4 message_storage.c: do not rebuild peer address for each DB message since it is already available in chat room structure 2015-11-20 14:59:07 +01:00
Simon Morlat
8032e02782 attempt to fix "make rpm" 2015-11-20 14:31:19 +01:00
Ghislain MARY
33e1a26452 Activate compilation warnings for non-strict prototypes in C. 2015-11-20 14:02:56 +01:00
Ghislain MARY
1249c3391e Update oRTP submodule. 2015-11-20 13:47:50 +01:00
Jehan Monnier
db287098e4 remove some unnecessary LINPHONE_DEPRECATED 2015-11-20 11:57:13 +01:00
Simon Morlat
177f44776d workaround possible automake bug 2015-11-20 11:46:39 +01:00
Jehan Monnier
78ce2cad54 fix compilation issue on gcc <4.6 2015-11-20 11:21:53 +01:00
Jehan Monnier
cb0bbf3146 move check_ice from liblinphone_tester.c to tester.c 2015-11-19 17:36:00 +01:00
Sylvain Berfini
4994ab1f73 Updated ms2 to fix python (and possibly all cmake) builds 2015-11-19 17:23:56 +01:00
Jehan Monnier
3dd8a9d5a2 disable -Wdeprecated-declaration in some portion of code 2015-11-19 17:06:40 +01:00
Jehan Monnier
157f304503 add macro LINPHONE_DEPRECATED to notify user of API changes 2015-11-19 16:58:04 +01:00
Sylvain Berfini
e82e187f9b Added set overwrite flags for section for convenience 2015-11-19 16:50:30 +01:00
Sylvain Berfini
07fd8f61fa Added methods to set/get overwrite flag in LpConfig (used when dumping config as xml) 2015-11-19 16:28:14 +01:00