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
François Grisez
48a8132eeb
Fix bug #1409
2014-09-04 15:28:33 +02:00
Ghislain MARY
79213ff28f
Add belle-sip link flags in CMake script to find linphone.
2014-09-04 13:42:16 +02:00
François Grisez
d9370208b0
Update README.macos
2014-09-04 11:45:41 +02:00
François Grisez
4014c07dd9
Fix compilation bug on Android
2014-09-04 10:02:44 +02:00
Guillaume BIENKOWSKI
8f33fcb711
Add russian translation, thanks to loginov.alex.valer@gmail.com
2014-09-04 09:19:59 +02:00
François Grisez
c3575589c1
Add two JNI functions for tunnels manipulation
...
*Add LinphoneCore.tunnelGetServers()
*Ass LinphoneCore.tunnelAddServer()
2014-09-03 17:12:40 +02:00
Ghislain MARY
46b4817ad6
Increase required CMake version.
2014-09-03 16:51:24 +02:00
Ghislain MARY
1ce1c85ab4
Prevent rebuilding the documentation if this is not necessary.
2014-09-03 16:32:19 +02:00
Ghislain MARY
d2f1886083
Add LINPHONE_LDFLAGS in CMake script to find linphone.
2014-09-03 12:51:23 +02:00
François Grisez
5b17d4d473
Delete temporary jpeg file while snapshot tester ending
2014-09-02 17:12:23 +02:00
Gautier Pelloux-Prayer
e960ca4d7d
Improved README: use multiple lines for apt-get instruction
2014-09-02 16:18:29 +02:00
Guillaume BIENKOWSKI
ce0391ac6d
Add the send_ringback_without_playback option so that in early media, we can send the ringback tone without playing the return sound.
2014-09-02 14:56:32 +02:00