Commit graph

19 commits

Author SHA1 Message Date
Ghislain MARY
7ceddff0b9 Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
Ghislain MARY
b9b283dcdb Compile source files as C++. 2017-07-21 17:06:41 +02:00
Sylvain Berfini
53e99b9a22 Fixes related to tunnel 2017-01-31 15:54:25 +01:00
Ghislain MARY
120b9dc402 Fix build on Windows. 2017-01-31 14:26:22 +01:00
Sylvain Berfini
555612d87e Added stubs for new tunnel methods 2017-01-31 14:10:49 +01:00
Ghislain MARY
33b72ce6b5 Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
Simon Morlat
8180e881fc add warning when calling stubbed tunnel functions 2016-08-22 18:21:38 +02:00
Gautier Pelloux-Prayer
bf2c1f875a tunnel: implement linphone_tunnel_simulate_udp_loss stub 2016-04-14 15:16:02 +02:00
Simon Morlat
1716178e38 fix compilation without tunnel 2014-11-15 11:38:06 +01:00
François Grisez
10bc15409c Change the LinphoneTunnel C API
* The tunnel manager are now thre mode : disable, enable and auto
* Two new functions: linphone_tunnel_set_mode() and linphone_tunnel_get_mode()
* linphone_tunnel_enable(), linphone_tunnel_enabled(), linphone_tunnel_auto_detect()
and linphone_tunnel_auto_detect_enabled() are now deprecated.
2014-09-18 16:03:45 +02:00
François Grisez
8e8a66002b Rename some linphone_tunnel_* functions 2014-09-17 10:04:41 +02:00
François Grisez
608d312485 Fix compilation error 2014-09-17 09:19:14 +02:00
François Grisez
4bc67e3645 Add transport_SIP boolean parameter in "tunnel" of the configuration file
If this parameter is set to 1, SIP packets will pass through tunnels when the
tunnel mode is enabled. If set to 0, SIP packets will be directly sent to proxies
whatever the state of tunnels
2014-09-16 16:13:20 +02:00
François Grisez
333b9e1f3c Fix compilation errors 2014-09-15 17:17:22 +02:00
François Grisez
37be673607 Add a private FirewallPolicy getter which return NoFirewallPolicy whether a tunnel is enabled 2014-09-15 15:55:10 +02:00
Gautier Pelloux-Prayer
4386f18b21 replace tabs with spaces and remove trailing spaces 2014-04-22 17:22:51 +02:00
Simon Morlat
fd98c1e057 - do not register outside of tunnel when tunnel is activated but not yet connected.
- move TUNNEL_ENABLED to config.h, which avoids recompilation issues with -D flags.
2013-05-10 15:07:01 +02:00
Yann Diorcet
35d65d36f2 Merge branch 'master' of git.linphone.org:linphone into upnp
Conflicts:
	coreapi/linphone_tunnel.cc
	mediastreamer2
2013-01-17 15:34:58 +01:00
Yann Diorcet
9898c4beec Fix static build split tunnel stubs 2012-12-20 17:34:36 +01:00