Commit graph

8935 commits

Author SHA1 Message Date
Sylvain Berfini
e024261e0c Fixed 2 leaks in vcard tester + added a test to reproduce a crash (disabled until crash is fixed) 2016-04-22 16:10:39 +02:00
Sylvain Berfini
7726df5b32 Added a way to store the correct auth info in carddav context to not iterate on all auth infos each time 2016-04-22 16:10:39 +02:00
Gautier Pelloux-Prayer
4208e02508 submodules: update ms2 2016-04-22 14:38:31 +02:00
Simon Morlat
3b2f0be5b1 fix bad naming of linphonerc property 2016-04-22 12:10:26 +02:00
Sylvain Berfini
54a3e8a085 Remove ifdef preventing friends to be written to rc file 2016-04-22 12:04:18 +02:00
Ghislain MARY
f6e09bcc6e Add dtmf API in automatic wrappers. 2016-04-22 12:00:10 +02:00
Sandrine Avakian
5f3cca3449 Merge branch 'master' of git.linphone.org:linphone 2016-04-22 11:32:13 +02:00
Sandrine Avakian
5cad0e525d Revert "Update linphone git fixing oldphone-mono.wav ring, renamed into oldphone.wav."
This reverts commit f3e7ce4770.
2016-04-22 11:28:46 +02:00
Sylvain Berfini
f5f80c92bd Few fixes for when using friends without the database storage 2016-04-22 11:01:10 +02:00
Sandrine Avakian
f3e7ce4770 Update linphone git fixing oldphone-mono.wav ring, renamed into oldphone.wav. 2016-04-22 10:53:30 +02:00
Sylvain Berfini
a3aa01e1b6 Fixed issues with vCard tester where some http queries overlapped + memory improvements in carddav.c 2016-04-21 14:41:39 +02:00
Gautier Pelloux-Prayer
6a02a57018 presence.c: remove debug log 2016-04-21 14:39:17 +02:00
Gautier Pelloux-Prayer
282f417d95 tester: split presence tests in two: peer to peer tests and with server tests 2016-04-21 13:53:31 +02:00
Gautier Pelloux-Prayer
f13fb7a90c tunnel: fix some leaks 2016-04-21 10:18:52 +02:00
Sylvain Berfini
c2a77c9533 Fixed linphone_friend_add_address to behave like linphone_friend_set_address if there is no LinphoneAddress set yet 2016-04-21 09:55:13 +02:00
François Grisez
465559dd66 Update ms2 submodule 2016-04-19 16:04:40 +02:00
Sylvain Berfini
16e21507be Added method to set PreseceModel to a LinphoneFriend 2016-04-19 15:44:14 +02:00
François Grisez
9ea6076deb Update ms2 submodule 2016-04-19 13:43:37 +02:00
François Grisez
5ba5495d67 Updates ms2 submodule 2016-04-19 13:32:31 +02:00
François Grisez
c781ec5c25 Modify linphonecall.c to use the new API of ms2 concering equalizers 2016-04-18 16:57:50 +02:00
François Grisez
320b0b6c90 Use ms_parse_equalizer_string() to parse the strings provided by the gain linphonerc parameter 2016-04-18 16:57:50 +02:00
Gautier Pelloux-Prayer
c703de1e49 presence: oops, sorted list in wrong order 2016-04-18 16:51:35 +02:00
Gautier Pelloux-Prayer
1b732024f0 presence: fix bugs when fetching latest activity 2016-04-18 15:59:23 +02:00
Gautier Pelloux-Prayer
82e2e64779 proxy.c: store publish_expires in linphonerc too 2016-04-18 10:33:47 +02:00
Johan Pascal
1bf41396e4 Merge branch 'master' into zrtphash
Conflicts:
	mediastreamer2
2016-04-15 16:48:25 +02:00
Sylvain Berfini
2a09065509 Fixed vcard tests using new dav server 2016-04-15 16:13:43 +02:00
Gautier Pelloux-Prayer
2381e1571f tester: fix potential crash 2016-04-15 15:50:57 +02:00
Gautier Pelloux-Prayer
e8697d9b0b presence_tester: fix long term presence list test 2016-04-15 14:46:21 +02:00
Jehan Monnier
5faff1286e Improve publish management, specially etag passing accros event.
Improve presence tester.
Add tester with ACk losses
2016-04-15 12:10:14 +02:00
Johan Pascal
0a0f714cdd improve ZRTP hash management
- start ZRTP on incoming zrtp-hash even when not selected locally
2016-04-15 11:46:43 +02:00
Gautier Pelloux-Prayer
73def92d61 tester: fix failing remote provisioning test 2016-04-14 16:56:34 +02:00
Sylvain Berfini
6c456f4300 Remove something commited that wasn't supposed to be 2016-04-14 15:17:26 +02:00
Gautier Pelloux-Prayer
bf2c1f875a tunnel: implement linphone_tunnel_simulate_udp_loss stub 2016-04-14 15:16:02 +02:00
Sylvain Berfini
e7022216c6 Small trick to display received file transfer message url in chat 2016-04-14 15:06:33 +02:00
Gautier Pelloux-Prayer
62756b7908 call_tester.c: fix crash if test is failing 2016-04-14 15:04:43 +02:00
Gautier Pelloux-Prayer
af33a19266 tunnel: turn off autodetection if network is not reachable anymore 2016-04-14 14:21:32 +02:00
Gautier Pelloux-Prayer
cf9022757f tunnel: add a test when having several tunnel configs 2016-04-14 12:23:00 +02:00
Sylvain Berfini
0c389ec6e0 Remove call to remove notify callback as it seems to create a segfault sometimes 2016-04-14 11:02:32 +02:00
Sylvain Berfini
fc47c0eff2 Fix unused variable/function when building without video 2016-04-14 10:11:44 +02:00
Jehan Monnier
f79dc78c50 add test for re-invite with 200ok losses 2016-04-14 10:09:19 +02:00
Sylvain Berfini
9eacaae8a6 Added linphone_core_take_preview_snapshot method 2016-04-13 19:43:39 +02:00
Jehan Monnier
6f48b4151c improve presence tests 2016-04-12 17:59:51 +02:00
Johan Pascal
83f861b35b Merge branch 'master' into zrtphash 2016-04-12 14:11:00 +02:00
Gautier Pelloux-Prayer
47e3693511 tester: accountmanager should temporary deal with both old and new flexisip servers 2016-04-12 11:00:44 +02:00
Simon Morlat
5103872027 fix incorrectly formatted log. 2016-04-12 10:25:56 +02:00
Johan Pascal
70a429cdff Merge branch 'master' into zrtphash
Conflicts:
	coreapi/linphonecall.c
2016-04-11 10:57:11 +02:00
Johan Pascal
02ebeac3f1 Manage zrtp-hash attribute
- ZRTP engine is always initialised even when not selected
2016-04-11 10:54:53 +02:00
Simon Morlat
aa91757d50 oldphone-mono is the default wav ring (and it is installed by make install) 2016-04-08 16:29:20 +02:00
Gautier Pelloux-Prayer
2aedb5d159 tester: do not use BC_ASSERT_*_FATAL macros anymore 2016-04-08 15:56:17 +02:00
Sylvain Berfini
f0cd38ef22 Improved JNI layer (fixed few leaks) 2016-04-08 15:48:45 +02:00