Commit graph

5622 commits

Author SHA1 Message Date
Simon Morlat
856418260a fix missing ref when notifying incoming message to java layer 2014-09-10 21:06:34 +02:00
Simon Morlat
237b7b07da update ms2 and ortp 2014-09-10 15:33:50 +02:00
Simon Morlat
5a29ea627e fix java destruction of LinphoneCoreImpl 2014-09-10 15:07:03 +02:00
Sylvain Berfini
8ca0fac233 More work regarding the JNI bindings and the Java interface for the file upload/download 2014-09-10 14:46:51 +02:00
Gautier Pelloux-Prayer
abc0265b97 Set default value for adaptive rate algorithm to "simple", the current algorithm 2014-09-10 14:10:26 +02:00
Ghislain MARY
3613728d43 Link against shlwapi on Windows. 2014-09-10 12:04:36 +02:00
Ghislain MARY
581da48a50 Add testing module in Python. 2014-09-10 11:40:23 +02:00
Ghislain MARY
cd23673317 Another compilation fix for Visual Studio. 2014-09-10 10:33:09 +02:00
Ghislain MARY
36de60130b Fix compilation on Windows. 2014-09-10 10:00:56 +02:00
François Grisez
112b93a790 Fix compilation for CentOS 2014-09-10 09:35:51 +02:00
François Grisez
8c3e6f77cb Add missing LINPHONE_PUBLIC macro 2014-09-10 09:31:29 +02:00
Guillaume BIENKOWSKI
b3181855af enable ios test 2014-09-09 23:02:58 +02:00
Gautier Pelloux-Prayer
fe687d8dfd Update ms2 2014-09-09 16:40:48 +02:00
Gautier Pelloux-Prayer
cb925cfff9 Update ms2 2014-09-09 14:21:59 +02:00
François Grisez
92792ef19f Fix compilation with MinGW 2014-09-09 13:28:13 +02:00
Sylvain Berfini
c384b0b362 Started Java impl of file transfer 2014-09-09 12:39:56 +02:00
Gautier Pelloux-Prayer
b2ae9095d9 Change adaptive_rate_algorithm API to not use enum 2014-09-09 12:35:15 +02:00
François Grisez
75eee41a76 Fix bug #1426: Echo cancelation state blob is too big for being in linphonerc
The state of the echo canceler is stored in a file beside .linphonerc
The file is named .linphone.ecstate
2014-09-09 12:27:19 +02:00
Gautier Pelloux-Prayer
0abc9efadc Define adaptive rate control getter/setter in LinphoneCore.java interface too 2014-09-09 11:09:11 +02:00
Gautier Pelloux-Prayer
c5a480efd3 Fix previous commit 2014-09-09 11:09:11 +02:00
Guillaume BIENKOWSKI
68b4fa0f04 Update po files 2014-09-09 10:40:20 +02:00
Guillaume BIENKOWSKI
1159b1d3b7 Add the current POT file for translators 2014-09-09 10:39:15 +02:00
Ghislain MARY
5283278eef Fix 2 memory leaks. 2014-09-09 10:29:32 +02:00
Simon Morlat
f07be6ec9e fixe crashes in tester 2014-09-09 10:14:42 +02:00
Gautier Pelloux-Prayer
95c0834556 Fix invalid read in quality reporting if call was already released 2014-09-09 10:08:33 +02:00
Simon Morlat
b34d5bd992 fix double free 2014-09-09 09:37:03 +02:00
Gautier Pelloux-Prayer
59258bb2b2 Update ms2 2014-09-09 09:32:15 +02:00
Gautier Pelloux-Prayer
d2468d9f71 Update oRTP and add header import 2014-09-09 09:11:26 +02:00
Ghislain MARY
081f1104a8 Fix Python registration unit test. 2014-09-09 09:07:30 +02:00
Johan Pascal
053fd46975 File transfer: bellesip manages the multipart message component's header 2014-09-09 00:52:40 +02:00
Simon Morlat
6337fe8429 fix crash in test and memory leak of LinphoneCallParams 2014-09-08 22:05:29 +02:00
Simon Morlat
17607ab3b2 fix leak of messages in tester 2014-09-08 19:41:45 +02:00
Simon Morlat
c6a3053756 fix incorrectly named functions and compilation errors due to merge 2014-09-08 19:05:43 +02:00
Simon Morlat
f4a4a6440b Support for incoming UPDATEs within dialog.
For tests, the possibility to send an UPDATE with linphone_core_update_call() has been added thanks to a $
Added possibility to configure Supported SIP header.
2014-09-08 19:02:29 +02:00
Ghislain MARY
46c932e690 Fix crashes caused by Py_BuildValue() when calling Python method from C. 2014-09-08 17:27:43 +02:00
Ghislain MARY
d23934feab Improve Python reference counting. 2014-09-08 17:27:43 +02:00
Ghislain MARY
2150ce6f5c Add missing const to linphone_core_get_user_data signature. 2014-09-08 17:27:43 +02:00
Ghislain MARY
f4ec25eb91 Allow logger to be None in Python unit tests. 2014-09-08 17:27:43 +02:00
Ghislain MARY
baddfc066b Always increment python object references before calling event callback. 2014-09-08 17:27:43 +02:00
Ghislain MARY
0b5d65d104 Remove PyObject_Init() call that should not be here. 2014-09-08 17:27:43 +02:00
Ghislain MARY
fc11da8069 Fix some refcounting issues in the Python wrapper. 2014-09-08 17:27:43 +02:00
Gautier Pelloux-Prayer
f6e388c4b2 Add possibility to change adaptive rate algorithm at runtime 2014-09-08 16:56:23 +02:00
Gautier Pelloux-Prayer
a6fbc18b91 Remove debug log 2014-09-08 14:20:36 +02:00
Gautier Pelloux-Prayer
aed5bd789a Improve tunnel test: check that SIP packet actually use the tunnel 2014-09-08 14:20:31 +02:00
Gautier Pelloux-Prayer
06035f934d Update submodules and rtp_transport behavior 2014-09-08 14:20:31 +02:00
Gautier Pelloux-Prayer
e5522d62ef Add transport tests (tunnel only and tunnel + srtp) 2014-09-08 14:20:31 +02:00
Gautier Pelloux-Prayer
b9c043bf6a Applying "[patch]i18n for desktop file" from Alexey Loginov 2014-09-08 11:55:21 +02:00
Gautier Pelloux-Prayer
ba13a9baf7 Fix tunnel bug: reset 'enable register' option in proxy config after enabling/disabling the tunnel 2014-09-04 16:59:41 +02:00
Guillaume BIENKOWSKI
3c32fd4397 Fix remote provisioning zero-length values. Fixes #1457 again. 2014-09-04 16:10:34 +02:00
Guillaume BIENKOWSKI
6de4c89510 Don't allow values to be empty in a linphonerc file.
Added unit tests for this.

Fixes #1457
2014-09-04 15:35:44 +02:00