Commit graph

2514 commits

Author SHA1 Message Date
Ghislain MARY
6fab974ad7 Add some API to get information from a LinphoneCallStats object. 2014-09-01 11:33:44 +02:00
Ghislain MARY
6639e57535 Fix crash in Python wrapper when the core is destroyed before the chat rooms. 2014-09-01 10:52:41 +02:00
Ghislain MARY
dfcedfd701 Include config.h when HAVE_CONFIG_H is defined (needed for compilation with CMake). 2014-09-01 10:44:13 +02:00
Ghislain MARY
095beeb583 Build player.c on all platforms. 2014-09-01 10:43:01 +02:00
Simon Morlat
2c90f5e702 add player api, fix bug in linphone_core_terminate_conference() 2014-08-31 21:58:32 +02:00
Simon Morlat
9c396a9cd9 Fix big crash in call logs because logs built from linphonerc were constructed using ms_new0(LinphoneCallLog,1). 2014-08-31 10:56:37 +02:00
Simon Morlat
c9c23c2318 remove unnecessary includes, update ms2 2014-08-30 13:00:37 +02:00
François Grisez
b6d1b58b17 Fix compilation error. Add missing #define _GNU_SOURCE 2014-08-29 16:32:27 +02:00
Ghislain MARY
2f63ec8135 Fix typo that is causing crashes. 2014-08-29 15:32:40 +02:00
Ghislain MARY
1caa2d8de3 Add reference count handling to LinphoneCallLog objects. 2014-08-29 15:07:13 +02:00
Ghislain MARY
34c945f201 Fix compilation. 2014-08-29 15:06:22 +02:00
Ghislain MARY
b4963d9f70 Put call log related code in its own files. 2014-08-29 14:39:34 +02:00
Ghislain MARY
53a34317a5 Some API and documentation change for automatic wrapper generation. 2014-08-29 11:44:21 +02:00
Margaux Clerc
06cac462a7 Use ref/unref function in JNI for proxy config 2014-08-28 16:40:47 +02:00
Ghislain MARY
3bba8ea3d2 Normalize default proxy getter signature so that it can be automatically wrapped. 2014-08-28 16:26:21 +02:00
François Grisez
b2df35fdaf Fix bug #1416
Data are written in a .part suffixed temporary file while snapshot is going on.
Once snapsot is completed, the temporary file is renamed into the specified name.
2014-08-28 16:12:49 +02:00
Ghislain MARY
3d4821c69e Renamed get_to(), set_to(), get_from() and set_from() respectively to get_to_address(), set_to_address(), get_from_address() and set_from_address(). 2014-08-28 15:11:17 +02:00
Jehan Monnier
9b68f18820 keep linphone_core_get_chat_room(LinphoneCore *lc, const LinphoneAddress *addr) with const param 2014-08-28 14:59:00 +02:00
Ghislain MARY
60aee12e5c Fix linphone_core_get_chat_room() that was not creating the chat room if it did not exist yet. 2014-08-28 12:03:17 +02:00
Jehan Monnier
272b40e149 make sure rtp port are released even in case of call error 2014-08-27 16:58:54 +02:00
François Grisez
a323e3c357 Add the setAndroidPowerManager private method to the LinphoneCoreImpl class 2014-08-27 16:52:31 +02:00
Simon Morlat
69750c29f4 fix refcount of proxy config 2014-08-27 14:22:29 +02:00
Ghislain MARY
294916d0eb Use belle-sip reference counting for LinphoneChatRoom objects. 2014-08-27 12:37:58 +02:00
Simon Morlat
ec0a93b632 prevent unnecessary lookup in pending auth list 2014-08-27 12:04:59 +02:00
Guillaume BIENKOWSKI
d28e18e058 Null-check the auth-info when it fails. In some cases it could be Nil 2014-08-26 11:34:31 +02:00
François Grisez
cb355233b2 Fix compilation error 2014-08-25 18:55:25 +02:00
François Grisez
4677df1e93 Integration of Android's wake locks 2014-08-25 14:53:34 +02:00
Ghislain MARY
ec11864066 Remove duplicated user pointer. 2014-08-22 17:57:45 +02:00
Ghislain MARY
3d512a019c Fix update of primary contact. 2014-08-22 14:47:45 +02:00
Ghislain MARY
aa5f676dcd Improve fetching of the local IP to take into account the destination. 2014-08-21 17:51:01 +02:00
Simon Morlat
c68dd94acb allow notification of registration_state_changed callback for removed proxy configs. 2014-08-21 17:01:55 +02:00
Ghislain MARY
b6a9bdeed5 Use belle-sip reference counting for LinphoneProxyConfig and LinphoneCall objects. 2014-08-21 16:20:12 +02:00
Simon Morlat
a53740de5f fix call acceptance with policy test, by adding linphone_core_create_call_params(). 2014-08-20 18:08:24 +02:00
Gautier Pelloux-Prayer
c8bd7e1007 Fix android writable dir for tests 2014-08-20 09:31:55 +02:00
Gautier Pelloux-Prayer
c53f70e256 Fix erroneous documentation from conversation history new methods 2014-08-19 15:06:50 +02:00
Ghislain MARY
da96438eb7 Fix documentation for automatic wrapper generation. 2014-08-19 14:45:18 +02:00
Ghislain MARY
94d0b2dc7b Fix compilation with Visual Studio. 2014-08-19 14:45:00 +02:00
Ghislain MARY
8d442bf774 Fix bug 0001406: Missing crypto keys when adding video in an SAVP call. 2014-08-19 12:17:00 +02:00
Gautier Pelloux-Prayer
e745c956e7 Add method to retrieve size of a conversation history and a part of it 2014-08-19 11:31:40 +02:00
Guillaume BIENKOWSKI
6ed82cb740 Add the equalizer location parameter to the "sound" section of lpconfig.
Setting it to "mic" will place it in the input graph, rather than the default location in output graph.
This allow to pre-amplify some frequencies in the input device.

You still need to eq_active=1	and set eq_gains to what you want to amplify.
2014-08-18 19:02:31 +02:00
Guillaume BIENKOWSKI
e067549347 Provide correct sample rate when G722 is involved 2014-08-18 17:01:59 +02:00
Ghislain MARY
067c8a9527 For functions returning or taking an MSList as an argument, specify what the MSList contains in the documentation. 2014-08-14 14:44:59 +02:00
Simon Morlat
61d1f7b5de allow fps change in linphone_core_update_call() 2014-08-13 19:25:33 +02:00
Ghislain MARY
31ab25d815 Handle PayloadType objects in the Python wrapper. 2014-08-13 16:10:48 +02:00
Ghislain MARY
efacfee3a3 Standardize user_data/user_pointer naming. 2014-08-13 14:28:48 +02:00
Simon Morlat
3603a92ce4 add jitter buffer settings 2014-08-12 17:24:45 +02:00
Simon Morlat
a357f2fc86 add LinphoneChatMessage.getTo() java wrapper 2014-08-12 17:09:19 +02:00
Margaux Clerc
c7f6a5a4f8 Add JNI for detect VBR codec 2014-08-12 16:16:54 +02:00
Margaux Clerc
0778de48aa Fix synchronize in chatroom
Fix getProxyConfig
2014-08-12 16:16:54 +02:00
Ghislain MARY
fc7c3963f6 Fix git revision when compiling with CMake. 2014-08-12 15:36:22 +02:00