Simon Morlat
a416d49e17
fix problems with call params video enablement
2015-10-22 17:34:23 +02:00
Simon Morlat
73cfad320d
fix memory leaks around presence
2015-10-16 22:59:28 +02:00
Sylvain Berfini
d941a1d9d4
Fix log upload
2015-10-16 16:01:58 +02:00
Sylvain Berfini
5e24a5729b
Fix same issue as before somewhere else
2015-10-16 14:42:03 +02:00
Sylvain Berfini
d495761e8c
Fix crash in log upload
2015-10-16 14:39:39 +02:00
Simon Morlat
e33a9a53ef
prevent bad usage of linphone_core_accept_call_update() in case of late sdp offer/answer
2015-10-15 17:28:09 +02:00
Simon Morlat
177e400ddd
fix memory leaks and flaws around presence
2015-10-15 16:46:48 +02:00
Simon Morlat
d3bd19d39d
implement RTP socket re-creation on the fly, in order to have RTP streams to follow the new routes defined by the system.
...
This is optional, done in linphone_core_set_network_reachable(lc, TRUE); when property recreate_sockets_when_network_is_up is set to 1 in [net] section of linphonerc.
2015-10-14 21:58:26 +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
Simon Morlat
3fb0e1c783
fix bandwidth reporting porblem when computer has slept before
2015-10-07 18:37:40 +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
Gautier Pelloux-Prayer
26ce4c42aa
linphonecore: add linphone_transport_to_string and linphone_transport_parse APIs
2015-10-01 15:57:51 +02:00
Ghislain MARY
61ac1f8173
Fix compilation warnings when building for Windows 10.
2015-10-01 14:29:00 +02:00
Sylvain Berfini
ccc60f16ec
Added test for SRTP and realtime text
2015-09-29 14:22:59 +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
Simon Morlat
a4f4d59906
fix ICE regression
2015-09-25 19:23:20 +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
bd0061f227
fix memory leak and add new test to check that linphone_core_destroy() sends BYE for unterminated calls.
2015-09-24 22:06:30 +02:00
Sylvain Berfini
0216630824
More work on RTT
2015-09-24 17:21:35 +02:00
Jehan Monnier
4a21150da7
merge add http proxy for sip
2015-09-24 16:48:19 +02:00
Simon Morlat
0f1cf8b14a
fix various recent problems with SDP offer/answer and ICE.
...
Most problematic was that declined streams were not put in SDP answers.
2015-09-24 16:44:07 +02:00
Simon Morlat
6e96789f33
fix memory leaks
2015-09-23 16:39:18 +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
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
Simon Morlat
6ceaff09f6
fix check_media_direction again.
2015-09-21 10:47:18 +02:00
Sylvain Berfini
1213a64a64
Fix call logs if no database file set + test
2015-09-18 15:56:33 +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
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
57aab4c4af
linphonecore.c: change default name to android instead of toto
2015-09-11 09:29:45 +02:00
Sylvain Berfini
1a43b01696
Merge branch 'master' into dev_rtt
2015-09-10 14:19:52 +02:00
Sylvain Berfini
1617069f6a
Few fixes + added migrate method from rc store logs
2015-09-08 21:44:50 +02:00
Simon Morlat
13f0d85f68
implement automatic repairing of SIP dialogs broken by a network disconnection.
2015-09-08 21:20:25 +02:00
Sylvain Berfini
6d9af5fa54
Fix ref leak + renamed some functions + improved MSList handling
2015-09-08 14:54:28 +02:00
Sylvain Berfini
cabf15f1f5
Store call logs in sql database + new method to get all call logs related to a linphone address
2015-09-08 02:45:32 +02:00
Gautier Pelloux-Prayer
f46f1fbe77
linphonecall: LinphoneCoreCallStateChangedCb should never receive NULL as last argument "message"
2015-09-07 17:38:41 +02:00
Simon Morlat
0d87a22d1d
fix bugs in Paused state management. It was possible to transition from Paused to PausedByRemote, which actually breaks the Paused state, and eventually allows the pauser to be resumed by the paused.
2015-09-03 21:39:58 +02:00
Simon Morlat
ed2385ce28
Refactoring of states, handling of media direction, late offering and so on.
...
Almost working except one test.
2015-09-03 21:39:58 +02:00
Margaux Clerc
ca9647f975
Add new test for late offering
2015-09-03 21:39:58 +02:00
Gautier Pelloux-Prayer
af43ad8965
proxy.c: fix crash in linphone_core_interpret_url when username is NULL and do not copy parameters when using proxy's domain
2015-08-25 14:33:29 +02:00
Johan Pascal
06575db0ae
Add codec2 capabilities (when mscodec2 plugin is present)
...
- update oRTP and ms2
2015-08-20 23:50:41 +02:00
Simon Morlat
63b1c6196d
don't call prepare_sound with soundcards when the core is in use_files mode. It makes double instanciation of card readers causing crashes on iOS
2015-08-06 11:16:14 +02:00
Jehan Monnier
803d2052a1
add Real Time Text api with stubbed implementation over SIP Messages.
2015-08-01 18:16:12 +02:00
Gautier Pelloux-Prayer
31a77583d7
proxy.c: we must also UNREGISTER when being in state RegistrationInProgress so that even if registration is pending we unregister properly
2015-07-30 15:03:53 +02:00
Jehan Monnier
4073c6e0d0
Restaure previous state in case of call update failure due to pending transaction
2015-07-23 09:20:47 +02:00
Jehan Monnier
44987d644d
add LINPHONE_VIDEO_DISPLAY_AUTO/NONE to avoid manipulating scalar values directly
2015-07-22 12:04:29 +02:00
Ghislain MARY
e7fbd59a32
Fix an other compilation error.
2015-07-20 13:15:34 +02:00
Ghislain MARY
cf2a9a7b42
Fix compilation error.
2015-07-20 12:28:30 +02:00