Commit graph

4428 commits

Author SHA1 Message Date
Erwan Croze
a87a9ecd45 Add new createFriend method for LinphoneCore to avoid crash if LinphoneFriend is not link with a LinphoneCore 2016-11-25 16:03:20 +01:00
Simon Morlat
d08be6e6c7 Fixes an issue where a stream that is removed can no longer be processed by mediarelay module of flexisip.
This is because of the a=nortpproxy that is set globally in session, that prevents Flexisip to be aware that the stream was set inactive.
2016-11-23 10:39:32 +01:00
Ghislain MARY
b15e3e8bdd Allow transfer of ongoing call to an other call that is in the ringing state. 2016-11-22 17:56:49 +01:00
Sylvain Berfini
80ed7e6b10 Added simple method to set Android context in java class by C code 2016-11-18 17:29:14 +01:00
Sylvain Berfini
b7289326db Added JNI method to easily set Android log handler 2016-11-18 16:27:27 +01:00
Simon Morlat
8660efcfad add new tests in Flexisip suite in order to test that flexisip properly accept and reject clients using TLS client based authentication. 2016-11-17 15:03:05 +01:00
Ghislain MARY
1f5cf60531 Fix Android build with moved header files. 2016-11-17 10:37:18 +01:00
Ghislain MARY
a44a98d6dd Fix make distcheck. 2016-11-16 14:20:01 +01:00
Benjamin Reis
619f7bffd4 change include in ringtoneplayer_ios.h 2016-11-16 11:20:03 +01:00
Ghislain MARY
b9749a98a1 Fixes for build with autotools. 2016-11-16 10:12:10 +01:00
Ghislain MARY
4750de3a23 Some more header inclusion fix. 2016-11-16 09:18:10 +01:00
Ghislain MARY
a584db8606 Fix some header inclusions. 2016-11-16 09:14:48 +01:00
Jehan Monnier
b8c40dc110 improve friend.find_presence_model_for_uri_or_tel, fix core.interpretUrl to normalize both phones and usernames 2016-11-16 09:04:57 +01:00
Ghislain MARY
07f8f0ac8e ringtoneplayer.h needs to be public. 2016-11-15 15:56:57 +01:00
Ghislain MARY
5c1d7a5fa3 Fix build with moved header files. 2016-11-15 14:54:00 +01:00
Ghislain MARY
33b72ce6b5 Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
François Grisez
a14a8f9f21 Switch the unown parameter to FALSE in the declaration of LinphoneFriendList
That commit doesn't fix anything but it is a better way to have
LinphoneFriendList objects created with a refcount to 1 systematically.
2016-11-15 13:56:38 +01:00
Jehan Monnier
9757d69c1b Only allows use of Simple adaptive rate algorithm 2016-11-15 13:34:27 +01:00
Jehan Monnier
de4b77f54e make sure normalized phone numbers are computed for each new subscription to take into account potentiel proxy config changes. 2016-11-15 09:27:02 +01:00
Simon Morlat
491c4d99e7 fix accidental startup of video preview when setting the preferred video size 2016-11-14 14:33:53 +01:00
Simon Morlat
a961d2771b fix potential crash when DONTBIND transports are configured. 2016-11-10 11:33:18 +01:00
Ghislain MARY
8b1d320feb Fix crash in VCard testers on Windows. 2016-11-09 17:06:16 +01:00
Ghislain MARY
fef54c658d Memory leak fixes. 2016-11-08 17:33:03 +01:00
Erwan Croze
a988e996ca Add JNI for update password 2016-11-08 15:56:35 +01:00
Benjamin Reis
4749f195b8 right way to do the callbacks 2016-11-08 11:16:26 +01:00
Benjamin Reis
eb35e05943 add callbacks to previsous commit 2016-11-08 10:51:57 +01:00
Benjamin Reis
a95e3ce0fe Change your password in linphone settings 2016-11-08 10:33:46 +01:00
Erwan Croze
3bc59a20c7 Add synchronize to add and remove listener method 2016-11-04 17:00:13 +01:00
Simon Morlat
48d88e2ab8 fix bad subject and update ms2 for ICE bugfix 2016-11-04 15:27:57 +01:00
Simon Morlat
df5339911d fix bug resulting in LinphoneFriend's main sip address not being updated. 2016-11-04 11:36:19 +01:00
Simon Morlat
a567e95ee1 fix compilation errors on windows 2016-11-04 10:33:47 +01:00
Jehan Monnier
2504ad8379 fix c90 compilation issue 2016-11-04 09:29:57 +01:00
Jehan Monnier
42ad4a004e fix compilation issue 2016-11-04 09:12:35 +01:00
Jehan Monnier
5762a1e94d replace strnstr by strstr because more portable 2016-11-04 08:49:45 +01:00
Simon Morlat
64ac0d5081 If multicast is used, create RTP socket with the same address familly as the multicast address, in order to workaround issues with dual stack sockets and multicast, especially on mac os. 2016-11-03 22:58:44 +01:00
Jehan Monnier
1e0661a268 fix linphone_proxy_config_normalize_number for better optionnal num part handling 2016-11-03 17:30:01 +01:00
Ghislain MARY
8aa52c36a9 Prevent useless DNS resolution of STUN server. 2016-11-03 11:11:04 +01:00
Simon Morlat
3c3cb9f1cf fix compilation error 2016-11-03 09:43:47 +01:00
Ghislain MARY
ce1955ff05 Revert "Fix possible leak of STUN resolver context."
This reverts commit a2318062c5.
2016-11-02 17:06:13 +01:00
Ghislain MARY
a2318062c5 Fix possible leak of STUN resolver context. 2016-11-02 16:49:37 +01:00
Ghislain MARY
cdb72ebf7d Fix call recovery testers that were failing when run one after an other. 2016-11-02 16:12:16 +01:00
Sylvain Berfini
7fb33e2fa3 Fix account_creator_is_account_linked not being used error 2016-10-26 15:51:41 +02:00
Ghislain MARY
85ffd1e592 Fix build of Python module + fix memory leak of bctbx_list_t objects in the wrapper. 2016-10-26 15:49:10 +02:00
Ghislain MARY
452d66e06d Add an error log when parsing of an ICE candidate in the SDP fails. 2016-10-25 11:05:54 +02:00
Ghislain MARY
b6d9baff92 No longer access dblk_t fields directly. 2016-10-24 16:51:51 +02:00
Ghislain MARY
cadf505786 Add specific callback to perform action (in this case re-INVITE) on cancel response. 2016-10-24 14:27:45 +02:00
François Grisez
e310831d7d Fix build issue in JNI wrapper 2016-10-24 14:14:50 +02:00
Sylvain Berfini
3ff8a88a1e Updated linphone_friend_get_addresses to return a const list that doesn't have to freed after 2016-10-24 12:09:14 +02:00
Simon Morlat
a3e599b438 fix crash when not building with vcard 2016-10-22 10:33:08 +02:00
Simon Morlat
008892b9b4 fix memory leak and compilation issue 2016-10-21 21:48:18 +02:00