Commit graph

6648 commits

Author SHA1 Message Date
Jehan Monnier
a56d4e495e store cam setting in call context to be able to manage webcam configuration, call by call, specially useful to set nowebcam in Pausing state only. 2015-03-24 13:56:56 +01:00
Gautier Pelloux-Prayer
740c4e8c21 tester: use snprintf instead of sprintf and use stdio instead of default logger function for bc_tester_utils 2015-03-24 11:44:00 +01:00
Simon Morlat
d8996e9544 update-po 2015-03-23 19:30:53 +01:00
Simon Morlat
ec2589128b set ms2 and ortp 2015-03-23 19:29:39 +01:00
Simon Morlat
07c02dbd46 Merge branch 'master' of git.linphone.org:linphone
Conflicts:
	po/ar.po
	po/cs.po
	po/de.po
	po/es.po
	po/fr.po
	po/he.po
	po/hu.po
	po/it.po
	po/ja.po
	po/nb_NO.po
	po/nl.po
	po/pl.po
	po/pt_BR.po
	po/ru.po
	po/sr.po
	po/sv.po
	po/zh_CN.po
	po/zh_TW.po
2015-03-23 19:27:45 +01:00
Ghislain MARY
e57b0da00b Add check for zlib when building with CMake. 2015-03-23 18:14:51 +01:00
François Grisez
f520a87df2 Fix some UI issues 2015-03-23 17:22:13 +01:00
Gautier Pelloux-Prayer
67618dbd3b linphonecall.c: when call parameters have been changed, modify the display status accordingly 2015-03-23 17:03:25 +01:00
Gautier Pelloux-Prayer
fde1b685bd i10n: update translations 2015-03-23 17:02:54 +01:00
Ghislain MARY
72c628819e Fix build with CMake for Windows Phone. 2015-03-23 16:26:36 +01:00
François Grisez
1dfdbdd09d Add a checkbox to enoble/disable auto-answering
+ auto-answering is now controled by the "auto-answer" parameter in the GtkUi
  section of linphonerc
