Commit graph

5907 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
e45b7bc3f0 Fix database time migration for Android: store time_t as 64bits in database 2014-11-12 15:10:26 +01:00
Gautier Pelloux-Prayer
0aabc05145 Add linphone_call_send_dtmfs method to allow sending a DTMF sequence instead of a single one, and add a test suite 2014-11-12 14:58:19 +01:00
Gautier Pelloux-Prayer
4caf475724 Readd log collection test on Android but do not check timestamps yet 2014-11-12 14:58:19 +01:00
François Grisez
a9a651b954 Change window IDs type and make local player to use the default ring sound card instead of the default playback one 2014-11-12 14:22:56 +01:00
Ghislain MARY
b70e389ef5 Improve tunnel documentation. 2014-11-12 12:20:55 +01:00
Gautier Pelloux-Prayer
7cd1243f66 Only check number of non migrated message 2014-11-10 17:51:00 +01:00
Simon Morlat
050a1e1a86 update ms2 2014-11-10 17:30:26 +01:00
Simon Morlat
8c96f738df move ipv6 check at the correct place 2014-11-10 13:50:04 +01:00
Simon Morlat
1285d1cf21 add check for displayname transmission in simple call test 2014-11-07 18:33:15 +01:00
Simon Morlat
eff695ef11 update ms2 2014-11-07 18:02:29 +01:00
Simon Morlat
3d744d4070 * add test for ipv6 calls
add linphone_call_media_in_progress() method for app to easily check that ice has finished or not its processing.
Update GTK app accordingly, so that adding video is no longer possible while ICE is in progress.
2014-11-07 18:02:29 +01:00
Gautier Pelloux-Prayer
a12c07a3ab Fix quality reporting test: since qos analyzer now use a minimum interval time, we have to add some extra delay 2014-11-07 16:01:24 +01:00
Gautier Pelloux-Prayer
4392e2ff4a Rename SDP invites tests 2014-11-07 15:39:59 +01:00
Gautier Pelloux-Prayer
77f4e6d2d6 Fix log collection test: 1000 bytes for 25 lines in a file is a little undersized (actually, it fits 24 lines!) 2014-11-07 15:36:47 +01:00
Sylvain Berfini
52312c0361 Fix compilation with ndk 10c 2014-11-07 15:15:57 +01:00
Gautier Pelloux-Prayer
d551c1282a Fix segfault in call suite: initialize correctly test params 2014-11-07 14:14:43 +01:00
Gautier Pelloux-Prayer
f139119eae Minor improvement to README 2014-11-07 10:24:54 +01:00
Jehan Monnier
cc5ec63197 log_collection_tester on android, delete local ref to avoid 500 local ref limit on android 2014-11-07 08:39:00 +01:00
Gautier Pelloux-Prayer
abe5a19431 Do not crash if SDP could not be parsed and had some unit tests. - avoid crash if missing SDP in REINVITE ACK - resume previous media parametrs instead of aborting call in case of invalid SDP in REINVITE 2014-11-06 17:25:36 +01:00
Gautier Pelloux-Prayer
b7e3d3f4ed Fix compilation for strptime issue: declare __USE_XOPEN instead of declaring function prototype 2014-11-06 14:53:30 +01:00
Simon Morlat
2c06389a22 update ms2 and ortp 2014-11-06 10:53:14 +01:00
Gautier Pelloux-Prayer
1466639bac Do not notify that a call was received when INVITE was invalid and rejected (488 Not acceptable for instance) 2014-11-05 16:54:03 +01:00
Ghislain MARY
f2c6b211aa Update ms2 submodule. 2014-11-05 14:31:32 +01:00
Simon Morlat
a7bbf819a7 update ms2 2014-11-05 14:15:33 +01:00
Gautier Pelloux-Prayer
0892bd026d Fix method linphone_chat_room_get_history which returned one extra message + fix memory leaks in message storage tester 2014-11-05 12:10:15 +01:00
Gautier Pelloux-Prayer
dee580f5e8 Fix compilation on Darwin 2014-11-05 11:22:29 +01:00
Gautier Pelloux-Prayer
4b7b43974d Fix log collection tests & API 2014-11-05 11:09:48 +01:00
Simon Morlat
b3871b37b3 fix compilation errors 2014-11-04 18:43:42 +01:00
Guillaume BIENKOWSKI
c63bf0ee9e Fix a verbose non-error 2014-11-04 17:28:27 +01:00
Ghislain MARY
91122e11da Improve log collection API:
- Allow setting a prefix for the log collection filenames
 - Allow defining the max file size of the log collection files
2014-11-04 17:16:03 +01:00
Gautier Pelloux-Prayer
d67957ab2a Add log collection tester suite 2014-11-04 17:12:17 +01:00
Guillaume BIENKOWSKI
179d834bb6 Update ms2 2014-11-04 16:04:46 +01:00
Guillaume BIENKOWSKI
0250469c31 Typo for AAC 2014-11-04 16:04:34 +01:00
Gautier Pelloux-Prayer
cd2de42f86 Fix some clang warnings on Debian 2014-11-04 14:30:38 +01:00
Gautier Pelloux-Prayer
f07b7be07a Fix compilation 2014-11-04 14:04:08 +01:00
Simon Morlat
3488b92f31 update ms2 and documentation 2014-11-04 13:59:47 +01:00
Ghislain MARY
82bec9343b Change signature of LinphoneCoreLogCollectionUploadProgressIndicationCb. 2014-11-04 10:58:42 +01:00
Ghislain MARY
593454ce53 Add missing file for Windows Phone 8 build. 2014-11-04 08:52:38 +01:00
Simon Morlat
35434faecd update ms2 (for audio fix on moto G) 2014-11-03 16:40:40 +01:00
Ghislain MARY
dadefe2a10 Build with correct version number on Windows Phone 8. 2014-11-03 11:41:19 +01:00
Guillaume BIENKOWSKI
422010f804 Update ms2 2014-10-31 11:58:25 +01:00
Ghislain MARY
ba815377f7 Change API of linphone_core_enable_log_collection() to be able to deactivate the previous log handler. 2014-10-31 09:48:23 +01:00
Ghislain MARY
62fd80b855 Update ms2 submodule. 2014-10-30 16:50:39 +01:00
Ghislain MARY
dc2ad51c2b Update ms2 submodule. 2014-10-30 16:38:15 +01:00
Guillaume BIENKOWSKI
f84a588c11 Update ms2 2014-10-30 16:19:27 +01:00
Ghislain MARY
7461f509f7 Update ms2 submodule. 2014-10-30 15:53:19 +01:00
Ghislain MARY
f5c5256049 Update ms2 submodule. 2014-10-30 15:46:00 +01:00
Guillaume BIENKOWSKI
2c94056796 Fix SDP overflow commit 2014-10-30 15:41:50 +01:00
Guillaume BIENKOWSKI
87893d9b8f Add SBR support for AAC when [misc] aac_use_sbr=1 is in linphonerc 2014-10-30 15:40:28 +01:00
Guillaume BIENKOWSKI
53af357a32 Update ms2 for SBR in AAC 2014-10-30 15:40:28 +01:00