Sandrine Avakian
710c416e0a
Merge commit '77913a3c5e3aace6ab48b78383c011d50c6bec3c' into dev_loc
...
# Conflicts:
# coreapi/bellesip_sal/sal_op_call.c
# coreapi/callbacks.c
# mediastreamer2
# oRTP
2017-04-04 14:50:10 +02:00
Sandrine Avakian
ca3e442d9f
Replacing most calls to sal_call_decline with sal_call_decline_with_error_info
2017-04-04 14:09:44 +02:00
Ghislain MARY
d5ba6a1bf8
Fix Python wrapper generation.
2017-04-04 11:42:31 +02:00
Simon Morlat
e0def942a9
Report call logs for calls aborted before they are notified to the application.
2017-04-03 15:31:13 +02:00
Sandrine Avakian
92c8c0e4da
First commit for decline call with reason header support
2017-04-03 14:31:53 +02:00
François Grisez
5a46392c98
Fix memory leak in C++ wrapper
2017-04-03 13:49:57 +02:00
François Grisez
351bb97027
Reworking of Liblinphone's API around payload types
2017-04-03 12:34:49 +02:00
Ghislain MARY
f40bc26db4
Fix build on Windows.
2017-03-31 17:06:25 +02:00
Ghislain MARY
60802389ba
Change the account creator API so that it is wrapper-friendly.
2017-03-31 11:52:26 +02:00
Ghislain MARY
548a81228f
Add definition of callbacks on the LinphoneCall object.
2017-03-30 15:40:33 +02:00
Sandrine Avakian
a7a1c181a1
Merge commit 'a620881569eecd0938bb4101224b4353d029c788' into dev_loc
2017-03-30 10:51:14 +02:00
Sandrine Avakian
db0191ec9e
Renaming functions :
...
-linphone_call_error_info_to_sal_op into linphone_error_info_to_sal as there is no LinponeCall object involved here.
- linphone_call_terminate_with_error into linphone_call_terminate_with_error_info
Fixes in linphone_call_terminate_with_error_info.
2017-03-30 10:47:42 +02:00
François Grisez
cc00059dcd
Prevent LinphoneAccountCreatorResponseCbs and LinphoneAccountCreatorRequestsCbs from wrapping
2017-03-29 14:39:53 +02:00
Ghislain MARY
a36cade084
Fix build with Clang on Linux.
2017-03-29 14:22:46 +02:00
Erwan Croze
ed9c2fd478
Changes in account_creator
...
-Add deprecated tag to domain and route function
-Add custom constructor for linphone account
2017-03-28 17:08:01 +02:00
Erwan Croze
d594898253
Some params name changes on account creator request engine
2017-03-28 17:08:01 +02:00
Erwan Croze
2482371bc4
Add account creator request engine + some changes
2017-03-28 17:08:01 +02:00
Erwan Croze
b41b920426
Refactoring of account creator + tester of account creator
2017-03-28 17:06:14 +02:00
François Grisez
ee5b550ecb
Linphone API: new functions to get port ranges
2017-03-28 16:48:46 +02:00
François Grisez
c724a3fb37
Fix several compilation warnings caused by newly deprecated functions
2017-03-28 08:51:35 +02:00
François Grisez
652f26cb81
Disable wrapping of functions or structs that are deprecated at that commit time
...
Also add compiler depecation tag on functions that are marked as
deperecated in their documentation.
2017-03-28 08:51:35 +02:00
François Grisez
f5269c919d
Add extern "C" block in im_encryption_engine.h
2017-03-28 08:51:35 +02:00
Ghislain MARY
e729b823d6
Add some accessors for the call stats.
2017-03-27 17:09:29 +02:00
Sandrine Avakian
281cabcf4f
Merge branch 'master' into dev_loc
...
# Conflicts:
# coreapi/error_info.c
2017-03-27 15:36:31 +02:00
Sandrine Avakian
ad337fffef
Adding new API int linphone_call_terminate_with_error_info(LinphoneCall *call, const LinphoneErrorInfo *ei) and other functions to handle RFC3326 reason header.
2017-03-27 15:27:42 +02:00
Ghislain MARY
1c104010f6
Add API and config parameter to define the echo canceller filter name to use.
2017-03-27 13:51:46 +02:00
Simon Morlat
130d471028
fix crash and memory leaks
2017-03-23 11:56:00 +01:00
Sandrine Avakian
6adccb389b
Merge branch 'master' into dev_loc
2017-03-23 11:41:21 +01:00
Sandrine Avakian
931a13df6c
Modifying linphone_core_notify_notify_presence_received and linphone_core_notify_notify_presence_received_for_uri_or_tel
...
to be public. Declaring them into core.h .
2017-03-23 11:26:44 +01:00
Simon Morlat
95098f055a
Make LinphoneErrorInfo a belle-sip object. Add new accessors, and make it able to take Reason headers in incoming requests (feature to be tested)
2017-03-22 14:45:24 +01:00
François Grisez
480724b1bb
Publish ref and unref functions of LinphoneAuthInfo
2017-03-17 16:41:20 +01:00
François Grisez
d62c40f04c
Based LinphoneInfoMessage on belle_sip_object_t
2017-03-17 16:41:20 +01:00
François Grisez
ac7bf95ea2
Based LinphoneConference and LinphoneConferenceParams on belle_sip_object_t
2017-03-17 16:41:20 +01:00
François Grisez
62c03843ff
Turn LinphoneTunnel into belle_sip_object_t
2017-03-17 16:41:20 +01:00
Ghislain MARY
c979eeaa34
Rework presence to remove online and offline virtual activities and introduce consolidated presence.
2017-03-17 14:51:23 +01:00
Sylvain Berfini
0e5b9bf3ff
Added missing doc for linphone_core_set_text_codecs
2017-03-15 17:35:27 +01:00
François Grisez
7d49d04548
C++ wrapper: fix wrapping of the 'number' property of LinphonePayloadType
2017-03-15 16:44:35 +01:00
Sylvain Berfini
bbcabe0eab
Fixed typo
2017-03-15 15:13:18 +01:00
Sylvain Berfini
83ecb1d1b7
Added getter for LinphoneCoreCbs callbacks
2017-03-15 15:01:35 +01:00
Sylvain Berfini
b35e24aad6
Fixed global state changed cb type in core.h
2017-03-14 11:33:45 +01:00
Sylvain Berfini
d5d0ed5056
Added callback setter for globalStateChanged
2017-03-14 10:05:31 +01:00
Ghislain MARY
467ec300e6
Fix API by adding missing const keywords.
2017-03-01 16:48:41 +01:00
Ghislain MARY
245f14e705
Remove wrong documentation.
2017-03-01 16:03:34 +01:00
Ronan Abhamon
8599aec3e5
add doc on lime functions/enums
2017-03-01 15:18:48 +01:00
Benjamin Reis
b18702cf9e
to_be_stored_api && do not filter SIP message notified to app
2017-02-28 17:00:29 +01:00
Ronan Abhamon
95664d6879
add doc on linphone_core_get_mtu & remove it in linphonecore.c
2017-02-23 16:44:51 +01:00
Sylvain Berfini
fc2e9efe81
Improved IM encryption engine API doc + added error log when invalid read
2017-02-21 11:05:02 +01:00
Ghislain MARY
5193bb34e1
Add API to resend a chat message that has not been delivered.
2017-02-21 10:52:17 +01:00
Sylvain Berfini
db1c043cd0
Improved IM encryption engine API
2017-02-21 10:26:33 +01:00
Ghislain MARY
35d9eeb152
The resources directories can now be defined at runtime.
2017-02-17 17:07:10 +01:00