Commit graph

4632 commits

Author SHA1 Message Date
Ghislain MARY
eab4eadebd Fix resources paths issues. 2017-02-24 13:50:54 +01:00
Ghislain MARY
c02b16ddcd Add missing symbol export. 2017-02-24 13:50:46 +01:00
Ghislain MARY
747d0843d4 Fix build on Windows 10. 2017-02-23 18:53:03 +01:00
Ronan Abhamon
95664d6879 add doc on linphone_core_get_mtu & remove it in linphonecore.c 2017-02-23 16:44:51 +01:00
Ronan Abhamon
75578c8c62 add doc on linphone_core_get_mtu 2017-02-23 16:39:32 +01:00
Sylvain Berfini
fc2e9efe81 Improved IM encryption engine API doc + added error log when invalid read 2017-02-21 11:05:02 +01:00
Ghislain MARY
29b27b752c Fix compilation issue. 2017-02-21 10:56:58 +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
Ghislain MARY
87cfca94b5 Fix build with disabled video. 2017-02-21 10:50:22 +01:00
Sylvain Berfini
db1c043cd0 Improved IM encryption engine API 2017-02-21 10:26:33 +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
Ghislain MARY
35d9eeb152 The resources directories can now be defined at runtime. 2017-02-17 17:07:10 +01:00
Sylvain Berfini
a4627732a7 Use list pointer directly 2017-02-17 17:01:04 +01:00
Benjamin Reis
b95d637c25 Better management of friends_map_uri 2017-02-17 16:47:19 +01:00
Benjamin Reis
376f8ead9c add alais address to firend amp 2017-02-16 16:30:56 +01:00
Benjamin Reis
0f45a2acee Fix : presence re-created after network changes + corresponding test 2017-02-16 14:23:04 +01:00
Benjamin Reis
1052d9fe49 Use relative Xpath to parse only XMLLine with presence 2017-02-14 11:57:46 +01:00
Ghislain MARY
66cf0b624c Perform an ICE reset instead of an ICE restart when recovering from a connection loss (it has the effect to also clear the previous local candidates). 2017-02-14 11:51:19 +01:00
Benjamin Reis
8c1f7104f0 Fix linphone_chat_message_is_read in case im_notif_policy is changed 2017-02-14 10:36:52 +01:00
Ghislain MARY
b20343c440 Fix linphone_chat_message_is_read() according to IM notif policy. 2017-02-14 10:14:52 +01:00
Jehan Monnier
74a3277084 -enable g729 by default
-add useragent to remote provisioning http request
2017-02-13 16:27:23 +01:00
Ghislain MARY
e53d4cf70d Improve API so that it is more object-oriented. 2017-02-13 16:18:37 +01:00
Benjamin Reis
7276f565f2 tempoarily change linphone_chat_message_is_read 2017-02-13 13:28:38 +01:00
Benjamin Reis
0263048643 Fix crash : do not search a LinphoneFriend by a NULL address 2017-02-13 12:18:39 +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
7055204182 remove useless logs 2017-02-10 17:13:52 +01:00
Benjamin Reis
d1f7e4d7f5 Add friends_map_uri to LinphoneFriendList 2017-02-10 17:03:16 +01:00
Simon Morlat
ef8b319a82 fix compilation without vcard 2017-02-08 17:14:32 +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
b551bb92cd fix warnings 2017-02-08 09:12:52 +01:00
Simon Morlat
7a13e47f69 fix double definition of linphone_factory_create_vcard() 2017-02-08 09:06:10 +01:00
Simon Morlat
cf49dc437c fix various problems with the handling of LinphoneCallStats in JNI wrapper. 2017-02-07 21:06:00 +01:00
Ghislain MARY
612e63f684 Fix build on Windows. 2017-02-07 18:14:30 +01:00
Ghislain MARY
cd4870d5ad Some refactoring to have a more object-oriented API. 2017-02-07 15:32:42 +01:00
Simon Morlat
ebf1760947 add new function to get stream stats 2017-02-07 13:58:15 +01:00
Ronan Abhamon
f4d1fd0fe7 Merge branch 'master' of git.linphone.org:linphone 2017-02-07 12:39:27 +01:00
Ronan Abhamon
51dca644ba use MS_OGL_RENDER instead of MS_VIDEO_DISPLAY_CALL_GENERIC_RENDER in linphone_call_ogl_render 2017-02-07 12:39:02 +01:00
Simon Morlat
2e9a01885e factorize code and clean strangely designed functions. 2017-02-07 12:36:28 +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
9949784c2d fix unreliable tests 2017-02-06 21:58:34 +01:00
Simon Morlat
9bb4a2a4c1 fix lime declaration inconsistency 2017-02-06 13:24:23 +01:00
Simon Morlat
1121e07313 stop pending file transfers when entering linphone_core_destroy(). 2017-02-06 11:44:49 +01:00
Johan Pascal
bced2b3534 Lime key validity gets easier config file setting
- can use expression like 1W, 2M or 3d instead of number of seconds
2017-02-06 14:39:14 +07:00
Johan Pascal
1841b4222e update to new get current time API in bctoolbox 2017-02-06 09:40:39 +07: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
a366c02623 add missing stub 2017-02-05 17:37:11 +01:00
Simon Morlat
fa21f35941 fix enablement of advanced rate control 2017-02-05 17:12:01 +01:00
Simon Morlat
fe51a7bb48 fix compilation errors when compiling without lime 2017-02-05 12:27:51 +01:00
Johan Pascal
d0222b5a87 Manage LIME key expiration date 2017-02-05 15:33:12 +07:00