Commit graph

10465 commits

Author SHA1 Message Date
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
Ghislain MARY
145b15c271 Fix missing variable initialization. 2017-04-11 11:47:49 +02:00
François Grisez
aad3b7e30b Fix bad call duration computation when the call has not passed by the Connected state 2017-04-11 11:17:23 +02:00
Ghislain MARY
44b2f6ada7 Fix call logs read from database clearing in migration process. 2017-04-11 10:41:16 +02:00
Erwan Croze
1dbb7f5409 Add new call status "EarlyAborted" 2017-04-10 13:42:51 +02:00
Ronan Abhamon
a3fbb53b24 feat(account_creator): set_email deals with undefined email 2017-04-10 13:40:46 +02:00
Ronan Abhamon
fc12b101a8 feat(account_creator): provide a reset function 2017-04-10 13:35:11 +02:00
Jehan Monnier
b1ec18f963 Merge branch 'master' of git.linphone.org:linphone 2017-04-10 11:18:02 +02:00
Jehan Monnier
6f3270f4e4 Merge remote-tracking branch 'origin/sqlzidcache' 2017-04-10 11:15:13 +02:00
Simon Morlat
cc08579621 avoid strcpy() 2017-04-07 14:58:47 +02:00
Sandrine Avakian
95387d3785 Fixes with reason header call decline. 2017-04-07 14:43:24 +02:00
Ghislain MARY
bfcda8ef5d Fix build on Windows. 2017-04-07 14:20:16 +02:00
Brieuc Viel
3bd323bec3 [JNI] remove listener unregistration on LinphoneMessageState = NotDelivered 2017-04-07 10:48:56 +02:00
François Grisez
cb4fcaeb31 Remove lp-gen-wrapper from the RPM spec file 2017-04-07 09:08:36 +02:00
François Grisez
1cf6885446 Disable the compilation of lp-gen-wrapper with autotools 2017-04-06 17:34:59 +02:00
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
Sandrine Avakian
9d6f6f6651 Merge branch 'master' into dev_loc 2017-04-06 15:02:43 +02:00
Erwan Croze
a1fe7e4b04 Add linphone chat method resend to JNI 2017-04-06 14:04:25 +02:00
Erwan Croze
ed813724f7 Fix wakelock possible leak in android on Linphone destroy 2017-04-06 12:10:06 +02:00
François Grisez
d8568491eb Add linphone_core_create_account_creator() 2017-04-06 12:02:03 +02:00
Sandrine Avakian
f3bd0a7272 Forgotten file from previous commit. 2017-04-06 11:38:30 +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
François Grisez
13b127caa2 C++ wrapper: systematically include object.hh in each generated header file 2017-04-06 11:01:04 +02:00
Johan Pascal
10090bd63c update ortp 2017-04-06 14:16:20 +07: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
Johan Pascal
1e105aec71 update ms2 2017-04-06 13:19:19 +07:00
Johan Pascal
e9a458d9ae update mediastreamer2 and oRTP 2017-04-06 10:50:44 +07:00
Ghislain MARY
e4f3a9a56b Support C++ wrapper generation with Python 3. 2017-04-05 17:41:30 +02:00
Sandrine Avakian
a5ffae6b03 Fixing errors in linphone_error_info_set parameter usage induced by merge from master. 2017-04-05 16:19:26 +02:00
François Grisez
274ff16b41 Fix double free 2017-04-05 10:18:25 +02:00
François Grisez
3773668d8a Fix Java headers generation 2017-04-04 14:56:17 +02:00
Sandrine Avakian
9e9ec48ced removing ortp 2017-04-04 14:54:47 +02:00
Sandrine Avakian
3ce2f574a4 Merge branch 'master' into dev_loc 2017-04-04 14:54:04 +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
Simon Morlat
0be4bb733a fix compilation with autotools 2017-04-04 14:39:46 +02:00
Jehan Monnier
c78fa631f1 Update media streamer and ortp 2017-04-04 14:35:23 +02:00
François Grisez
77913a3c5e Declare LinphoneTunnel_id 2017-04-04 14:23:26 +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
Jehan Monnier
013ba62731 remove oRTP & mediastreamer2 from cache 2017-04-04 11:21:40 +02:00
Jehan Monnier
b7365476be remove both mediastreamer2 and ortp submodule 2017-04-04 10:11:59 +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
Johan Pascal
f7cc053004 Add xml to sql zrtp/lime cache migration 2017-04-03 18:22:39 +07:00
François Grisez
54cb45b248 Update oRTP 2017-04-03 13:04:17 +02:00