Commit graph

6081 commits

Author SHA1 Message Date
Sylvain Berfini
95de57a6c6 Fix ec calibration crash in Android 2014-12-11 11:16:15 +01:00
Ghislain MARY
26620d4c0f Fix compilation of file transfer tutorial. 2014-12-11 09:36:49 +01:00
Gautier Pelloux-Prayer
4f155a0347 Minor MacOS README updates 2014-12-10 17:46:51 +01:00
Guillaume BIENKOWSKI
e568e7e21d Don't use 'tester' audio unit in iOS, since linphone is now intelligent enough to not kill the audio unit in between ringing and actual call. This allows tests to run more closely to the real soudncard usage 2014-12-10 17:33:36 +01:00
Ghislain MARY
099d846fbe Fix file transfer tests. 2014-12-10 16:52:56 +01:00
Ghislain MARY
89565386ac Working file transfer in Python.
- Add the LinphoneBuffer object so that file transfer callbacks do not pass out parameters
- Use the LinphoneBuffer object in the file transfer callbacks
- Implement the file_transfer_send callback in the Python file transfer test
2014-12-10 16:35:19 +01:00
Guillaume BIENKOWSKI
1b61ea215e Update ms2 2014-12-10 14:23:10 +01:00
Guillaume BIENKOWSKI
dc2d250d99 Perform sound card usage check when a call is dismissed or when a call transitions to pausing state 2014-12-10 14:23:10 +01:00
Guillaume BIENKOWSKI
dc78b3fe8a Skip file-based remote provisioning for iPhone, it is quite complicated to implement 2014-12-10 14:23:10 +01:00
Guillaume BIENKOWSKI
77aaf5bb8c Automatically use cores with file-backed sound in the tester for iOS. A lot of tests were missing linphone_core_user_files() calls, so having them automatically set up is easier. 2014-12-10 14:23:09 +01:00
Guillaume BIENKOWSKI
85c7fa2773 Add an API to keep the accounts created on flexisip across calls to liblinphone_tester_run_tests(). This is used by iOS because of how the XCTest framework works. 2014-12-10 14:23:09 +01:00
Jehan Monnier
f0a3a75d99 fix ice issue when ufrag/pwd are present in sdp media description only 2014-12-10 14:20:48 +01:00
Ghislain MARY
f229bd10da Add file transfer message test in Python. 2014-12-10 12:02:37 +01:00
Ghislain MARY
110d44b87c Fix file_transfer_server documentation for automatic wrappers. 2014-12-10 12:02:00 +01:00
Ghislain MARY
e3d198d247 Simplify logging in unit tests of Python module. 2014-12-10 10:59:59 +01:00
Ghislain MARY
141af7de15 Fix threading issues in the Python module.
Reinitialize log serialization only when all the linphone cores have been destroyed.
2014-12-09 17:33:41 +01:00
Ghislain MARY
3a39a1da6f Update call tester for Python module. 2014-12-09 15:52:20 +01:00
Ghislain MARY
cc9bf0e6bf Prevent downloading rootca at each build when building with CMake. 2014-12-09 15:17:06 +01:00
Gautier Pelloux-Prayer
4ebc9c85b9 Add port getter/setter 2014-12-09 15:12:00 +01:00
Ghislain MARY
56eb5c3e7b Fix the use of SipTransports in the Python module. 2014-12-09 13:35:48 +01:00
Ghislain MARY
9a59eb8924 Fix linphone_proxy_config_is_server_config_changed() to return weak-equal if the identities are weak-equal but the proxies are equal. 2014-12-09 13:35:00 +01:00
Ghislain MARY
bff27f5c6d Fix account creation in Python. 2014-12-09 11:27:21 +01:00
Ghislain MARY
395448491a Add LCSipTransports wrapper in the Python module. 2014-12-09 11:21:12 +01:00
Ghislain MARY
2ff5e8612b Update oRTP and mediastreamer2 submodules. 2014-12-09 10:57:29 +01:00
Ghislain MARY
6b2be053e9 Improve change of identity of a proxy config.
- Add the function linphone_address_equal().
- The comparison of two proxy config addresses now returns one of these three values: equal, weak-equal or different.
- If the new proxy config identity is equal to the previous one, a call to linphone_proxy_config_done() does not
unregister and does not delete the sal op. If it's weak-equal the sal op is destroyed but the unregister is not
done. Finally, if it's different the unregister is performed and the sal op is destroyed.
2014-12-09 10:14:33 +01:00
Jehan Monnier
273207b25c differentiate rtp/rtcp bandwidth reporting 2014-12-08 18:07:06 +01:00
Simon Morlat
fc107e7805 fix unused variables 2014-12-08 17:22:44 +01:00
Margaux Clerc
6c85f0edf9 Add documentation for wrapper generation 2014-12-08 16:31:36 +01:00
Ghislain MARY
0e924f4b4e Handle testing accounts creation in Python. 2014-12-08 15:55:57 +01:00
Ghislain MARY
180de834ee Revert "Handle accounts manager to the Python module unit tests."
This reverts commit b61302f9b1.
2014-12-08 14:31:17 +01:00
Ghislain MARY
b61302f9b1 Handle accounts manager to the Python module unit tests. 2014-12-08 11:30:58 +01:00
Ghislain MARY
0547b5b998 Handle search for sqlite3 dependency when searching for liblinphone when building with CMake. 2014-12-08 10:34:41 +01:00
Simon Morlat
bebf7992e5 wait a bit more 2014-12-08 09:36:04 +01:00
Simon Morlat
21d25ef90e add get/set RemoteRingbackTone() to java wrapper 2014-12-05 17:54:21 +01:00
Ghislain MARY
908b906e4d Remove some functions from the blacklist of the Python module. 2014-12-05 16:58:07 +01:00
Ghislain MARY
9066a82f3c Handle callbacks getters in Python module. 2014-12-05 16:40:26 +01:00
Ghislain MARY
a6cfecf3e4 Handle events in classes other than LinphoneCore.
Callbacks getters still need to be implemented correctly.
2014-12-05 16:14:04 +01:00
Jehan Monnier
1656945e31 make sure send/received bw is acurate in early_media_call_forking tester 2014-12-05 15:34:58 +01:00
Jehan Monnier
1cd616cf17 add --selfttest option to gtk app for very minimal app checking 2014-12-05 14:20:24 +01:00
Simon Morlat
b67b596f39 allow passing of directory prefix where to pickup dependencies when running the mac bundler. 2014-12-04 22:46:41 +01:00
Simon Morlat
754f4657cd pass workdir with environment variable, because passing it from arguments doesn't work if the path has a space. 2014-12-04 22:21:10 +01:00
Ghislain MARY
381744b0f4 Handle msg storage option when building with CMake. 2014-12-04 16:25:36 +01:00
Gautier Pelloux-Prayer
570ed0f598 Invert check order in log collection because file checking consumes lot of time 2014-12-04 15:55:37 +01:00
Gautier Pelloux-Prayer
a2b77426c6 Minor README change - should be totally rewrite though 2014-12-04 15:39:38 +01:00
Gautier Pelloux-Prayer
08d1dd066e update po files 2014-12-04 11:07:30 +01:00
Gautier Pelloux-Prayer
a3080b65c2 Add .desktop files on Transifex 2014-12-04 11:07:29 +01:00
Sylvain Berfini
124beb8e55 Fix linphonecontent when ZLIB is available 2014-12-04 10:39:46 +01:00
Gautier Pelloux-Prayer
15c6f3b898 Correctly fill ALL_LINGUAS in configure.ac 2014-12-03 17:36:46 +01:00
Gautier Pelloux-Prayer
a8f774a24b Add some missing translations 2014-12-03 13:39:37 +01:00
Simon Morlat
601de8ed36 update ms2 2014-12-03 12:36:47 +01:00