Ghislain MARY
b9b283dcdb
Compile source files as C++.
2017-07-21 17:06:41 +02:00
Ghislain MARY
b7658734f0
Handle TTL in DNS responses.
2017-07-19 10:27:04 +02:00
Sylvain Berfini
5b09936389
Added missing group to LinphoneHeaders
2017-07-11 10:34:13 +02:00
Simon Morlat
e4149d19a8
Add LinphoneCall callback to be notified about ACKs, in order to be able to add custom headers in sent ACKs and read custom headers in received ACKs.
2017-06-26 22:49:15 +02:00
Jehan Monnier
88fe8d0044
make sure IP encryption Engine API can be used without needing to include any private headers
2017-06-26 15:21:43 +02:00
Sylvain Berfini
7647218252
Merge branch 'dev_continuous_bw_measurement'
2017-06-26 15:02:46 +02:00
Ghislain MARY
346e8ae92e
Fix wrapper generation for linphone_core_set_dns_servers() function.
2017-06-22 13:44:24 +02:00
Sylvain Berfini
36df948b23
Added expected_bandwidth parameter
2017-06-16 15:12:57 +02:00
Ghislain MARY
0e5f5378b5
Add missing symbol export.
2017-06-15 17:03:54 +02:00
Nicolas Follet
e3365011df
add getter of to address in linphoneCall which contains headers
2017-06-14 15:28:27 +02:00
Ronan Abhamon
28e6664aae
feat(core): wrap linphone_core_video_supported in C++
2017-06-12 14:16:27 +02:00
Simon Morlat
b6cecd507a
fix regression in remote provisioning (empty file was silently accepted)
2017-06-08 10:19:42 +02:00
Nicolas Follet
1e8abd208d
add uri header getter in LinphoneAddress
2017-06-07 17:32:29 +02:00
Ghislain MARY
e350d2cad2
Handle check for update.
2017-06-05 15:47:37 +02:00
Benjamin Reis
5d566fcc32
Add reason header to CANCEL and add tests for reason headers
2017-06-05 10:29:40 +02:00
Erwan Croze
4b648c1158
Use of BCTBX_NO_BREAK instead of LINPHONE_NO_BREAK
2017-05-31 15:25:47 +02:00
Erwan Croze
6ef2f2a96f
Fix LINPHONE_NO_BREAK definition
2017-05-30 16:43:47 +02:00
François Grisez
41a1f556e1
Add LINPHONE_NO_BREAK macro
...
This macro tells GCC that a 'break' statement has been deliberately
omitted in a switch block.
2017-05-30 14:21:30 +02:00
Sylvain Berfini
19a0bf173f
Added doc on linphone_call_get_authentication_token to wrap it
2017-05-30 11:54:05 +02:00
Ronan Abhamon
2b6bcbc7f4
fix(conference): wrap correctly `get_participants
2017-05-19 09:34:11 +02:00
Simon Morlat
3b0a9c0048
add new method to create a conference from a list of participants.
2017-05-15 18:06:47 +02:00
Simon Morlat
989da9f7e5
add documentation to public methods.
2017-05-10 18:02:15 +02:00
Jehan Monnier
bb29521ab0
add default values for nat policy in link with proxy config default values
2017-05-09 16:10:20 +02:00
Sylvain Berfini
1f94814f54
Moved donotwrap to correct place for CoreVTable
2017-05-09 12:29:50 +02:00
Sylvain Berfini
8f523677ea
Do not wrap CoreVTable related methods and classes
2017-05-09 12:15:21 +02:00
Ronan Abhamon
5fb392bccf
feat(friend): set_vcard should take a ref!
2017-05-09 10:28:02 +02:00
Ronan Abhamon
e112362041
feat(vcard): add a clone method
2017-04-28 16:14:53 +02:00
Erwan Croze
9d1bb6b6a8
Fix resend_message for wrapper
2017-04-26 17:06:29 +02:00
Ronan Abhamon
fa2dad63d4
fix(lpconfig): in linphone_config_load_from_xml_file, replace LpConfig by LinphoneConfig
2017-04-26 15:24:06 +02:00
Erwan Croze
b3df86baf2
Fix remote provisioning
2017-04-24 15:54:59 +02:00
Ghislain MARY
a17e2be2fa
The LinphonePlayer is now a belle_sip_object and is now wrappable.
2017-04-24 15:52:00 +02:00
François Grisez
a0aa795f63
Improve clarity of the documentation about LinphonePayloadType
...
As floating objects are automatically freed by the garbage collector
of bellesip, there is not need to unref PayloadType objects that have
been allocated on the fly by getters in LinphoneCore and LinphoneCallParams.
Then, the lines saying that the gotten LinphonePayloadType objects must be
freed after usage have been removed and there is no more reference to
the floating ref mechanisme as it is totally transparent for API users.
2017-04-24 15:20:03 +02:00
François Grisez
28b257a873
Improve documentation about LinphonePayloadType objects
2017-04-24 11:38:31 +02:00
Sylvain Berfini
47322a211d
Added a few missing getters for some properties
2017-04-21 17:34:02 +02:00
Erwan Croze
cc244afc08
Add new create proxy config in account creator
2017-04-21 14:01:15 +02:00
Erwan Croze
99aa481b51
Add new enum to account_creator
2017-04-21 11:10:39 +02:00
Erwan Croze
f144451342
Some change on Account_creator
2017-04-21 10:58:54 +02:00
Ghislain MARY
0442579dea
Add missing symbol exports.
2017-04-20 15:26:25 +02:00
Sylvain Berfini
e71cdfa713
Added getter/setter for LinphoneVideoActivationPolicy object
2017-04-20 11:38:37 +02:00
Ronan Abhamon
101adaeab8
feat(coreapi/linphonecore): provide a linphone_core_preview_ogl_render function
2017-04-19 17:00:16 +02:00
Sylvain Berfini
e7637881d0
Updated linphonecore_jni.cc to reflect latest changes made to LinphoneCallStats
2017-04-19 16:46:30 +02:00
Sylvain Berfini
83b94af9a4
LinphoneCallStats is now a belle_sip_object. BREAKS BINARY COMPATIBILITY
2017-04-19 16:17:51 +02:00
François Grisez
379a7df153
Add LINPHONE_DEPRECATED on functions which are marked as deprecated in their documentation
2017-04-19 15:04:37 +02:00
François Grisez
b10240dc49
Fix crash while parsing XML documentation
2017-04-19 15:04:37 +02:00
Ghislain MARY
4011283313
Add linphone_video_definition_clone().
2017-04-19 14:50:15 +02:00
Sylvain Berfini
68b4de89f1
Fixed linphone_transports_new method + created LinphoneVideoActivationPolicy to replace LinphoneVideoPolicy
2017-04-18 19:02:29 +02:00
Ghislain MARY
2780bb6905
Remove declaration of function that is not defined.
2017-04-18 18:14:06 +02:00
Sylvain Berfini
173ac0e665
Updated some tests in Register suite to use new LinphoneTransports object + Fixed wrapper generation for linphone_range_set/get_user_data methods
2017-04-18 18:07:50 +02:00
Ghislain MARY
21a04409aa
Fix automatic wrapper generation.
2017-04-18 18:02:34 +02:00
Sylvain Berfini
05b045cb67
Added missing set_user_data and get_user_data to LinphoneRange + created LinphoneTransports to replace LinphoneSipTransports
2017-04-18 17:43:36 +02:00