Commit graph

4726 commits

Author SHA1 Message Date
Simon Morlat
bcc1305863 fix x86_64 build 2017-04-06 17:23:03 +02:00
Ghislain MARY
c72fca8953 Improve linphone config handling to prevent useless config file rewrite. 2017-04-06 15:11:31 +02:00
Erwan Croze
a1fe7e4b04 Add linphone chat method resend to JNI 2017-04-06 14:04:25 +02:00
François Grisez
d8568491eb Add linphone_core_create_account_creator() 2017-04-06 12:02:03 +02:00
François Grisez
e8b4dd21ee Remove all calls to 'using namespace' from headers 2017-04-06 09:08:54 +02:00
Christophe Deschamps
dfca1faff4 Use default config settings (proxy_default_values) for default account creator constructor call back - linphone_account_creator_constructor_linphone 2017-04-06 09:01:54 +02:00
François Grisez
274ff16b41 Fix double free 2017-04-05 10:18:25 +02:00
Simon Morlat
0be4bb733a fix compilation with autotools 2017-04-04 14:39:46 +02:00
François Grisez
77913a3c5e Declare LinphoneTunnel_id 2017-04-04 14:23:26 +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
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
Simon Morlat
cd369a1ad6 fix Makefile.am 2017-03-31 14:55:23 +02:00
Ghislain MARY
b6e67b14cd Fix Android build. 2017-03-31 14:07:39 +02:00
Ghislain MARY
60802389ba Change the account creator API so that it is wrapper-friendly. 2017-03-31 11:52:26 +02:00
Jehan Monnier
18141ff1db make sure 00 are replaced by + only if proxy_config dial prefix is set 2017-03-30 17:04:06 +02:00
Ghislain MARY
548a81228f Add definition of callbacks on the LinphoneCall object. 2017-03-30 15:40:33 +02:00
Ghislain MARY
a36cade084 Fix build with Clang on Linux. 2017-03-29 14:22:46 +02:00
Erwan Croze
0878d89d62 Fix android log handler 2017-03-29 11:40:50 +02:00
Benjamin Reis
09f4e2324e Use correct macro __ios --> TARGET_OS_IPHONE 2017-03-29 10:52:56 +02:00
Erwan Croze
f23b1d3246 Fix Account creator JNI 2017-03-28 17:08:01 +02:00
Erwan Croze
f19b023f57 Fix Update_password function 2017-03-28 17:08:01 +02:00
Erwan Croze
927cd5fd68 Add missing function 2017-03-28 17:08:01 +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
a02b4c60ce Fix crash in linphone_proxy_config_normalize_sip_uri 2017-03-28 17:08:01 +02:00
Erwan Croze
48882eb92b Fix JNI + Account_creator 2017-03-28 17:08:01 +02:00
Erwan Croze
85c6355213 Add new implementation of acocunt creator to Java 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
1deaf92b67 Add new tests for account creator 2017-03-28 17:06:14 +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
64584409ae C++ wrapper: CMake scripts improvements 2017-03-28 16:48:46 +02:00
Jehan Monnier
9b236e535d avoid useless uri parsing when no presence model found for a friend 2017-03-28 15:49:51 +02:00
Jehan Monnier
0f08eba9cd switch linphone_address parsing to fast version of belle_sip_header_address 2017-03-28 10:20:17 +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
33d7528c13 Add a custom Doxygen command to notfy wrapper generators to do not wrap functions or structs 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
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
Jehan Monnier
a0aae6c83a fix group mode for cxx wrapper 2017-03-23 18:22:17 +01:00
Simon Morlat
130d471028 fix crash and memory leaks 2017-03-23 11:56:00 +01:00
Ghislain MARY
4ab81b467f Optimize call logs fetching. 2017-03-23 11:30:54 +01:00
Simon Morlat
c1434a3f7c fix crash in android version, optimize LinphoneCall.getCurrentParams() 2017-03-22 21:35:03 +01:00
Simon Morlat
7a5bfae02d add new test (that works) and deprecate LinphoneCall.getCurrentParamsCopy(). 2017-03-22 17:35:20 +01:00
Ghislain MARY
cb0f77fce2 Fix build on Windows. 2017-03-22 15:38:01 +01:00
Simon Morlat
1eba566506 fix compilation issue with last commit 2017-03-22 14:46:27 +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
Brieuc Viel
f74e37becf [Imdm] remover listener cleaning on delivered 2017-03-21 14:35:06 +01:00
Sandrine Avakian
9380f1c988 Merge branch 'master' of git.linphone.org:linphone
* 'master' of git.linphone.org:linphone:
  fix tunnel compilation
2017-03-20 14:52:23 +01:00
Sandrine Avakian
b54310bc3e Changing inappropriate variable name... 2017-03-20 14:49:28 +01:00