Commit graph

5934 commits

Author SHA1 Message Date
Simon Morlat
2e515642f0 fix bad call state notification (Released) when receiving a call with incompatible codecs.
Normally this should not trigger any notification.
Fix bug allowing two incoming calls to be notified if ICE is used.
2014-11-18 16:01:51 +01:00
Jehan Monnier
9db4ae276b fix direct_call_over_ipv6 on Android 2014-11-18 14:40:05 +01:00
Guillaume BIENKOWSKI
3c66a8521d Update ms2 2014-11-18 14:29:35 +01:00
Gautier Pelloux-Prayer
b65ccceacb Use ms_debug instead of ms_message for noisy flattening messages 2014-11-18 11:56:58 +01:00
Guillaume BIENKOWSKI
c973be8d1d Update ms2 2014-11-17 16:25:53 +01:00
Johan Pascal
c4d26de433 update ms2 2014-11-16 23:47:39 +01:00
Johan Pascal
e3b3a5aa5b move ZRTP management from oRTP to Mediastreamer2 using transport modifier 2014-11-16 23:26:14 +01:00
Simon Morlat
89ac410152 fix crash without tunnel, fix compilation on debian 6 2014-11-16 12:09:22 +01:00
Simon Morlat
1716178e38 fix compilation without tunnel 2014-11-15 11:38:06 +01:00
Simon Morlat
d0095948b9 Allow the tunnel mode to work with any proxy config (except for sips destinations)
fix the tunnel tests, that were not working correctly.
2014-11-14 20:17:54 +01:00
Simon Morlat
c828b54b33 fix errors in the file transfer API design that were also wrapped in java. 2014-11-14 18:58:51 +01:00
Ghislain MARY
916a3e8e02 Fix compilation of message tester. 2014-11-14 16:06:02 +01:00
Ghislain MARY
b0b705da7a Rename wrong API. 2014-11-14 14:46:14 +01:00
Ghislain MARY
e913d2e5a0 Make linphone_core_get_device_rotation() public. 2014-11-14 10:48:29 +01:00
Simon Morlat
32e7ffe2bd update ms2 and ortp 2014-11-13 22:51:03 +01:00
Simon Morlat
9816594653 store ipv6 setting in config immediately 2014-11-13 22:40:04 +01:00
Sylvain Berfini
c0b7ae8359 Updated ms2 2014-11-13 14:12:55 +01:00
Sylvain Berfini
29f556302f Updated ms2 2014-11-13 11:47:36 +01:00
Simon Morlat
48a5ba6d98 code cleanup 2014-11-13 11:38:41 +01:00
Gautier Pelloux-Prayer
5417ffb886 Fix submodule ms2 2014-11-13 10:18:08 +01:00
Gautier Pelloux-Prayer
25d6a4ef70 update ms2 test 2014-11-13 10:11:46 +01:00
Jehan Monnier
0d4f9e0c92 fix tester Flexisip/Subscribe forking 2014-11-13 09:13:13 +01:00
Gautier Pelloux-Prayer
a76aa60ff5 Free dtmf timer on call destruction, if needed 2014-11-12 17:32:24 +01:00
François Grisez
8a6a2e4cca Make local player to use the ring default sound card 2014-11-12 16:30:36 +01:00
François Grisez
512093a3ee Set the application context while creating a LinphoneCore with LinphoneFactory.createLinphoneCore(listener, context) 2014-11-12 16:28:50 +01:00
Ghislain MARY
7787c91c46 Blacklist functions that prevent the Python module from building. 2014-11-12 16:22:20 +01:00
Gautier Pelloux-Prayer
d249550e0a Fix log collection test suite for Android 2014-11-12 15:33:23 +01:00
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