Commit graph

3204 commits

Author SHA1 Message Date
Simon Morlat
7247525fb9 fix crash on windows due to incorrect usage of MultiByteToWideChar() 2015-08-24 10:00:19 +02:00
Sylvain Berfini
aa37a963eb Improved linphone_call_stats_get_rtp_stats and call with custom RTP transport modifier 2015-08-21 17:47:36 +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
Sylvain Berfini
a81d673f94 Added API to get the meta RTP transports + test to check we can append a RTP transport modifier on it 2015-08-20 12:02:53 +02:00
Ghislain MARY
c578229f92 Fix automatic wrapper generation. 2015-08-19 10:27:26 +02:00
Sylvain Berfini
358bc77399 Use LinphoneAudioRoute instead of MSAudioRoute in linphone to fix python's wrapper compilation 2015-08-18 16:49:18 +02:00
Ghislain MARY
91d5a217cb Fix ssrc in SDP for interop with Chrome. 2015-08-18 14:32:44 +02:00
Simon Morlat
52dc82cd5b update ms2 2015-08-16 17:11:24 +02:00
Margaux Clerc
e369f0e284 Disable realpath for android 2015-08-14 13:18:08 +02:00
Sylvain Berfini
ced2dc9316 Added linphone_call_set_audio_route in linphone API to call audio_stream_set_audio_route in ms2 2015-08-13 17:37:40 +02:00
Sylvain Berfini
6ef6e97043 Merge branch 'dev_bb10'
Conflicts:
	mediastreamer2
	oRTP
2015-08-13 16:33:16 +02:00
Margaux Clerc
075f13f233 Remove textReceived callback
Made  echo calibration at start
2015-08-12 17:53:32 +02:00
Simon Morlat
0aef436df6 fix crash when terminating call at the GTK interface level. 2015-08-12 17:35:35 +02:00
Simon Morlat
232413d646 Merge branch 'master' of git.linphone.org:linphone
Conflicts:
	coreapi/lpconfig.c
2015-08-10 23:08:51 +02:00
Simon Morlat
973627b165 adapt to new mediastreamer2, where big renaming occurs to fix incorrect function naming.
Fix an fopen(NULL) reported by valgrind.
2015-08-10 23:02:45 +02:00
François Grisez
4b9bb8f8e9 Fixes fopen() calls on NULL paths and likely memory corrupions concerning dirname() missuses 2015-08-10 00:16:14 +02:00
Gautier Pelloux-Prayer
750a692fa1 proxy.c: notify display status when registration is in progress so that when previous registration failed and user forces refreshing the proxy config, he gets notified of it 2015-08-06 16:04:03 +02:00
Ghislain MARY
4aa12c4b6e One more fix for automatic wrapper generation. 2015-08-06 12:57:48 +02:00
Ghislain MARY
2646cd5c35 Fix automatic wrapper generation. 2015-08-06 11:30:12 +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
François Grisez
75de919def Documents linphone_call_get_play_volume() and linphone_call_get_record_volume() 2015-08-05 17:25:05 +02:00
Simon Morlat
48e8734b6f repair liblinphone_tester (android) and enable call with file player and rtp io test to run ms_audio_diff on embedded platforms, since it is much faster
than originally.
2015-08-05 15:51:34 +02:00
Simon Morlat
b280b12cb6 fix compilation errors 2015-08-03 16:26:20 +02:00
Ghislain MARY
53ccb2c564 Handle and add test for AVPF generic NACK. 2015-08-03 12:41:17 +02:00
Ghislain MARY
f3a4fc6b4a Fix build with Visual Studio. 2015-08-03 11:35:25 +02:00
François Grisez
6d3d8a8f3d Fix regression concerning the reading and the creation of .linphonerc
The .linphonerc file was not created at the first launch of Linphone.
The realpath function fails and returns NULL when passing a path which points on
an empty file.
2015-08-02 23:16:10 +02:00
Sylvain Berfini
a58201f10a Fix crash on bb10 with current realpath use 2015-08-01 18:17:47 +02:00
Sylvain Berfini
f64f845c5d Merge branch 'master' into dev_bb10
Conflicts:
	mediastreamer2
	oRTP
2015-07-31 16:14:15 +02:00
Sylvain Berfini
d65b32ce09 Added displayName methods to account creator 2015-07-31 16:09:42 +02:00
François Grisez
c534671e87 Remove @brief occurences from documentation 2015-07-31 09:43:19 +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
Ghislain MARY
e001e61c58 Add setting to enable/disable symmetric RTP for RTP IO mode. 2015-07-30 13:21:09 +02:00
François Grisez
3639e8070c Change volume percentage variable type from double to float 2015-07-30 12:02:32 +02:00
Ghislain MARY
a5fdc283f7 The linphone_proxy_config_get_contact symbol needs to be exported for the tester. 2015-07-29 17:37:42 +02:00
François Grisez
27a3183e20 Add scale buttons in the incall view to set speaker and mouth volume gain 2015-07-29 17:25:47 +02:00
François Grisez
2c63fa85b0 Fix crash due to libintl on Windows with Visual Studio 2015-07-29 17:25:47 +02:00
François Grisez
db1433aba5 Add methods to LinphoneCall to set/get playback and record volume 2015-07-29 17:25:47 +02:00
Jehan Monnier
2712cb4834 Clear pending tcp/tls address of record in case of network change. Very useful for legacy SIP server with no sip instance support and limited number of air. 2015-07-29 17:09:04 +02:00
Gautier Pelloux-Prayer
617b753562 CMakeLists.txt: add missing include file 2015-07-29 15:17:04 +02:00
Gautier Pelloux-Prayer
747fd8e6f6 file_transfer: copy file_transfer_information as well when cloning chat message... 2015-07-29 14:55:48 +02:00
Gautier Pelloux-Prayer
d9f41fff5a proxy config: modify linphone_proxy_config_get_contact and add linphone_proxy_config_get_identity_address returning LinphoneAddress and move all documentation to linphone_proxy_config.h 2015-07-29 13:26:53 +02:00
Gautier Pelloux-Prayer
4eda45d82d lpconfig.c: use lp_realpath stub beacuse windows does not support/implement realpath and use proper string allocator 2015-07-28 13:03:22 +02:00
Gautier Pelloux-Prayer
6ce479b312 lpconfig.c: when reading linphonerc, we must follow symlinks 2015-07-28 11:48:32 +02:00
Ghislain MARY
d324bf1ed2 Fix validation of Windows 10 app with the Windows Store App Certification Kit. 2015-07-24 11:22:18 +02:00
Johan Pascal
da686748e3 Fix mixed declaration compilation warning 2015-07-23 14:10:50 +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
François Grisez
36eea822d2 Add a cache for unread messagaes count in LinphoneChatRoom
That fix a performance issue when typing a message. The sqlite database
was accessed each time a character was typed in order to mark all
preceeding messages as read. That was done even if all message was marked
as read.

This patch add cache for unread messages count. Then, the count is only carried out
at the first call of linphone_chat_room_get_unread_messages_count(). This function
is used in linphone_chat_room_mark_as_read() to prevent database from being accessed
if all messages are already marked as read.
2015-07-22 23:56:19 +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
Gautier Pelloux-Prayer
f1aca46bb6 linphonecore.h: minor documentation update for sip/phone number normalization 2015-07-21 14:14:13 +02:00
Margaux Clerc
157c61d2f5 Fix JNI video windowID 2015-07-21 11:10:00 +02:00