Commit graph

1718 commits

Author SHA1 Message Date
Benjamin Reis
6ffb8dbd31 allow different transports to a test 2017-05-23 09:58:11 +02:00
Benjamin Reis
8e6f7b0bc3 add multible publish aggregation test 2017-05-22 17:04:26 +02:00
Simon Morlat
38638e543d fix previous commit (was incomplete) 2017-05-19 11:18:22 +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
Ghislain MARY
8633c5b8b5 No longer add a suffix to the name of the libraries for Android. 2017-05-15 14:35:42 +02:00
Benjamin Reis
7c3f25b7fc add test in [Multi call] : [Do not stop ringing when declining one of two incoming calls] 2017-05-12 09:54:12 +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
Benjamin Reis
ca33437b36 change static lib to framework in ios build 2017-05-03 11:41:47 +02:00
Sylvain Berfini
4f791284a0 Updated CMakeLists to use ENABLE_ARCH_SUFFIX option 2017-05-02 17:39:13 +02:00
Sylvain Berfini
b7dc359f34 Removed useless logs in new test 2017-04-27 15:35:07 +02:00
Sylvain Berfini
e3bb754f2e Added test to check pause and remove from conference call 2017-04-27 15:34:14 +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
Simon Morlat
05a9cf1279 fix zrtp bug 2017-04-19 16:55:31 +02:00
Erwan Croze
e32dd9cf05 Fix account_creator and account_creator_tester 2017-04-19 16:49:08 +02:00
Sylvain Berfini
83b94af9a4 LinphoneCallStats is now a belle_sip_object. BREAKS BINARY COMPATIBILITY 2017-04-19 16:17:51 +02:00
Sylvain Berfini
68b4de89f1 Fixed linphone_transports_new method + created LinphoneVideoActivationPolicy to replace LinphoneVideoPolicy 2017-04-18 19:02:29 +02:00
Sylvain Berfini
31cc2ad6e1 Updated two more tests in Register suite to test linphone_core_get_transports and linphone_core_get_transports_used 2017-04-18 18:27:41 +02:00
Sylvain Berfini
ec5eb75511 Fixed leak of LinphoneTransports in Register tester 2017-04-18 18:15:13 +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
Sylvain Berfini
cbd6248ea0 Fixed tester compilation 2017-04-18 17:49:54 +02:00
Erwan Croze
59c56393f6 Add new rcfile for test 2017-04-18 17:39:20 +02:00
Sylvain Berfini
be66a259ae Deprecated LinphoneIntRange, replaced by LinphoneRange 2017-04-18 16:43:15 +02:00
Johan Pascal
5ff61484ea improve zrtp cache migration test 2017-04-17 11:56:25 +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
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
Benjamin Reis
0f1ac2a7ac Add an assert in Early cancelled call 2017-04-14 11:27:28 +02:00
Simon Morlat
d2925edca5 Merge remote-tracking branch 'origin/dev_loc' 2017-04-13 16:51:26 +02:00
Benjamin Reis
67f5e91a41 add Transcoder Tester 2017-04-13 11:17:09 +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
Ghislain MARY
44b2f6ada7 Fix call logs read from database clearing in migration process. 2017-04-11 10:41:16 +02:00
Sandrine Avakian
95387d3785 Fixes with reason header call decline. 2017-04-07 14:43:24 +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
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
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
Simon Morlat
cd369a1ad6 fix Makefile.am 2017-03-31 14:55:23 +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
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
Ghislain MARY
a36cade084 Fix build with Clang on Linux. 2017-03-29 14:22:46 +02:00
Erwan Croze
2a4a17bffb Add account_creator_rc file to CMakelists and makefile 2017-03-29 13:24:12 +02:00
Erwan Croze
86e8c8f9f0 Fix account_creator tests server 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