Ghislain MARY
19495da6b9
Update ms2 submodule.
2013-04-25 10:54:29 +02:00
Simon Morlat
4de9a7f7e1
link to libxml2 statically (shared version not working with android-ndk-r8e)
2013-04-24 11:57:52 +02:00
Margaux Clerc
fcb7ec2b4b
update chat state message changed
2013-04-23 12:38:58 +02:00
Margaux Clerc
dee209f13b
Change the README for linphone desktop (linux)
2013-04-23 11:40:04 +02:00
Simon Morlat
933b6559b3
update ms2 and cleanup dead function
2013-04-22 23:11:35 +02:00
Ghislain MARY
18cdaef2e3
Add callbacks for audio (un)initialization in the echo canceller calibrator.
2013-04-23 10:48:17 +02:00
Ghislain MARY
91310ca98f
Improve echo canceller calibrator.
...
- Use the void source filter instead of the file player.
- Handle the number of channels.
2013-04-23 09:20:56 +02:00
Ghislain MARY
1d4f910cff
Oops... Forgot the lc parameter.
2013-04-22 13:11:27 +02:00
Ghislain MARY
93c48ae168
Save DTMFs settings immediately.
2013-04-22 12:57:44 +02:00
Johan Pascal
d09307827c
Typo in oRTP aac-eld payload type name
2013-04-22 11:26:57 +02:00
Johan Pascal
d14f627659
Add oRTP with aac-eld payload changes
2013-04-22 11:11:25 +02:00
Johan Pascal
bb255673e3
Rename aac-eld modes to 22k and 44k
2013-04-22 11:04:48 +02:00
Johan Pascal
cc671644be
Add aac-eld paylaod type to linphone core.
...
- add two configurations with their respective fmtp config string
2013-04-21 22:06:07 +02:00
Simon Morlat
ae4ad91a00
update ms2 (repair build)
2013-04-20 08:59:24 +02:00
Simon Morlat
94c6883b8b
update ms2 for ringstream bugfix
2013-04-19 16:53:12 +02:00
Simon Morlat
f0ac752704
fix crash in gtk chat
2013-04-19 15:44:12 +02:00
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
Simon Morlat
f8f00c09e3
fix memory leak in gtk
...
fix indentation (had spaces instead of tabs)
update ms2
2013-04-16 13:00:34 +02:00
Ghislain MARY
e2b864ace9
Set UTC time in received chat messages.
2013-04-12 10:26:57 +02:00
Jehan Monnier
7d4a50043e
fix various compilation issue
2013-04-12 08:58:57 +02:00
Sylvain Berfini
e31fbfa473
Fix java impl for LinphoneMessage.GetTime
2013-04-11 18:03:18 +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
Yann Diorcet
3ff0ef4d0a
Use static lib for xml2lpc and lpc2xml
2013-04-10 14:05:20 +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
Ghislain MARY
bf2d6d78ea
Update oRTP submodule.
2013-04-09 17:56:49 +02:00
Simon Morlat
d8aa6f93e4
add jni and java accessors for realtime late and loss rates
2013-04-09 15:52:30 +02:00
Margaux Clerc
739ef8bd42
french translation
2013-04-09 14:12:56 +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
Margaux Clerc
f9eae01a93
Updated translation file
...
Clear missed call
Add picture for unread messages
2013-04-09 10:52:21 +02:00
Yann Diorcet
fead587588
Fix upnp forgotten retain
2013-04-09 10:03:43 +02:00
Margaux Clerc
34c9550f0e
fix unread messages
2013-04-08 14:10:17 +02:00
Simon Morlat
c5f71d3e6f
update ms2 and ortp for call quality indicator improvements.
2013-04-08 13:56:44 +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
Yann Diorcet
aad536f02b
Don't include xml2lpc and lpc2xml in android.mk
2013-04-05 12:45:00 +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
Margaux Clerc
882622f1de
remove some features in the interface
...
change date
2013-04-04 17:07:37 +02:00
Yann Diorcet
12265257ed
Fix upnp binding loop when not getting provided port
2013-04-04 16:53:27 +02:00
Margaux Clerc
9e6bb9aff7
Fix tab click
2013-04-04 16:49:46 +02:00
Margaux Clerc
2499c3aa4f
Automatically adding friends in the address book
...
Display missed call in recent calls tab
Notification for chat message
2013-04-04 16:33:34 +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