+ The corresponding command line argument is now unhadled
2015-03-23 15:30:49 +01:00
Ghislain MARY
67ffa6b614 Update ms2 and oRTP submodules. 2015-03-23 15:00:21 +01:00
Jehan Monnier
d019794006 ms2:fix broken rtcp encryption 2015-03-23 12:50:14 +01:00
Jehan Monnier
15b915e036 -No longer rewrite callparams->has_video, but use dedicated params to save offers answer result regarding video
-Invoke FIR in method linphone_core_send_vfu_request
-Invoke CallStatsUpdated even in case of scheduled updates
-Fix media direction in case of paused/resumed with paused by « inactive »
2015-03-23 12:49:31 +01:00
Ghislain MARY
706ed3cfa1 Test if the filename of the lpconfig is not NULL before trying to read a relative file. 2015-03-23 11:47:32 +01:00
Ghislain MARY
b6fac76880 Fix Python module build. 2015-03-23 09:34:11 +01:00
Simon Morlat
039dafd00c selftest option says hello in the local language (french for the moment), which allows to check from a script that translations are working as expected 2015-03-20 17:08:15 +01:00
Simon Morlat
f3d0f2151f update for lastest macport, and allow the use of the default locale on macos 2015-03-20 16:40:07 +01:00
François Grisez
b2e8fa0758 Cleaning main.ui
+ Remove unuseful properties
+ Remove superfluous images
+ Give a name to all images
2015-03-20 16:06:02 +01:00
Ghislain MARY
19e8ed4382 Update ms2 submodule. 2015-03-20 15:40:27 +01:00
Ghislain MARY
bee22b84f2 Disable opus on Windows Phone 8 devices with a single CPU. 2015-03-20 15:40:03 +01:00
Gautier Pelloux-Prayer
c03389c14c bc_tester_utils.c: use tester_printf instead of fprintf and fix android log handling 2015-03-20 15:13:36 +01:00
Gautier Pelloux-Prayer
66fa2a03ac liblinphone_tester.c: correctly set log level mask 2015-03-20 14:19:35 +01:00
Gautier Pelloux-Prayer
ba701257fe linphonecore.c: add linphone_core_set_log_level_mask and deprecate linphone_core_set_log_level since it's actually a misname of the first function 2015-03-20 14:13:21 +01:00
Ghislain MARY
e05d5e1787 Add missing files to the Windows Phone 8 project. 2015-03-20 10:43:01 +01:00
Gautier Pelloux-Prayer
50826b2663 Makefile.am: use printf instead of echo to generate liblinphone_gitversion.h 2015-03-20 10:32:44 +01:00
Ghislain MARY
22b536bb7d Update ms2 submodule. 2015-03-20 10:30:00 +01:00
François Grisez
1bf81f8792 Add a UNIX new line character before the end of liblinphone_gitversion.h 2015-03-19 17:30:17 +01:00
Simon Morlat
8f7a1ee5d5 fix audio only build 2015-03-19 17:21:24 +01:00
Gautier Pelloux-Prayer
f32d5ebbf7 configure.ac: disable lime by default for yet instead of auto 2015-03-19 15:09:19 +01:00
Simon Morlat
ac233d1c22 fix Makefile.am problem 2015-03-19 14:45:44 +01:00
François Grisez
0ce5a5f7df Add a config parameter to avoid linphone to save authentication data 2015-03-19 14:18:22 +01:00
Ghislain MARY
c757b8e4c1 Test video bandwidth during early-media in "Forked outgoing early-media video call with inactive audio" test. 2015-03-19 12:08:56 +01:00
Ghislain MARY
59860a2ab7 Also test that the video stream is started to try early-media forking. 2015-03-19 12:08:13 +01:00
Sylvain Berfini
69c7dc0b60 Fix tester compilation on Android 2015-03-19 11:20:32 +01:00
Simon Morlat
b765a9b341 clarify build options 2015-03-19 11:09:19 +01:00
Johan Pascal
7e742958a2 Fix compilation when LIME is disabled
- enabled by default switch using --enable-lime
- check for polarssl gcm.h presence (version >=1.3)
2015-03-19 00:21:07 +01:00
Ghislain MARY
4855be3d7d Add "Forked outgoing early-media video call with inactive audio" test. 2015-03-18 16:13:47 +01:00
Ghislain MARY
a3b8cf6b2b Fix build of tester with CMake. 2015-03-18 15:20:21 +01:00
Gautier Pelloux-Prayer
c05b0ace94 tester: update common & add common/ subfolder in include directories 2015-03-18 14:18:05 +01:00
Gautier Pelloux-Prayer
88a7287ba7 tester.c: remove duplicate definition 2015-03-18 11:42:08 +01:00
Jehan Monnier
c3472f9312 add doc linphone_core_media_encryption_supported to javadoc 2015-03-18 11:18:48 +01:00
Gautier Pelloux-Prayer
acf3bb287d tester: add test/suite getters for iOS tester and reorganize code a bit 2015-03-18 10:58:12 +01:00
Sylvain Berfini
ee33c10a68 Removed debug trace I pushed by mistake 2015-03-17 16:23:41 +01:00
Jehan Monnier
d1f21907e7 ms2:fix ios compilation issue 2015-03-17 15:56:47 +01:00
Gautier Pelloux-Prayer
d78eea16cb autocompletion: add Linphone and mediastreamer tools as supported by the tool 2015-03-17 14:39:47 +01:00
Jehan Monnier
4451648110 -update tunnel documentation
-update ms2 to fix IOS compilation issue
2015-03-17 14:38:15 +01:00
Gautier Pelloux-Prayer
f02b957e60 tester: use linphone_core_set_log_level when setting verbosity in order to keep belle-sip logs too 2015-03-17 13:42:18 +01:00
Sylvain Berfini
9fff00eef2 Improved tester and fixed flexisip file transfer message rewrite test 2015-03-17 13:17:02 +01:00
François Grisez
ecf0caa54f Change the name of recorded file in the "Call with file player" and "Call with mkv file player" testers 2015-03-17 11:43:15 +01:00