Ghislain MARY
db2d4989b8
Keep 'is_' prefix for getters starting with it in wrapper generation.
2017-03-01 16:48:06 +01:00
Ghislain MARY
245f14e705
Remove wrong documentation.
2017-03-01 16:03:34 +01:00
Ronan Abhamon
8599aec3e5
add doc on lime functions/enums
2017-03-01 15:18:48 +01:00
Erwan Croze
9bea70ebe3
Update mediastreamer
2017-03-01 12:06:36 +01:00
Ghislain MARY
d69adc82c5
Set an IO error info for a call when it gets terminated after connectivity lost timeout.
2017-03-01 11:46:59 +01:00
Ghislain MARY
b467f9441b
Fix crash when opening preferences if built without video support.
2017-03-01 10:28:03 +01:00
Ghislain MARY
f122b8e78d
Use bc_apply_compile_flags from bctoolbox CMake utils.
2017-02-28 18:07:17 +01:00
Ghislain MARY
98d0a05c56
Update ortp and ms2 submodules.
2017-02-28 18:06:47 +01:00
Erwan Croze
83ff452587
Resolve stun server after the network reachable callback
2017-02-28 17:42:10 +01:00
Erwan Croze
583b0ed767
Add network reachable callback in JNI
2017-02-28 17:02:48 +01:00
Benjamin Reis
b18702cf9e
to_be_stored_api && do not filter SIP message notified to app
2017-02-28 17:00:29 +01:00
François Grisez
e71c6a8c10
C++ wrapper: fix carsh on Core creation
2017-02-28 14:46:40 +01:00
François Grisez
3f2cbf6e87
C++ wrapper: reworking of multilstenable classes
...
There is now only one LinphoneCoreCbs instance attached to the core
that is in charge to collect all events for the C++ wrapper layer.
Thus, it is the concern of the C++ wrapper to dispach events to all
the C++ listeners.
2017-02-28 13:53:57 +01:00
François Grisez
17df3b86a5
Merge tag '3.11.0'
...
3.11.0
2017-02-24 16:38:36 +01:00
François Grisez
3fe28f5274
Increase version number to 3.11.0
2017-02-24 15:38:39 +01:00
Ghislain MARY
bad65fdb35
Update ortp and ms2 submodules.
2017-02-24 15:20:42 +01:00
François Grisez
a2ff0d3239
Update README.md
2017-02-24 15:17:01 +01:00
François Grisez
5fc24f411d
Rename README into README.md
2017-02-24 14:48:52 +01:00
François Grisez
a16224d452
Remove ENABLE_UPNP build option
...
That option had no more effect
2017-02-24 14:43:52 +01:00
François Grisez
f381143eac
Updating submodules on Mediastreamer 2.15.0 and oRTP 1.0.1
2017-02-24 14:29:38 +01:00
Ghislain MARY
eab4eadebd
Fix resources paths issues.
2017-02-24 13:50:54 +01:00
Ghislain MARY
c02b16ddcd
Add missing symbol export.
2017-02-24 13:50:46 +01:00
Ghislain MARY
b4b023108c
Update ms2 submodule.
2017-02-24 13:50:27 +01:00
Ghislain MARY
747d0843d4
Fix build on Windows 10.
2017-02-23 18:53:03 +01:00
Ronan Abhamon
95664d6879
add doc on linphone_core_get_mtu & remove it in linphonecore.c
2017-02-23 16:44:51 +01:00
Ghislain MARY
d039f1e7d4
Fix build.
2017-02-23 16:43:15 +01:00
Ronan Abhamon
75578c8c62
add doc on linphone_core_get_mtu
2017-02-23 16:39:32 +01:00
Simon Morlat
280bd7f15c
add test for new rate control
2017-02-23 14:18:14 +01:00
Ghislain MARY
0929db24e9
Fix definition of LINPHONE_CPPFLAGS.
2017-02-23 13:30:34 +01:00
Ghislain MARY
96c3cfa3d8
Update ortp and ms2 submodules.
2017-02-23 13:30:11 +01:00
Jehan Monnier
1e6e393893
update ms2/ortp
2017-02-23 08:33:23 +01:00
Ghislain MARY
f188d7832a
Update ortp and ms2 submodules.
2017-02-22 17:52:02 +01:00
François Grisez
dc42890ea4
Fix build of linphone-daemon with autotools
2017-02-22 13:09:56 +01:00
François Grisez
57062706ec
Fix build of linphone-daemon
2017-02-22 12:06:49 +01:00
Sylvain Berfini
264bd2b2dc
Added simple XOR IM Encryption Engine test/sample
2017-02-21 15:55:38 +01:00
Ghislain MARY
e07c0194b9
Fix unittests in Python module.
2017-02-21 14:03:26 +01:00
François Grisez
be79d631b7
linphone-daemon: add a command to get informations about registrations
2017-02-21 12:54:09 +01:00
Ghislain MARY
0738134515
Fix automatic wrapper generation where class methods were considered to be instance properties.
2017-02-21 11:29:20 +01:00
Sylvain Berfini
fc2e9efe81
Improved IM encryption engine API doc + added error log when invalid read
2017-02-21 11:05:02 +01:00
Ghislain MARY
29b27b752c
Fix compilation issue.
2017-02-21 10:56:58 +01:00
Ghislain MARY
5193bb34e1
Add API to resend a chat message that has not been delivered.
2017-02-21 10:52:17 +01:00
Ghislain MARY
87cfca94b5
Fix build with disabled video.
2017-02-21 10:50:22 +01:00
Sylvain Berfini
db1c043cd0
Improved IM encryption engine API
2017-02-21 10:26:33 +01:00
Ghislain MARY
9424c36593
Fix string conversion issue in C++ wrapper.
2017-02-20 11:30:25 +01:00
Benjamin Reis
615f9d4e23
Send 200Ok to server if message we can't decrypt to avoid useless retransmission + adaptation of tests to this behavior
2017-02-20 11:19:47 +01:00
François Grisez
bb4fa4adfb
Fix no record path displayed while recording a call
2017-02-20 11:14:03 +01:00
François Grisez
30382865a2
Fix snapshoting, call recording and contact export on Windows
...
Some utf8 strings were not translated into the locale charset before
being passed to Liblinphone.
2017-02-20 10:26:04 +01:00
Simon Morlat
d7bda643c1
fix problem with video device being set many times for nothing in the property box, which creates graph stop/start when in a video call
2017-02-20 09:04:12 +01:00
Simon Morlat
7549c9dd37
fix problem with video device being set many times for nothing in the property box, which creates graph stop/start when in a video call
2017-02-18 16:54:41 +01:00
Simon Morlat
0f70ef12ba
fix build error in mediastreamer2
2017-02-18 11:15:09 +01:00