Commit graph

6478 commits

Author SHA1 Message Date
Ghislain MARY
a466a05a44 More permissive type checking in the Python module.
- int values are accepted where a long is expected.
- int or long values are accepted where a float is expected.
2014-12-16 15:45:15 +01:00
Gautier Pelloux-Prayer
d317047869 Fix homebrew README (MacOSX): user must install gtk+ --without-x11 to avoid segmentation fault at launch 2014-12-16 14:34:34 +01:00
Gautier Pelloux-Prayer
080cb97898 Disable x11 support on MacOS X target by default 2014-12-16 14:33:27 +01:00
Ghislain MARY
33aaac313b Fix compilation with Visual Studio. 2014-12-16 11:32:51 +01:00
Ghislain MARY
a5288b94cd Fix Python module tests. 2014-12-16 11:26:25 +01:00
Jehan Monnier
551cb17583 fix crash in outgoing call case 2014-12-16 11:22:14 +01:00
Guillaume BIENKOWSKI
f16696d242 Update file player test to take in account the new hello8000 duration 2014-12-16 10:47:42 +01:00
Guillaume BIENKOWSKI
e22eb31deb Remove unused variable 2014-12-16 10:42:01 +01:00
Guillaume BIENKOWSKI
b0459fd16c Lengthen the hello8000 to accomodate slow devices where 10s sound might be too short for bandwidth measurement 2014-12-16 10:30:43 +01:00
Guillaume BIENKOWSKI
60c5edf397 Factor check_file in tester and fix last log time check 2014-12-15 17:01:12 +01:00
Ghislain MARY
3241b33633 Replace NULL by None in the Python module documentation. 2014-12-15 16:41:00 +01:00
Ghislain MARY
9e1b6e6956 Handle links between methods in the Python module documentation. 2014-12-15 16:37:46 +01:00
Guillaume BIENKOWSKI
5128769b00 Typo 2014-12-15 16:02:58 +01:00
Jehan Monnier
8d13609402 various ice fix for better interwork 2014-12-15 16:02:27 +01:00
Guillaume BIENKOWSKI
bb6123477b Allow for longer timeout in register 2014-12-15 15:56:06 +01:00
Guillaume BIENKOWSKI
da9cffd5fe Use ms_time() instead of time() 2014-12-15 15:56:06 +01:00
Ghislain MARY
42ddf0cf81 Improve Python module documentation. 2014-12-15 15:55:17 +01:00
Guillaume BIENKOWSKI
697a6d4a89 Fix the soundcard hint so that it trigger only when _all_ calls are paused or pausing (instead of just one call suffice). Also increase the test delay. 2014-12-15 14:49:42 +01:00
Jehan Monnier
3939954500 add ssrc attribute in case of srtp dtls 2014-12-15 13:04:40 +01:00
Guillaume BIENKOWSKI
3e56dcac16 Remove (now) unneeded use_files and fix the way we manage use_files in the linphone_core_manager to include a ringback tone 2014-12-15 12:36:27 +01:00
Guillaume BIENKOWSKI
04a66a165c Fix lpconfig test on read-only storage 2014-12-15 12:33:57 +01:00
Guillaume BIENKOWSKI
d9bc65287c Enable XML output for liblinphone tester 2014-12-15 11:10:44 +01:00
Simon Morlat
1ac1cd5fe8 fix RtpTransport leak on video side as well 2014-12-12 18:56:14 +01:00
Guillaume BIENKOWSKI
d997814f82 Better hinting for soundcard 2014-12-12 17:06:00 +01:00
Jehan Monnier
2a5e6eafb9 fix stun_tester.c 2014-12-12 17:04:44 +01:00
Simon Morlat
4292c1fc15 fix compilation errors 2014-12-12 17:02:52 +01:00
Jehan Monnier
25532e6285 ms2:stun api shall be public 2014-12-12 16:56:13 +01:00
Simon Morlat
f48780782c fix compilation 2014-12-12 16:54:30 +01:00
Simon Morlat
5863df792e Make the preview window a real gtk window. Move camera preview test within the settings. 2014-12-12 16:46:38 +01:00
Simon Morlat
a6da440cfd add test to check absence of SDP in ACK in a scenario of INVITE without SDP. 2014-12-12 16:46:37 +01:00
Simon Morlat
1cf049cabd fix leak of RtpTransport when call is updated/paused. Fix reporting of bandwidth, which was displayed even if the stream was inactive. 2014-12-12 16:46:37 +01:00
Jehan Monnier
52dc1aacdc finilize stun files move from ortp to ms2 2014-12-12 16:21:29 +01:00
Jehan Monnier
45e1da743c make sure rtp destination is change as soon as ice is terminated 2014-12-12 15:47:09 +01:00
François Grisez
db5fc6ea89 Fix the reading of .linpohne.ecstate 2014-12-12 12:12:44 +01:00
Guillaume BIENKOWSKI
84e3d60838 fix the tests for ios 2014-12-11 17:39:47 +01:00
Sylvain Berfini
11b9ed01d9 Improved LocalRef (see issue 1925) on Android JNI layer 2014-12-11 17:37:22 +01:00
Ghislain MARY
340d927c3c File transfer with binary content working in Python. 2014-12-11 15:59:29 +01:00
Ghislain MARY
8b33ed404e Always store a NULL character at the end of a LinphoneBuffer. 2014-12-11 15:58:58 +01:00
Jehan Monnier
20fe706f7d check if number of ice candidate does not exceed stirage size 2014-12-11 14:56:37 +01:00
johan
0cd9605644 Add Dtls proto when looking for best stream in media description 2014-12-11 14:52:59 +01:00
Ghislain MARY
24f4d44496 There is no longer a dummy call to the file_transfer_recv callback at the beginning of a file download. 2014-12-11 14:34:45 +01:00
Ghislain MARY
78a06d3e54 Fix return value in callbacks of Python module. 2014-12-11 11:46:08 +01:00
Ghislain MARY
b0f621ad13 Use real file for file upload test and check that the received file is the same as the sent one. 2014-12-11 11:40:28 +01:00
Sylvain Berfini
f3c7c993ea Fix mistake in previous commit 2014-12-11 11:19:37 +01:00
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
Jehan Monnier
94b4002cbf fix ice parsing 2014-12-11 08:35:42 +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