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
Erwan Croze
b41b920426
Refactoring of account creator + tester of account creator
2017-03-28 17:06:14 +02:00
Erwan Croze
54a0a0ff2f
Add account creator tester
2017-03-28 16:57:17 +02:00
François Grisez
91c0fc4a17
Fix a memory leak in "Remote conference" tests
2017-03-28 11:26:40 +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
Benjamin Reis
3ec8d3669d
Fix build issue
2017-03-24 15:57:58 +01:00
Sandrine Avakian
6adccb389b
Merge branch 'master' into dev_loc
2017-03-23 11:41:21 +01:00
Ghislain MARY
4ab81b467f
Optimize call logs fetching.
2017-03-23 11:30:54 +01:00
Simon Morlat
7a5bfae02d
add new test (that works) and deprecate LinphoneCall.getCurrentParamsCopy().
2017-03-22 17:35:20 +01:00
Simon Morlat
ca56844012
fix memory leaks
2017-03-22 15:01:47 +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
Sandrine Avakian
0009e277d7
Added linphone_call_set_params to modify SDP header and attributes.
...
Added linphone_call_get_params to get local call params used.
Added tests .
2017-03-20 14:14:43 +01:00
Ghislain MARY
a8418666e4
Fix deprecation warnings.
2017-03-20 11:15:26 +01:00
Ghislain MARY
6a9b199af6
Remove a lot of deprecation warnings.
2017-03-17 17:49:45 +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
François Grisez
72cfb8b49f
Add a test testing early-media calls with network changing
2017-03-14 12:55:10 +01:00
Ghislain MARY
46d894caf6
Use correct macro to detect Android build.
2017-03-08 13:12:02 +01:00
Ghislain MARY
c769c79878
Fix build with CMake Android toolchain.
2017-03-08 13:11:24 +01:00
Ghislain MARY
f122b8e78d
Use bc_apply_compile_flags from bctoolbox CMake utils.
2017-02-28 18:07:17 +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
Ghislain MARY
747d0843d4
Fix build on Windows 10.
2017-02-23 18:53:03 +01:00
Simon Morlat
280bd7f15c
add test for new rate control
2017-02-23 14:18:14 +01:00
Sylvain Berfini
264bd2b2dc
Added simple XOR IM Encryption Engine test/sample
2017-02-21 15:55:38 +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
Benjamin Reis
615f9d4e23
Send 200Ok to server if message we can't decrypt to avoid useless retransmission + adaptation of tests to this behavior
2017-02-20 11:19:47 +01:00
Benjamin Reis
0f45a2acee
Fix : presence re-created after network changes + corresponding test
2017-02-16 14:23:04 +01:00
Jehan Monnier
74a3277084
-enable g729 by default
...
-add useragent to remote provisioning http request
2017-02-13 16:27:23 +01:00
Simon Morlat
a45d9eec90
fix compilation issue.
2017-02-12 11:19:13 +01:00
Simon Morlat
0595f361fb
fix use of uninitalized value
2017-02-11 21:07:01 +01:00
Simon Morlat
78ef95a3e1
fix multiple compilation warnings and memory corruptions in recent commits.
2017-02-11 10:33:38 +01:00
Benjamin Reis
d1f7e4d7f5
Add friends_map_uri to LinphoneFriendList
2017-02-10 17:03:16 +01:00
Simon Morlat
97600a4bf2
Adapt some unstable tests.
2017-02-10 14:28:41 +01:00
Simon Morlat
669c3cee4e
Fix tests broken by the change of RTP symmetric policy.
2017-02-08 13:58:03 +01:00
Simon Morlat
bcae09e42e
Fix bug when setting up custom tone twice.
2017-02-07 11:51:45 +01:00
Simon Morlat
f37e3f5345
turn off symmetric RTP by default. Indeed, this creates problem if a late STUN packet arrives from a stun server after the audio or video stream are started, because all the flow will be directed to the stun server.
2017-02-07 11:08:02 +01:00
Simon Morlat
0a09b7c987
Set good bandwidth to use VGA with videotoolbox
2017-02-06 22:06:51 +01:00
Simon Morlat
9949784c2d
fix unreliable tests
2017-02-06 21:58:34 +01:00
Simon Morlat
23c34bc18f
make sure that rtp statistics reported from LinphoneCall are updated after a stream terminates, so that it really says the exact number of packets that were received and sent.
2017-02-05 21:12:13 +01:00
Simon Morlat
dbf7675070
fix compilation error without sqlite
2017-02-05 17:41:03 +01:00
Simon Morlat
a535162608
robustize tests
2017-02-05 12:17:23 +01:00