Ghislain MARY
|
ec9d484152
|
Fix CMake warnings.
|
2015-10-14 14:59:06 +02:00 |
|
Simon Morlat
|
50c5599649
|
fix bad merge
|
2015-10-14 14:39:04 +02:00 |
|
Simon Morlat
|
28e6ee40b2
|
fix crash when calling linphone_call_get_remote_params() when no incoming message is received yet.
|
2015-10-14 14:23:40 +02:00 |
|
Gautier Pelloux-Prayer
|
49a80e87f3
|
linphonecall.c: fix call log saving on call end when not using database
|
2015-10-14 13:07:01 +02:00 |
|
Gautier Pelloux-Prayer
|
217f50fa31
|
chat.c: set chat direction before sending chat message
|
2015-10-14 09:37:42 +02:00 |
|
Gautier Pelloux-Prayer
|
7c84d4f263
|
vtables.c: only log callback invocation if one exists, avoiding many logs when application actually will not/do not want to be notified of
|
2015-10-14 09:37:42 +02:00 |
|
Ghislain MARY
|
34d3a0583b
|
Call ms_factory_create_event_queue() instead of ms_factory_get_event_queue() in linphone_core_init().
|
2015-10-13 15:07:32 +02:00 |
|
Ghislain MARY
|
6f2dc7153d
|
Change CMake targets export name when grouping projects with the linphone-cmake-builder.
|
2015-10-13 11:28:29 +02:00 |
|
Simon Morlat
|
ab41327e00
|
check for dead calls also in PausedByRemote state
|
2015-10-13 11:14:30 +02:00 |
|
Sylvain Berfini
|
8b90c32dc8
|
Fix crash on bb10 when zrtp and debug mode are enabled
|
2015-10-12 16:59:59 +02:00 |
|
Sylvain Berfini
|
b6aa25fa6b
|
Added call_id and refkey to sql call logs storage
|
2015-10-09 18:06:50 +02:00 |
|
Ghislain MARY
|
c6bc74a657
|
Fix bug #2337: ICE reINVITE triggers streams redraw.
|
2015-10-08 15:36:35 +02:00 |
|
Gautier Pelloux-Prayer
|
4e3ea86c90
|
chat.c: when sending chat message, set state to inprogress after having initialized the chat message, not before
|
2015-10-08 14:49:08 +02:00 |
|
Ghislain MARY
|
b025abb63a
|
Fix useless media restart on ICE re-invite.
|
2015-10-08 14:05:15 +02:00 |
|
Ghislain MARY
|
733ce6a09d
|
Fix crash in report_bandwidth when built without video support.
|
2015-10-08 14:04:06 +02:00 |
|
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 |
|