Commit graph

106 commits

Author SHA1 Message Date
Ghislain MARY
a8418666e4 Fix deprecation warnings. 2017-03-20 11:15:26 +01:00
Ghislain MARY
6a9b199af6 Remove a lot of deprecation warnings. 2017-03-17 17:49:45 +01:00
Ghislain MARY
2ae611838a Fix build on Win64. 2017-03-10 10:39:16 +01:00
Simon Morlat
656ff43b13 fix most common warnings 2017-01-14 14:13:26 +01:00
Ghislain MARY
33b72ce6b5 Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
Simon Morlat
7c827c7134 Fix incorrect status report by linphonecsh. 2016-11-07 15:16:00 +01:00
Simon Morlat
0d2524320b allow missing initializers 2016-10-19 19:37:42 +02:00
Ghislain MARY
9a23352c4c Stricter compilation options + new compilation error fixes. 2016-10-19 17:31:07 +02:00
Simon Morlat
f9aee35116 heavy rework of lists, presence list subscriptions, and fix many memory leaks 2016-09-22 22:10:36 +02:00
Ghislain MARY
1cb1d7c5eb Allow friends to be added to a friend list even if they do not have a SIP address. 2016-08-01 17:30:51 +02:00
Ghislain MARY
0492c91ba1 No longer rely on the uri field of LinphoneFriend being set (use linphone_friend_get_address() instead). 2016-07-29 11:09:45 +02:00
Gautier Pelloux-Prayer
f6381d913a license: update FSF address 2016-07-27 11:58:38 +02:00
Ghislain MARY
fb9c200a55 Replace MSList by bctbx_list_t in console and gtk. 2016-06-16 18:41:41 +02:00
Ghislain MARY
c13647f8bd Treat warnings as errors on Windows. 2016-06-16 12:23:53 +02:00
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
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
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
Ghislain MARY
0e4d2550c2 Fix compilation of linphonec and linphone-gtk. 2015-07-20 12:41:55 +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
Gautier Pelloux-Prayer
da8d7aa36f Reorder commands alphabetically 2015-01-29 12:43:55 +01: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
717db9fd8d Improved strict compilation flags 2014-09-11 15:46:05 +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
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
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
Guillaume BIENKOWSKI
5ea937f787 Fix compilation issue in console.c for Mac 2013-12-05 18:06:04 +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
Ghislain MARY
9139a6bd70 Deprecate linphone_core_is_mic_muted() and linphone_core_mute_mic().
Introduce linphone_core_enable_mic() and linphone_core_mic_enabled() to replace them.
2013-10-09 15:19:39 +02:00
Ghislain MARY
c1968e3fd8 Normalize linphone_proxy_config_set_expires() name. 2013-10-04 17:41:55 +02:00
Simon Morlat
94c264f246 fix linphonec bugs 2013-09-30 11:17:42 +02:00
Ghislain MARY
20dfd43aac More coherent friend API. 2013-09-19 11:15:29 +02:00
Simon Morlat
da9ed56491 fix mis-use of update_call in linphonec. 2013-03-19 12:19:01 +01:00
Yann Diorcet
1a5169a147 uPnP improvements
Fix mutex lock in the destructor
Add firewall commands in console
2013-02-28 10:44:32 +01:00
Simon Morlat
990cbb596d - fix text_received() callback so that it can work without date header.
- add api to add custom header (work in progress)
- add accessors to call logs and hide the structure into private.h
2013-02-06 22:29:13 +01:00