Commit graph

3336 commits

Author SHA1 Message Date
Simon Morlat
fcbbbcce85 fix crash 2015-10-08 11:41:09 +02:00
Ghislain MARY
db3c815956 Add JNI to handle media directions. 2015-10-08 11:40:25 +02:00
Simon Morlat
6cc3a1c410 get events from event queues before stream are destroyed (to avoid loosing events) 2015-10-08 09:42:06 +02:00
Simon Morlat
3fb0e1c783 fix bandwidth reporting porblem when computer has slept before 2015-10-07 18:37:40 +02:00
Gautier Pelloux-Prayer
c4cb4d2767 chat_file_transfer.c: mark file transfer as failed if server answer is empty, probably meaning that request timeouted 2015-10-07 14:37:13 +02:00
Margaux Clerc
68829aef4d Add new methods in JNI 2015-10-07 14:01:29 +02:00
Ghislain MARY
62c627111f Add JNI for the API to handle custom SDP attributes. 2015-10-07 13:34:00 +02:00
Ghislain MARY
a1c74ded6c Fix compilation error. 2015-10-07 10:56:37 +02:00
Ghislain MARY
c149a6da7e Add API to handle custom SDP attributes. 2015-10-07 10:55:10 +02:00
Jehan Monnier
4648e9e7f3 add sdp_200_ack_follow_video_policy option to follow video policy to build SDP in case of INVITE without SDP for inactive video stream. 2015-10-07 08:35:19 +02:00
Simon Morlat
da0cc3423b prevent application to perform concurrent download/upload on a single chat message by accident 2015-10-06 18:32:20 +02:00
Ghislain MARY
258dc338dd Fix bug 0002550: suboptimal liblinphone's logging.
Prevent opening and closing the log file constantly. Only do it when a log rotation is needed.
2015-10-06 18:02:31 +02:00
Sylvain Berfini
1f003bb02d Fix linphone_core_get_last_outgoing_call_log stub definition 2015-10-06 13:56:55 +02:00
Sylvain Berfini
27fbc3dbb9 Added method to get latest outgoing call log 2015-10-06 12:32:57 +02:00
Ghislain MARY
b3c247b6d7 Allow inclusion of CMake project in a global CMake project. 2015-10-05 17:52:48 +02:00
Gautier Pelloux-Prayer
c0d58391e9 proxy: fix linphone_proxy_config_set_route return code 2015-10-05 12:26:20 +02:00
Gautier Pelloux-Prayer
8dd252fd7b lpconfig: avoid duplicate comments in linphonerc 2015-10-05 11:50:42 +02:00
Sylvain Berfini
982c96847d Set a temporary time when creating a chat message 2015-10-05 10:24:16 +02:00
Simon Morlat
caa0ce6109 prevent a crash if the chat message listener is destroyed. 2015-10-04 21:53:18 +02:00
Simon Morlat
8a7cfe66d6 don't notify a NotDelivered state if an incoming file transfer fails 2015-10-04 21:14:16 +02:00
Simon Morlat
1f394e8622 various improvement to help debugging 2015-10-03 17:54:04 +02:00
Simon Morlat
1052ffc610 add debug logs for troubeshooting android failed tests 2015-10-03 11:22:16 +02:00
Simon Morlat
195a72ed6e fix problem with the "next video frame decoded" notification, whose request was not surviving to a restart of the VideoStream. 2015-10-03 10:38:47 +02:00
Simon Morlat
1d20416098 accelerate a long test and fix memory leak (in test) 2015-10-02 23:42:58 +02:00
François Grisez
2cdedebd81 Fix compilation error 2015-10-02 17:41:18 +02:00
Ghislain MARY
5a629de3de Tell sqlite3 to work only in memory because some platforms do not support working with temporary files. 2015-10-02 17:29:57 +02:00
Ghislain MARY
702a5a6fe9 Do not deactivate stream when its remote offer direction is recvonly. 2015-10-02 11:17:01 +02:00
Gautier Pelloux-Prayer
2b012a60a0 account_creator: disable regex on win32 2015-10-02 10:29:26 +02:00
Gautier Pelloux-Prayer
8e3f9a337a account_creator: fix crashes when URL is invalid and set default domain if any 2015-10-01 17:30:44 +02:00
Gautier Pelloux-Prayer
53a0f03999 account_creator: rework it to be error-friendly 2015-10-01 15:57:51 +02:00
Gautier Pelloux-Prayer
26ce4c42aa linphonecore: add linphone_transport_to_string and linphone_transport_parse APIs 2015-10-01 15:57:51 +02:00
Gautier Pelloux-Prayer
def7b77e15 proxy.c: linphone_proxy_config_set_route now returns -1 if route is invalid 2015-10-01 15:57:51 +02:00
Ghislain MARY
9e54fc0343 Remove duplicated definitions of payload_type_set_number and payload_type_get_number. 2015-10-01 14:56:18 +02:00
Ghislain MARY
61ac1f8173 Fix compilation warnings when building for Windows 10. 2015-10-01 14:29:00 +02:00
Sylvain Berfini
9ed9048900 Improved a bit some variable declarations 2015-09-30 12:06:36 +02:00
Ghislain MARY
c5461d7b6f Add java wrapper for linphone_call_set_next_video_frame_decoded_callback. 2015-09-29 15:38:36 +02:00
Sylvain Berfini
ccc60f16ec Added test for SRTP and realtime text 2015-09-29 14:22:59 +02:00
Johan Pascal
10c8d03e44 Fix SRTP key length error in SDES mode 2015-09-29 13:28:08 +02:00
Sylvain Berfini
d12f596bbe Added some missing pieces for ICE and text stream + fix for textstream always AVP 2015-09-29 11:53:23 +02:00
Ghislain MARY
04185679c7 Fix bug 0002495: ICE restart doesn't work as expected.
A change in ICE credentials in the SDP detects an ICE restart and triggers stream reconstruction.
2015-09-28 17:04:51 +02:00
Sylvain Berfini
c29d018bff Added possibility to disable audio stream in call params + tester for RTT without audio stream 2015-09-28 12:08:16 +02:00
Sylvain Berfini
15d4158834 Updated RTT end of message character from crlf to unicode 2028 2015-09-28 10:25:04 +02:00
Simon Morlat
a4f4d59906 fix ICE regression 2015-09-25 19:23:20 +02:00
Simon Morlat
46e3ae725a fix RTT CRLF handling (not sure it is correct but at least it no longer does invalid reads)
fix memory leak
2015-09-25 18:27:27 +02:00
Simon Morlat
7cbbb6b17e fix conflicting changes 2015-09-25 17:35:18 +02:00
Simon Morlat
8e200bcf98 fix memory leaks in RTT and fix generation of local media description 2015-09-25 17:28:10 +02:00
Sylvain Berfini
ecc4615b05 Fix huge leak in rtt callback in linphonecall + a few others in rtt tester 2015-09-25 16:14:09 +02:00
Sylvain Berfini
4a5a866cd6 Finally RTT test is working 2015-09-25 15:33:53 +02:00
Jehan Monnier
a919e56787 no longer associate http proxy to sips only but allow https 2015-09-25 15:30:03 +02:00
Simon Morlat
f67f749dc8 fix possible JNI local ref overflow 2015-09-25 10:51:51 +02:00