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
Erwan Croze
59c56393f6
Add new rcfile for test
2017-04-18 17:39:20 +02:00
Erwan Croze
be6603fd94
Add new xml file loading for dynamic conf
2017-04-18 17:39:20 +02:00
Ghislain MARY
f5c41494d3
Add new LinphoneVideoDefinition object and deprecate API functions handling MSVideoSize structures.
2017-04-18 17:37:35 +02:00
Sylvain Berfini
be66a259ae
Deprecated LinphoneIntRange, replaced by LinphoneRange
2017-04-18 16:43:15 +02:00
Johan Pascal
47485efe7c
linphone_core_get_zrtp_secrets_file is back
2017-04-18 21:38:18 +07:00
Johan Pascal
313b60c004
zid cache migration moved to bzrtp lib
...
- cache migration is now performed in place not to another file
- tester of the migration needs to be fixed
2017-04-16 18:11:09 +07:00
Simon Morlat
c244261bd6
Merge branch 'master' of git.linphone.org:linphone
2017-04-14 15:55:50 +02:00
Sylvain Berfini
1877a93662
Simplified LinphoneAudioRouteEnum to please the wrapper generator
2017-04-14 15:33:28 +02:00
Simon Morlat
7f57f6828c
merge branch with reason header support and new ErrorInfo features.
...
Add JNI and java interfaces. Fix issues.
2017-04-14 15:28:58 +02:00
Ronan Abhamon
8c143958f3
feat(core): wrap linphone_core_clear_all_auth_info
2017-04-14 09:27:39 +02:00
François Grisez
408da4db34
Declared the return type of functions returning an error code as LinphoneStatus
2017-04-13 17:00:23 +02:00
Simon Morlat
d2925edca5
Merge remote-tracking branch 'origin/dev_loc'
2017-04-13 16:51:26 +02:00
François Grisez
69e19e22b7
Change declaration of LinphoneStatus from enum to typedef
2017-04-13 15:23:21 +02:00
François Grisez
b8d8eac32f
Make linphone_presence_model_set_basic_status() uses LinphoneStatus for its status code
2017-04-13 12:12:03 +02:00
François Grisez
f4e6919c58
Add an enum for status code returned by functions
2017-04-13 12:12:03 +02:00
Sandrine Avakian
34c276541e
Renaming linphone_call_decline_with_error into linphone_call_decline_with_error_info
2017-04-12 10:35:32 +02:00
Sandrine Avakian
0024fab59d
Merge branch 'master' into dev_loc
2017-04-11 13:29:35 +02:00
Sandrine Avakian
64a18a5b23
Documenting functions
2017-04-11 13:28:47 +02:00
Ronan Abhamon
fc12b101a8
feat(account_creator): provide a reset function
2017-04-10 13:35:11 +02:00
Jehan Monnier
6f3270f4e4
Merge remote-tracking branch 'origin/sqlzidcache'
2017-04-10 11:15:13 +02:00
Ghislain MARY
c72fca8953
Improve linphone config handling to prevent useless config file rewrite.
2017-04-06 15:11:31 +02:00
Sandrine Avakian
9d6f6f6651
Merge branch 'master' into dev_loc
2017-04-06 15:02:43 +02:00
François Grisez
d8568491eb
Add linphone_core_create_account_creator()
2017-04-06 12:02:03 +02:00
Sandrine Avakian
5f084675bd
remove unused variable in tests.
...
Moving function for api to error_info.h
2017-04-06 11:27:54 +02:00
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
Johan Pascal
9368df7238
Merge branch 'master' into sqlzidcache
...
# Conflicts:
# mediastreamer2
2017-04-04 09:57:35 +07: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
Johan Pascal
fcc61d1aa5
Switch to sql based zrtp/lime cache
...
Warning: no migration from old xml cache provided yet
2017-04-01 11:05:08 +07: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