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
Ghislain MARY
282a4cb88d
Fix compilation on Windows.
2014-09-02 09:15:57 +02:00
Jehan Monnier
4be60e396d
fix liblinphone useragent
2014-09-02 09:09:39 +02:00
Jehan Monnier
def9a95377
fix LIBLINPHONE_VERSION on Android
2014-09-01 18:33:43 +02:00
Jehan Monnier
59cdb8850b
various fix for lib linphone tester on Android
2014-09-01 18:26:51 +02:00
Ghislain MARY
32c1c8b57d
Add some message sending unit tests in Python.
2014-09-01 17:54:57 +02:00
Ghislain MARY
cbe15d33a5
Finish call params cleaning.
2014-09-01 16:30:40 +02:00
Ghislain MARY
7974621bae
Fix crash since remote params now need to take a reference on the custom headers.
2014-09-01 15:43:44 +02:00
Ghislain MARY
04f3bbc212
Fix compilation with uPnP enabled.
2014-09-01 15:10:23 +02:00
Jehan Monnier
b0384298be
adapt test -Call with specified codec bitrate- to arm single core (speex16 to speex8)
2014-09-01 15:02:21 +02:00
Ghislain MARY
eaa1d6bb1d
Add reference count handling to the LinphoneCallParams object.
2014-09-01 14:58:32 +02:00
Jehan Monnier
1ce425fc1c
adapt test -Call with specified codec bitrate- to arm single core
2014-09-01 13:53:01 +02:00
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
Simon Morlat
6d57908ce2
move flexisip conf files into a dedicated directory.
...
Add README
simple_call is checking CallReleased state.
2014-08-29 19:47:42 +02:00
Ghislain MARY
53c6673032
Fix reference count problem when returning an already existing Python object from the native object user data.
2014-08-29 17:34:41 +02:00
Ghislain MARY
b4978948f9
Add some call unit tests in Python.
2014-08-29 16:39:23 +02:00