Ghislain MARY
5baf4362f0
Fix some depreciation warnings.
2016-03-10 17:57:27 +01:00
Gautier Pelloux-Prayer
4974896339
win32: use _WIN32 macro instead of WIN32
2016-03-09 16:25:08 +01:00
Ghislain MARY
c64cf6b4ca
Allow building both shared and static libraries with CMake.
2016-02-24 17:54:29 +01:00
Svalorzen
3b24f7eae8
Allowed redirect to work on a single call
2016-02-23 16:02:01 +01:00
Svalorzen
d2843d526e
Fixes infinite loop since if call redirection fails the calls don't actually get terminated.
2016-02-23 14:36:42 +01:00
Gautier Pelloux-Prayer
f14b6e73eb
linphonecore.c: linphone_core_redirect_call should interpret url as linphone_core_transfer_call does
2016-02-16 11:38:54 +01:00
Svalorzen
e78a360a87
Modified soundcard show command to show whether we are using files or not
2016-02-15 09:40:18 +01:00
Gautier Pelloux-Prayer
35f2f5081a
commands.c: disable files usage if we are using "soundcard use <index>"
2016-02-12 15:42:46 +01:00
Simon Morlat
672838c7a0
fix preview stream
2016-02-02 12:52:01 +01:00
Simon Morlat
0965d49f7a
handle expired client dialogs for p2p presence, and report them for LinphoneEvent.
...
remove deprecation of LinphoneChatMessageStateCb, since it is already marked as deprecated in all functions using it.
fix a few warnings
2016-01-26 17:26:49 +01:00
François Grisez
20831d929e
Display the conference view while conferences using a focus server
2015-12-08 14:15:31 +01:00
Ghislain MARY
cafb1dfa3e
Fix strict-prototypes warnings.
2015-11-20 17:56:11 +01:00
Ghislain MARY
7f2a985d84
Handle strict compilation flags when building with CMake.
2015-11-03 17:40:24 +01:00
Simon Morlat
3d7bbb5bd5
remove linphone_core_create_default_call_parameters() because this function is dangerous and error prone.
...
Indeed, it cannot guarantee that the created call params are compatible with the call being accepted or updated.
For doing an outgoing call there is no problem in using it but linphone_core_create_call_params() is better and hard to mis-use.
2015-10-31 12:00:28 +01:00
Simon Morlat
cf6995ef5c
clean chat room api.
...
fix multiple memory leaks, mainly in gtk UI
2015-09-04 14:57:25 +02:00
François Grisez
2c63fa85b0
Fix crash due to libintl on Windows with Visual Studio
2015-07-29 17:25:47 +02:00
Ghislain MARY
d430376745
One more fix for window id with X11.
2015-07-20 12:46:46 +02:00
Ghislain MARY
0e4d2550c2
Fix compilation of linphonec and linphone-gtk.
2015-07-20 12:41:55 +02:00
François Grisez
74fa01a0e2
Define ENABLE_NLS instead of HAVE_INTL when internationalization is available
2015-07-07 14:04:39 +02:00
Gautier Pelloux-Prayer
ea36261c80
build: rename HAVE_GETTEXT with HAVE_INTL
2015-07-03 15:37:32 +02:00
Gautier Pelloux-Prayer
adb12547e8
shell.c: add STATUS_IN_COMING status for incoming call
2015-05-07 11:12:44 +02:00
Gautier Pelloux-Prayer
83f6597b01
linphonec: fix register command to use password correctly
2015-05-07 11:04:00 +02:00
Ghislain MARY
0df1b49ec5
Build console UI when building with CMake.
2015-04-14 17:38:18 +02:00
Ghislain MARY
0061ba8deb
Remove useless #if (thanks to Henrik Pauli for pointing this).
2015-03-26 09:52:29 +01:00
François Grisez
083b34008d
Makes linphonecsh to handle arguments passed to init
2015-02-06 15:52:22 +01:00
Gautier Pelloux-Prayer
da8d7aa36f
Reorder commands alphabetically
2015-01-29 12:43:55 +01:00
Johan Pascal
37e5ccfbc2
DTLS-SRTP init linphone console too
2015-01-13 14:53:18 +01:00
Simon Morlat
b9b8b9e0ba
gtk: implement fullscreen video mode by having gtk managing the video window (not created by mediastreamer2).
2014-09-26 20:42:32 +02:00
Simon Morlat
590e16569c
fix crash during exit() in linphonec due to log written to closed FILE
2014-09-26 12:47:23 +02:00
Gautier Pelloux-Prayer
7bb37557d9
Split strict options in two lists (C and C++)
2014-09-15 11:16:32 +02:00
Simon Morlat
bd27eb0d7c
fix compilation on windows
2014-09-15 10:09:34 +02:00
Simon Morlat
5482399a32
fix compilation error on windows
2014-09-13 09:23:25 +02:00
Gautier Pelloux-Prayer
717db9fd8d
Improved strict compilation flags
2014-09-11 15:46:05 +02:00
Simon Morlat
31c895b521
really check that we are in a linphone git repo before taking the "git describe".
2014-08-06 11:22:46 +02:00
Jehan Monnier
113dece9cc
fix liblinphone android tester
2014-08-04 09:07:28 +02:00
Simon Morlat
65d70e3448
add linphone core api and setting to allow forcing the video capture size, and take a snapshot of preview during calls.
2014-07-02 23:35:39 +02:00
Ghislain MARY
acca0f19ad
Normalize function name.
2014-07-01 16:34:09 +02:00
Gautier Pelloux-Prayer
d472ac0bef
set linphonec as user-agent for linphonec
2014-06-24 14:17:11 +02:00
Simon Morlat
0021b21feb
fix bad handling of call transfer sipfrags and compilation warning
2014-06-13 12:57:23 +02:00
Gautier Pelloux-Prayer
6783dc1d64
replace obsolete tempnam method with mkstemp
2014-06-12 17:21:39 +02:00
Guillaume Beraudo
7427b28169
Fix real early media command line.
2014-04-14 10:19:43 +02:00
Guillaume Beraudo
34561b414e
Real early media switch to console.
...
Allow using the real hardware to stream early media.
2014-04-02 13:31:00 +02:00
Simon Morlat
2c0e4947cc
fix crash in linphonec, update oRTP
2014-03-02 11:39:10 +01:00
Simon Morlat
3a405aab8b
fix unitialized expire in linphonec
2014-02-19 12:07:19 +01:00
Guillaume Beraudo
304361add5
Remove trailing spaces on linphonec call with options
2014-02-12 16:04:48 +01:00
Ghislain MARY
d468050c8b
Implement RFC3994: Indication of Message Composition for Instant Messaging.
2014-01-03 15:01:18 +01:00
Guillaume BIENKOWSKI
f8134446ac
Add BELLESIP_CFLAGS and BELLESIP_LIBS to various Makefile.am
2013-12-09 15:14:33 +01:00
Ghislain MARY
31c8585cae
Include patch from linphone web version.
2013-12-06 14:31:43 +01:00
Guillaume BIENKOWSKI
eadc6025f1
Fix compilation issue in console.c for Mac
2013-12-05 18:00:33 +01:00
Simon Morlat
0177c5f876
fix compilation errors due to signature change in linphone_auth_info_new()
...
fix failed tests in case of failed authentication.
2013-11-05 22:00:19 +01:00