Guillaume BIENKOWSKI
b7c6893d27
Video source reuse API
2014-09-19 16:03:59 +02: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
Simon Morlat
df58cddb5d
clean proxy config in linphone_core_destroy()
2014-09-17 13:21:57 +02:00
Simon Morlat
a08e2635b6
add setting to LinphoneCore to enable avpf even for calls out of proxies.
2014-09-17 11:09:37 +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
Jehan Monnier
251ba960c5
add new functions linphone_core_add_listener to enable multiple vtable to be registered
2014-09-16 15:00:12 +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
Jehan Monnier
a3e84af3fb
fix incoming UPDATE without sdp (session timer case)
2014-09-11 15:08:45 +02:00
Guillaume BIENKOWSKI
2d9de5a1bd
Handle NULL ringback tones + setup iOS tester correctly for AudioQueue and no ringback tone
2014-09-11 11:42:11 +02:00
Gautier Pelloux-Prayer
abc0265b97
Set default value for adaptive rate algorithm to "simple", the current algorithm
2014-09-10 14:10:26 +02:00
Sylvain Berfini
c384b0b362
Started Java impl of file transfer
2014-09-09 12:39:56 +02:00
Gautier Pelloux-Prayer
b2ae9095d9
Change adaptive_rate_algorithm API to not use enum
2014-09-09 12:35:15 +02:00
Ghislain MARY
5283278eef
Fix 2 memory leaks.
2014-09-09 10:29:32 +02:00
Simon Morlat
6337fe8429
fix crash in test and memory leak of LinphoneCallParams
2014-09-08 22:05:29 +02:00
Simon Morlat
c6a3053756
fix incorrectly named functions and compilation errors due to merge
2014-09-08 19:05:43 +02:00
Simon Morlat
f4a4a6440b
Support for incoming UPDATEs within dialog.
...
For tests, the possibility to send an UPDATE with linphone_core_update_call() has been added thanks to a $
Added possibility to configure Supported SIP header.
2014-09-08 19:02:29 +02:00
Ghislain MARY
2150ce6f5c
Add missing const to linphone_core_get_user_data signature.
2014-09-08 17:27:43 +02:00
Gautier Pelloux-Prayer
f6e388c4b2
Add possibility to change adaptive rate algorithm at runtime
2014-09-08 16:56:23 +02:00
Jehan Monnier
59cdb8850b
various fix for lib linphone tester on Android
2014-09-01 18:26:51 +02:00
Ghislain MARY
04f3bbc212
Fix compilation with uPnP enabled.
2014-09-01 15:10:23 +02:00
Ghislain MARY
eaa1d6bb1d
Add reference count handling to the LinphoneCallParams object.
2014-09-01 14:58:32 +02:00
Ghislain MARY
6639e57535
Fix crash in Python wrapper when the core is destroyed before the chat rooms.
2014-09-01 10:52:41 +02:00
Ghislain MARY
dfcedfd701
Include config.h when HAVE_CONFIG_H is defined (needed for compilation with CMake).
2014-09-01 10:44:13 +02:00
Simon Morlat
9c396a9cd9
Fix big crash in call logs because logs built from linphonerc were constructed using ms_new0(LinphoneCallLog,1).
2014-08-31 10:56:37 +02:00
Simon Morlat
c9c23c2318
remove unnecessary includes, update ms2
2014-08-30 13:00:37 +02:00
Ghislain MARY
34c945f201
Fix compilation.
2014-08-29 15:06:22 +02:00
Ghislain MARY
b4963d9f70
Put call log related code in its own files.
2014-08-29 14:39:34 +02:00
Ghislain MARY
53a34317a5
Some API and documentation change for automatic wrapper generation.
2014-08-29 11:44:21 +02:00
Ghislain MARY
3d4821c69e
Renamed get_to(), set_to(), get_from() and set_from() respectively to get_to_address(), set_to_address(), get_from_address() and set_from_address().
2014-08-28 15:11:17 +02:00
Jehan Monnier
272b40e149
make sure rtp port are released even in case of call error
2014-08-27 16:58:54 +02:00
Simon Morlat
69750c29f4
fix refcount of proxy config
2014-08-27 14:22:29 +02:00
Ghislain MARY
3d512a019c
Fix update of primary contact.
2014-08-22 14:47:45 +02:00
Ghislain MARY
aa5f676dcd
Improve fetching of the local IP to take into account the destination.
2014-08-21 17:51:01 +02:00
Simon Morlat
c68dd94acb
allow notification of registration_state_changed callback for removed proxy configs.
2014-08-21 17:01:55 +02:00
Simon Morlat
a53740de5f
fix call acceptance with policy test, by adding linphone_core_create_call_params().
2014-08-20 18:08:24 +02:00
Ghislain MARY
067c8a9527
For functions returning or taking an MSList as an argument, specify what the MSList contains in the documentation.
2014-08-14 14:44:59 +02:00
Simon Morlat
61d1f7b5de
allow fps change in linphone_core_update_call()
2014-08-13 19:25:33 +02:00
Ghislain MARY
31ab25d815
Handle PayloadType objects in the Python wrapper.
2014-08-13 16:10:48 +02:00
Ghislain MARY
efacfee3a3
Standardize user_data/user_pointer naming.
2014-08-13 14:28:48 +02:00
Simon Morlat
6b88923d4c
update ms2 for bugfixes, implement jitter buffer disablement
2014-08-11 22:17:13 +02:00
François Grisez
7d94757ac0
Enable openh264 plugins for the "Call recording tester"
2014-08-11 13:33:38 +02:00
François Grisez
f4dc674dc2
Enable openh264 plugin for "Call recording" test
2014-08-11 13:33:38 +02:00
Ghislain MARY
18ed8688b1
Add linphone_core_set_preferred_framerate() to the media_parameters documentation group.
2014-08-10 22:39:50 +02:00
Ghislain MARY
3e94f4d61a
Merge branch 'master' into dev_python
2014-08-07 16:11:16 +02:00
Ghislain MARY
367a02b95a
Correct handling of WINAPI families.
2014-08-07 16:10:08 +02:00
Ghislain MARY
574ed8e52b
Add API to activate the serialization of logs.
2014-08-06 10:53:05 +02:00
Simon Morlat
2b04532518
fix compilation error and fix bug when updating preview in linphone_core_set_preferred_video_size()
2014-08-06 17:27:34 +02:00
Ghislain MARY
b17cab312a
Output the logs from a single thread.
2014-08-05 16:18:43 +02:00
Guillaume BIENKOWSKI
b8c9c80934
enable no-rtp timeout for early media
2014-07-25 14:49:44 +02:00
Gautier Pelloux-Prayer
82ec76a4e1
Reuse previous nonce if outbound proxy realm is set to avoid reauthentication
2014-07-25 14:37:01 +02:00