Commit graph

3280 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
24687ecbe9 message_tester.c: abort test if message has not been received, fix crash and reformat it 2015-09-24 14:52:04 +02:00
Simon Morlat
ba100f073f fix memory leaks 2015-09-24 11:47:51 +02:00
Simon Morlat
32eb45dfc6 fix bad handling of remote params, resulting in wrong information given in them in case of received INVITE without SDP 2015-09-24 11:15:34 +02:00
Sylvain Berfini
3f38e29408 Improved complex sip call tester 2015-09-24 09:36:45 +02:00
Simon Morlat
489a5f3b8e don't cancel an http request that is already terminated 2015-09-23 23:21:06 +02:00
Simon Morlat
28a7d3dbbe fix bug where a pause reINVITE was having a video stream while the original INVITE (made by other party) wasn't proposing video at all. 2015-09-23 18:11:03 +02:00
Simon Morlat
6e96789f33 fix memory leaks 2015-09-23 16:39:18 +02:00
Sylvain Berfini
a2fd11bed7 filled linphone_call_start_text_stream + started to replace rtt stub implementation by real one 2015-09-23 16:19:48 +02:00
Gautier Pelloux-Prayer
879e017e1e tester: update bc_tester_utils and fix some tests - disable stderr for sipp because corrupting output is not great at all 2015-09-23 14:09:52 +02:00
Ghislain MARY
1ae03a4be3 Fix invalid reads with update_rtp_stats that accesses a mediastream that has already been freed. 2015-09-23 11:51:50 +02:00
Simon Morlat
76263deaff fix crash in linphone_core_destroy() when releasing the chat rooms while belle_sip_provider_t no longer exists, and fix many memory leaks 2015-09-22 22:43:31 +02:00
Simon Morlat
4c2c12fafa fix compilation errors 2015-09-22 21:37:34 +02:00
Gautier Pelloux-Prayer
461876a9a3 chat.c: split chat and file transfer in 2 files and fix various memory leaks 2015-09-22 14:03:26 +02:00
Gautier Pelloux-Prayer
8a2f20ceae tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
Sylvain Berfini
b5d0667594 Merge branch 'dev_rtt' 2015-09-22 11:12:34 +02:00
Sylvain Berfini
0e439d9196 Fix and test for multiple mlines of same type in sdp 2015-09-22 10:47:43 +02:00
Sylvain Berfini
9a99b97a40 Fix remaining stream_index == 0 ? audio stream : video stream issue + test to check call with video mline before audio in sdp 2015-09-21 17:14:03 +02:00
Sylvain Berfini
9a792cbbf7 Added log to see which index have each stream 2015-09-21 16:29:35 +02:00
Simon Morlat
6ceaff09f6 fix check_media_direction again. 2015-09-21 10:47:18 +02:00
Simon Morlat
82286e695b attempt to repair windows build 2015-09-20 19:46:35 +02:00
Simon Morlat
e0d2b13123 fix regression with previous commit regarding auth infos and ha1 2015-09-18 22:35:10 +02:00
Gautier Pelloux-Prayer
c747a8da64 linphonecall.c: display error if SDP negotiation fails 2015-09-18 17:07:05 +02:00
Sylvain Berfini
1213a64a64 Fix call logs if no database file set + test 2015-09-18 15:56:33 +02:00
Sylvain Berfini
84a59d62f1 Fixed nb_stream variable in resultdesc and fixed test to detect change between two media descs 2015-09-18 14:52:01 +02:00
Simon Morlat
096b71cd7e refine management of ha1 vs clear text passwords.
if store_ha1_password option is set, then never store clear text password. Also whenever realm is known, compute the ha1 and drop the clear text password.
2015-09-18 13:26:36 +02:00
Gautier Pelloux-Prayer
570ebc6b00 linphonecore_jni.cc: fix compilation of chat 2015-09-18 10:27:32 +02:00
Simon Morlat
0307ee5fa3 fix crash and memleak in test. 2015-09-18 10:21:10 +02:00
Sylvain Berfini
cae3cd4f8d Fixed stun tester 2015-09-17 17:25:02 +02:00
Gautier Pelloux-Prayer
f0bd070bc2 chat: fix some crashing tests and disable the others for now 2015-09-17 17:16:29 +02:00
Sylvain Berfini
0b8dd54535 Fix crash in test Call without SDP 2015-09-17 17:10:02 +02:00
Sylvain Berfini
9127666fe5 Do not use -1 for unused steams, instead use an unused index 2015-09-17 16:00:09 +02:00
Sylvain Berfini
ee7e053980 Fix audio AVPF and video AVP in SDP issue 2015-09-17 14:38:00 +02:00
Sylvain Berfini
405ca6abbd Fix stream indexes computed too late 2015-09-17 11:35:57 +02:00
Simon Morlat
448f6a7108 disable jitter buffer by default for rtp local IO. 2015-09-16 22:32:38 +02:00
Gautier Pelloux-Prayer
fdf5abefd6 chat: refactoring it to always invoke callbacks when changing state, reenable disabled tests and add two new file upload tests where liblinphone should not crash while it does currently 2015-09-16 16:08:11 +02:00
Sylvain Berfini
c8f1f3b61e Do not use anymore nb_streams but SAL_MEDIA_DESCRIPTION_MAX_STREAMS and skip inactive ones because active streams won't be at the start of the array anymore 2015-09-16 15:23:01 +02:00
Sylvain Berfini
15b6353e30 Started rework of streams' indexes for RTT 2015-09-15 17:27:40 +02:00
Gautier Pelloux-Prayer
654990ac5c chat.c: fix invalid logging each time a chat room is destroyed 2015-09-14 17:26:07 +02:00
Sylvain Berfini
879dd2cb2f Merge branch 'dev_call_logs_sql' 2015-09-14 17:11:17 +02:00
Sylvain Berfini
e141a5ea38 Merge branch 'dev_call_logs_sql' into dev_rtt 2015-09-14 15:32:38 +02:00
Gautier Pelloux-Prayer
d671e13935 linphonecall.c: dispose sound card only when audio stream has been released to avoid crash on iOS where we would dispose sound card before stopping it 2015-09-14 15:16:38 +02:00
Simon Morlat
5257d25cab removes reference to LinphoneChatRoom.destroy(), which should not be used from java code 2015-09-13 16:47:14 +02:00
Simon Morlat
be8f50574d add setting to request nowebcam to send normal fps 2015-09-11 18:50:22 +02:00
Gautier Pelloux-Prayer
d4c7652338 tools: move test_lsd test_ecc test_numbers from coreapi to tools folder 2015-09-11 14:53:08 +02:00
Gautier Pelloux-Prayer
14f40b463d test_numbers.c: fix compilation 2015-09-11 09:59:06 +02:00
Gautier Pelloux-Prayer
57aab4c4af linphonecore.c: change default name to android instead of toto 2015-09-11 09:29:45 +02:00
Gautier Pelloux-Prayer
c0e4d5695d proxy.c: remove unused functions 2015-09-10 15:42:53 +02:00
Sylvain Berfini
1a43b01696 Merge branch 'master' into dev_rtt 2015-09-10 14:19:52 +02:00
Gautier Pelloux-Prayer
d638129f62 proxy.c: deprecate linphone_proxy_config_normalize_phone and use linphone_proxy_config_normalize_phone_number instead 2015-09-10 11:03:46 +02:00
Sylvain Berfini
ec0c7d5f70 Fix wrong call declined log status 2015-09-09 11:04:27 +02:00