Commit graph

1298 commits

Author SHA1 Message Date
Ghislain MARY
bf082a2db5 Fix compilation. 2013-04-10 09:20:13 +02:00
Ghislain MARY
3d9d596202 Fix compilation (missing }). 2013-04-09 18:25:19 +02:00
Ghislain MARY
9bf2104524 Change API to set log handler and log level.
- Deprecate linphone_core_enable_logs(),
  linphone_core_enable_logs_with_cb() and linphone_core_disable_logs() functions.
- Introduce linphone_core_set_log_handler(), linphone_core_set_log_file() and linphone_core_set_log_level() functions.
2013-04-09 18:07:53 +02:00
Simon Morlat
d8aa6f93e4 add jni and java accessors for realtime late and loss rates 2013-04-09 15:52:30 +02:00
Simon Morlat
99f6bdec72 improve call quality indicator (takes into account video)
add accessors to late and loss rate in LinphoneCallStats.
2013-04-09 14:06:51 +02:00
Yann Diorcet
fead587588 Fix upnp forgotten retain 2013-04-09 10:03:43 +02:00
Margaux Clerc
542a84503c change unread messages picture
chnage time for time change
2013-04-08 12:59:42 +02:00
Simon Morlat
ec1d4483a9 set mtu to 1300 because mtu detection is absolutely not reliable.
This is making a lot of problems with video packets especially.
2013-04-05 18:24:52 +02:00
Simon Morlat
43e311b769 fix sending of PUBLISH requests (was not set to the proxy address actually) 2013-04-05 12:16:05 +02:00
Yann Diorcet
12265257ed Fix upnp binding loop when not getting provided port 2013-04-04 16:53:27 +02:00
Jehan Monnier
6f1ca06a9f fix compilation issue 2013-04-04 08:23:33 +02:00
Jehan Monnier
08b6f466a0 javadoc enhancements 2013-04-03 18:16:13 +02:00
Ghislain MARY
63117d28af Use correct mode parameter to fopen() call ("r+" instead of "rw"). 2013-04-02 15:41:14 +02:00
Yann Diorcet
02ce52650c Allow uPnP 1.0 uuid 2013-04-02 15:23:29 +02:00
Simon Morlat
6d4297bb46 use git describe --always 2013-03-27 20:05:25 +01:00
Margaux Clerc
8aea715e6f menu in call log view with call, chat and add contact 2013-03-27 09:23:40 +01:00
Jehan Monnier
5cff1fa5b1 fix compilation issue with upnp 2013-03-26 09:13:46 +01:00
Sylvain Berfini
939c0f4ce0 Revert "Send ZRTP hello hash in SIP SDP."
This reverts commit 71f31347fc.

Conflicts:
	coreapi/linphonecall.c
	mediastreamer2
2013-03-22 16:34:09 +01:00
Simon Morlat
606d3c0a25 fix again 2013-03-22 11:00:23 +01:00
Simon Morlat
b37cdb6783 fix previous commit. 2013-03-22 10:58:25 +01:00
Simon Morlat
2aba9114a4 change the way local interface is searched. 2013-03-22 10:56:44 +01:00
Simon Morlat
7fe41ec081 fix crash related to zrtp hello hash when adding video 2013-03-21 11:15:11 +01:00
Ghislain MARY
0466c94986 Do not define a variable in the middle of a block of code. 2013-03-20 15:48:48 +01:00
Margaux Clerc
22481072a4 Merge branch 'master' of git.linphone.org:linphone 2013-03-20 12:37:38 +01:00
Margaux Clerc
a4cc7689c6 add number of unread messages 2013-03-20 12:36:12 +01:00
Simon Morlat
da9ed56491 fix mis-use of update_call in linphonec. 2013-03-19 12:19:01 +01:00
Guillaume Beraudo
1b7ed3a9c4 Send ZRTP hello hash in SIP SDP. 2013-03-18 15:58:05 +01:00
Ghislain MARY
42f23a4d6c Do not create ICE check list for non-active streams.
It may lead to some crashes if a check list exists for a non-active stream.
2013-03-15 16:03:32 +01:00
Ghislain MARY
992ff8dd1d Fix bug with the keywordcmp macro.
This macro was supposed to be passed a string literal as first argument but was used with a string pointer sometimes.
2013-03-15 10:19:41 +01:00
Simon Morlat
e1552ee1ee add automatic tone user indications 2013-03-14 13:27:53 +01:00
Yann Diorcet
7a453c5935 Add rtp config for disabling upnp for rtp streams 2013-03-13 10:20:59 +01:00
Yann Diorcet
62e58cd961 Fix previous commit 2013-03-12 12:59:43 +01:00
Yann Diorcet
be455ac57f Fix bug in upnp string compare function 2013-03-12 12:50:35 +01:00
Jehan Monnier
d8612c0bc7 full LinphoneAuthInfo impl for Android 2013-03-11 16:57:16 +01:00
Simon Morlat
42ab420ce6 clean message storage API
relax requirement for sqlite3
2013-03-09 10:37:29 +01:00
Yann Diorcet
4542532cd2 uPnP support network changes 2013-03-08 12:24:48 +01:00
Margaux Clerc
33e6655152 history chat delete
update README for macos
2013-03-07 16:13:15 +01:00
Margaux Clerc
c62f68350d add message storage 2013-03-07 12:19:28 +01:00
Jehan Monnier
25f5efc08a linphone_call_log_video_enabled, update MS2 to fix IOS display orientation for Linphone iOS branch 1.x 2013-03-06 14:27:11 +01:00
Yann Diorcet
83d18a8fcf Update upnp call stats on session destruction 2013-03-06 11:36:46 +01:00
Ghislain MARY
264a6ac3aa Fix one more possible crash in TunnelManager if the ip address is NULL. 2013-03-04 11:13:14 +01:00
Yann Diorcet
1687ceb442 Fix pthead_cond/ms_cond error 2013-02-28 11:05:51 +01:00
Yann Diorcet
1a5169a147 uPnP improvements
Fix mutex lock in the destructor
Add firewall commands in console
2013-02-28 10:44:32 +01:00
Jehan Monnier
936ec61f40 call->audio_bw should be rouded to the upper value 2013-02-26 17:29:28 +01:00
Simon Morlat
4ff35a87df fix offer answer bug when counting active streams. 2013-02-25 17:44:51 +01:00
Yann Diorcet
db009da1d2 uPnP add nullity checks 2013-02-25 15:00:45 +01:00
Yann Diorcet
3ba2e1af0c Fix proxy update when using uPnP 2013-02-25 11:32:27 +01:00
Yann Diorcet
a30721377a Fix uPnP context destroy 2013-02-25 10:37:01 +01:00
Simon Morlat
a8f757be70 fix crash in coreapi 2013-02-22 22:18:31 +01:00
Simon Morlat
0b9b574db7 add conference recording API. 2013-02-22 21:28:31 +01:00