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
Guillaume BIENKOWSKI
29873fe5e1
Fix GITLOG command
2015-03-04 12:57:02 +01:00
Simon Morlat
7a295dbc21
fix ugly log
2015-03-03 20:49:24 +01:00
Johan Pascal
2825585beb
Enable AES256 for SRTP after ZRTP negociation but keep AES128 as default
...
- setting in sip section srtp_crypto_suite in the configuration file
+ update ms
2015-03-02 21:15:57 +01:00
Ben Sartor
e2dbfd5477
configfile now supports setting zrtps key agreements
...
Signed-off-by: Johan Pascal <johan.pascal@belledonne-communications.com>
2015-03-02 21:13:06 +01:00
Ben Sartor
cc8a3a9f7c
configfile now supports setting zrtps cipher and auth tag
...
Signed-off-by: Johan Pascal <johan.pascal@belledonne-communications.com>
2015-03-02 21:12:58 +01:00
Ghislain MARY
b886fbda41
Play a ringback tone when an early-media call is accepted with inactive audio.
2015-03-02 17:25:52 +01:00
Guillaume BIENKOWSKI
1af008598f
NULL-checks for DTLS activation.
2015-03-02 16:58:53 +01:00
Ghislain MARY
695ad3d6e8
Add FindIconv to CMake build.
2015-03-02 14:19:27 +01:00
François Grisez
d490d30787
Fix regretion on DTMF."DTMF sequence canceled if call state changed"
2015-03-02 11:44:20 +01:00
Sylvain Berfini
566df1413d
Fix compilation for bb10
2015-03-02 12:23:55 +01:00
Sylvain Berfini
fd01a348cc
Fix unused variable warning/error
2015-03-02 11:40:25 +01:00
Sylvain Berfini
c7dde8f0f0
Temporary disable accept header for rcs file transfer
2015-03-02 10:30:21 +01:00