Sylvain Berfini
53e99b9a22
Fixes related to tunnel
2017-01-31 15:54:25 +01:00
Simon Morlat
656ff43b13
fix most common warnings
2017-01-14 14:13:26 +01:00
Ghislain MARY
33b72ce6b5
Move public header files in the include/linphone directory.
2016-11-15 14:41:18 +01:00
Simon Morlat
57fc3171db
Rework and clarify the "Call with ICE and video added" test family.
...
add_video() no longer exists and is replaced by request_video(), since this function doesn't guarantee video to be established depending on receiver's policy.
Also, it no longer modifies the video policy, for clarity. Instead, it uses linphone_core_accept_call_update() to accept video despite of video policy.
2016-10-20 23:02:28 +02:00
Jehan Monnier
4d20d10786
fix invalid reads in tunnel code
2016-10-04 13:23:41 +02:00
Simon Morlat
3a1dacbdf4
big rework of Tunnel management
...
- better integration with network reachability callback
- fix crashes (mTunnelClient can no longer be NULL)
- avoid useless operations during transcient states
- clarify source code
- allow the application to set root_ca before the tunnel connection actually starts.
2016-08-18 18:51:11 +02:00
François Grisez
0aade4978d
Fixes 'Register on second tunnel' test
...
The same LinphoneTunnelConfig object was
added twice with different parameters
2016-04-22 16:45:48 +02:00
Gautier Pelloux-Prayer
f13fb7a90c
tunnel: fix some leaks
2016-04-21 10:18:52 +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
Johan Pascal
f45856be68
Tunnel client can verify server certificate
2016-03-21 20:29:17 +01:00
Jehan Monnier
61919a5cbd
change tunnel address
2016-03-21 16:39:14 +01:00
Gautier Pelloux-Prayer
82e395bc9b
tester: fix leaks in tunnel
2016-03-07 14:39:02 +01:00
Ghislain MARY
142891969e
Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option.
2016-01-27 15:04:47 +01:00
Gautier Pelloux-Prayer
8a2f20ceae
tester: add before_each / after_each methods to check memory leaks and fix various ones
2015-09-22 13:54:29 +02:00
Gautier Pelloux-Prayer
b1ae7bf028
tester: add before_each and after_each functions to allow init/cleanup of tests individually
2015-09-17 11:06:35 +02:00
Gautier Pelloux-Prayer
fd7f6a4c73
tester: fix quality reporting with custom route test when using tunnel
2015-08-05 15:11:16 +02:00
Gautier Pelloux-Prayer
d9f41fff5a
proxy config: modify linphone_proxy_config_get_contact and add linphone_proxy_config_get_identity_address returning LinphoneAddress and move all documentation to linphone_proxy_config.h
2015-07-29 13:26:53 +02:00
Gautier Pelloux-Prayer
369d675171
tester: check that no linphone core exists before each test fixing crash on iOS
2015-07-01 15:49:47 +02:00
Gautier Pelloux-Prayer
03287d93cf
tester: do not execute TLS tests when it is not available, and avoid using TLS when it is not necessary
2015-05-21 11:28:12 +02:00