Simon Morlat
3a3a5e478d
wrap DSCP API for java
2013-04-19 15:39:40 +02:00
Simon Morlat
1f9b0812a0
fix publish request, whose request uri must identify the resources for which the event is to be published.
2013-04-17 15:49:34 +02:00
Ghislain MARY
e2b864ace9
Set UTC time in received chat messages.
2013-04-12 10:26:57 +02:00
Simon Morlat
c06e9c7060
try to fix date issues
2013-04-11 16:38:19 +02:00
Ghislain MARY
dfb316ea7c
Add the linphone_core_new_with_config() function to instantiate a LinphoneCore given an already existing LpConfig.
...
This enables the creation of the LpConfig before creating the LinphoneCore.
It is useful on some systems to read some configuration parameters and perform some customization before creating the LinphoneCore.
The LpConfig can now also be created given a factory config filename using the new lp_config_new_with_factory() function.
2013-04-11 15:41:43 +02:00
Sylvain Berfini
7db6daa1f2
Merge branch 'master' of git://git.linphone.org/linphone
2013-04-11 14:34:49 +02:00
Sylvain Berfini
6bd36ceb66
Added GetTime method to LinphoneChatMessage java impl
2013-04-11 14:34:04 +02:00
Simon Morlat
8b0cd33557
fix bug when choosing SDP connection address
...
restore logs
2013-04-11 14:24:53 +02:00
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