Simon Morlat
28ae2ec0bd
Fix problem with event queue being reset by account creator of liblinphone_tester
2015-03-25 12:39:05 +01:00
Simon Morlat
31f304b9d0
fix crash when attempting to change the camera for video stream that is not started
2015-03-24 21:29:46 +01:00
Jehan Monnier
a56d4e495e
store cam setting in call context to be able to manage webcam configuration, call by call, specially useful to set nowebcam in Pausing state only.
2015-03-24 13:56:56 +01:00
Ghislain MARY
e57b0da00b
Add check for zlib when building with CMake.
2015-03-23 18:14:51 +01:00
Gautier Pelloux-Prayer
67618dbd3b
linphonecall.c: when call parameters have been changed, modify the display status accordingly
2015-03-23 17:03:25 +01:00
Ghislain MARY
72c628819e
Fix build with CMake for Windows Phone.
2015-03-23 16:26:36 +01:00
Jehan Monnier
15b915e036
-No longer rewrite callparams->has_video, but use dedicated params to save offers answer result regarding video
...
-Invoke FIR in method linphone_core_send_vfu_request
-Invoke CallStatsUpdated even in case of scheduled updates
-Fix media direction in case of paused/resumed with paused by « inactive »
2015-03-23 12:49:31 +01:00
Ghislain MARY
706ed3cfa1
Test if the filename of the lpconfig is not NULL before trying to read a relative file.
2015-03-23 11:47:32 +01:00
Ghislain MARY
bee22b84f2
Disable opus on Windows Phone 8 devices with a single CPU.
2015-03-20 15:40:03 +01:00
Gautier Pelloux-Prayer
ba701257fe
linphonecore.c: add linphone_core_set_log_level_mask and deprecate linphone_core_set_log_level since it's actually a misname of the first function
2015-03-20 14:13:21 +01:00
Gautier Pelloux-Prayer
50826b2663
Makefile.am: use printf instead of echo to generate liblinphone_gitversion.h
2015-03-20 10:32:44 +01:00
François Grisez
1bf81f8792
Add a UNIX new line character before the end of liblinphone_gitversion.h
2015-03-19 17:30:17 +01:00
Simon Morlat
8f7a1ee5d5
fix audio only build
2015-03-19 17:21:24 +01:00
François Grisez
0ce5a5f7df
Add a config parameter to avoid linphone to save authentication data
2015-03-19 14:18:22 +01:00
Ghislain MARY
59860a2ab7
Also test that the video stream is started to try early-media forking.
2015-03-19 12:08:13 +01:00
Johan Pascal
7e742958a2
Fix compilation when LIME is disabled
...
- enabled by default switch using --enable-lime
- check for polarssl gcm.h presence (version >=1.3)
2015-03-19 00:21:07 +01:00
Jehan Monnier
c3472f9312
add doc linphone_core_media_encryption_supported to javadoc
2015-03-18 11:18:48 +01:00
Sylvain Berfini
ee33c10a68
Removed debug trace I pushed by mistake
2015-03-17 16:23:41 +01:00
Jehan Monnier
4451648110
-update tunnel documentation
...
-update ms2 to fix IOS compilation issue
2015-03-17 14:38:15 +01:00
Sylvain Berfini
19cb807cbb
Finished implementation of file_transfer_send callback in JNI layer
2015-03-17 11:31:13 +01:00
Gautier Pelloux-Prayer
2bc09231d5
lime.c: temporary remove clang-not-compiling checks
2015-03-17 11:28:20 +01:00
Sylvain Berfini
8f03913001
Added JNI binding for new file transfer and chat message callbacks API
2015-03-17 10:34:24 +01:00
Ghislain MARY
c5e96802be
Add include of libxml/tree.h for xmlNewTextChild() function.
2015-03-17 10:05:49 +01:00
François Grisez
dd38893ff1
Fix bug in the management of the payloads list
...
It was impossible to disable the codecs which are enabled at the first use
of Linphone.
2015-03-16 17:18:48 +01:00
Simon Morlat
272d1ac8ea
fix memory leaks
...
reuse same sip.instance in account manager of tester
2015-03-16 16:22:19 +01:00
Simon Morlat
330a4ca99a
implement replacing of international calling prefix by +, so that number get really normalized.
2015-03-16 14:47:22 +01:00
Gautier Pelloux-Prayer
ebb8149889
qos analyzer: use Stateful algorithm as default choice now instead of the previous Simple one
2015-03-16 11:49:59 +01:00
Simon Morlat
9ef35e8f77
fix crash when receiving no SDP in 200 OK and ICE is enabled
2015-03-15 17:16:02 +01:00
Simon Morlat
b2b1410a69
fix multiple memory leaks
2015-03-13 15:18:08 +01:00
Ghislain MARY
be7dcd1d9c
Export lime symbols on Windows.
2015-03-13 14:53:48 +01:00
Ghislain MARY
d6291c1320
Do not use absolute path in install instructions of CMake.
2015-03-13 14:27:50 +01:00
Ghislain MARY
333ac018a0
va_copy is not available on Windows.
2015-03-13 10:43:40 +01:00
Ghislain MARY
1ee545b722
Add lime.c for build with CMake.
2015-03-13 09:37:07 +01:00
Simon Morlat
0c404d7516
fix compilation warnings, non-portable code and make distcheck
2015-03-12 22:57:37 +01:00
Jehan Monnier
902fc4f99d
Merge branch 'master' of git.linphone.org:linphone
2015-03-12 21:01:37 +01:00
Jehan Monnier
5647e57dc1
avoid crash if trying to download a Chat message without associated file
2015-03-12 20:58:04 +01:00
Jehan Monnier
bc91a1bd30
fix trace upload
2015-03-12 15:51:34 +01:00
Jehan Monnier
5035992c64
Merge remote-tracking branch 'private/dev_lime'
...
Conflicts:
coreapi/linphonecall.c
2015-03-12 15:08:35 +01:00
Guillaume BIENKOWSKI
cc2b63af4e
Fix va_list crash
2015-03-12 14:46:23 +01:00
Sylvain Berfini
0f23b27ee6
Merge remote-tracking branch 'origin/dev_file_transfer_message_rewrite'
2015-03-12 11:02:33 +01:00
Jehan Monnier
8df520011a
Make sure encryption mandatory is taken into account for alto like ZRTP or DTLS
2015-03-11 14:15:59 +01:00
Simon Morlat
9e8fd5eab9
add missing file
2015-03-10 15:34:01 +01:00
Simon Morlat
c7a6cb0986
fix vtables
...
linphone_core_remove_listener() can safely be called from within a callback.
don't destroy the vtable in linphone_core_destroy(), similar to what is done with linphone_core_remove_listener().
2015-03-10 15:25:02 +01:00
Sylvain Berfini
db7ba6939a
Changes regarding mic gain + changes for echo cancelation on Android
2015-03-10 12:11:56 +01:00
Gautier Pelloux-Prayer
1852c2ae0c
Logging: improve log formatting of statistics to align correctly
2015-03-09 11:56:20 +01:00
Ghislain MARY
e205995d89
Do not search for libiconv on Windows when building with CMake.
2015-03-09 09:33:25 +01:00
Ghislain MARY
ce1126b290
Use a config-file package instead of a find-module package in CMake.
2015-03-06 11:14:37 +01:00
Ghislain MARY
773726ff72
Fix build with CMake (MS2 -> Mediastreamer2).
2015-03-05 18:04:47 +01:00
Simon Morlat
147b143d40
update ms2, factorize code, clean logs
2015-03-05 15:13:33 +01:00
Sylvain Berfini
38330c65ac
Enabled register with accept header and added tests to flexisip tests suite
2015-03-04 16:03:35 +01:00