Commit graph

1310 commits

Author SHA1 Message Date
Ghislain MARY
f429ce65eb Oops... Forgot the lc parameter. 2013-04-22 13:11:27 +02:00
Ghislain MARY
70b92a72d8 Save DTMFs settings immediately. 2013-04-22 12:57:44 +02:00
Johan Pascal
40511edc2c Rename aac-eld modes to 22k and 44k 2013-04-22 11:04:48 +02:00
Johan Pascal
99e73613bd 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
846d2c57af wrap DSCP API for java 2013-04-19 15:39:40 +02:00
Simon Morlat
bf492b4278 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
5ddf9069f0 Set UTC time in received chat messages. 2013-04-12 10:26:57 +02:00
Simon Morlat
6a9dafbb64 try to fix date issues 2013-04-11 16:38:19 +02:00
Ghislain MARY
8563691595 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
0dadf758c3 Merge branch 'master' of git://git.linphone.org/linphone 2013-04-11 14:34:49 +02:00
Sylvain Berfini
a3e275c126 Added GetTime method to LinphoneChatMessage java impl 2013-04-11 14:34:04 +02:00
Simon Morlat
0fa5d7c73b fix bug when choosing SDP connection address
restore logs
2013-04-11 14:24:53 +02:00
Ghislain MARY
f497147309 Fix compilation. 2013-04-10 09:20:13 +02:00
Ghislain MARY
c764afab71 Fix compilation (missing }). 2013-04-09 18:25:19 +02:00
Ghislain MARY
f0136172b0 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
374f170fb2 add jni and java accessors for realtime late and loss rates 2013-04-09 15:52:30 +02:00
Simon Morlat
9f58698136 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
9b7ac9b793 Fix upnp forgotten retain 2013-04-09 10:03:43 +02:00
Margaux Clerc
03734b6bf5 change unread messages picture
chnage time for time change
2013-04-08 12:59:42 +02:00
Simon Morlat
fe1f627232 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
622c8f30d2 fix sending of PUBLISH requests (was not set to the proxy address actually) 2013-04-05 12:16:05 +02:00
Yann Diorcet
4d9f81bd1c Fix upnp binding loop when not getting provided port 2013-04-04 16:53:27 +02:00
Jehan Monnier
1257791859 fix compilation issue 2013-04-04 08:23:33 +02:00
Jehan Monnier
1736d38e98 javadoc enhancements 2013-04-03 18:16:13 +02:00
Ghislain MARY
00c725bceb Use correct mode parameter to fopen() call ("r+" instead of "rw"). 2013-04-02 15:41:14 +02:00
Yann Diorcet
12a6e42e5a Allow uPnP 1.0 uuid 2013-04-02 15:23:29 +02:00
Simon Morlat
81475cbdae use git describe --always 2013-03-27 20:05:25 +01:00
Margaux Clerc
ccd8bbb69c menu in call log view with call, chat and add contact 2013-03-27 09:23:40 +01:00
Jehan Monnier
1ba82ad289 fix compilation issue with upnp 2013-03-26 09:13:46 +01:00
Sylvain Berfini
824c0e89f2 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
654662128f fix again 2013-03-22 11:00:23 +01:00
Simon Morlat
76e61b810d fix previous commit. 2013-03-22 10:58:25 +01:00
Simon Morlat
1521d1f7f0 change the way local interface is searched. 2013-03-22 10:56:44 +01:00
Simon Morlat
c113bd8c33 fix crash related to zrtp hello hash when adding video 2013-03-21 11:15:11 +01:00
Ghislain MARY
dbc944a5f4 Do not define a variable in the middle of a block of code. 2013-03-20 15:48:48 +01:00
Margaux Clerc
c91cc85633 Merge branch 'master' of git.linphone.org:linphone 2013-03-20 12:37:38 +01:00
Margaux Clerc
b6b0368a00 add number of unread messages 2013-03-20 12:36:12 +01:00
Simon Morlat
87de2d8391 fix mis-use of update_call in linphonec. 2013-03-19 12:19:01 +01:00
Guillaume Beraudo
71f31347fc Send ZRTP hello hash in SIP SDP. 2013-03-18 15:58:05 +01:00
Ghislain MARY
2048bac55a 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
f6038bf3ef 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
bee6752f6e add automatic tone user indications 2013-03-14 13:27:53 +01:00
Yann Diorcet
74edc29206 Add rtp config for disabling upnp for rtp streams 2013-03-13 10:20:59 +01:00
Yann Diorcet
ece0ca2799 Fix previous commit 2013-03-12 12:59:43 +01:00
Yann Diorcet
9a2784e8f6 Fix bug in upnp string compare function 2013-03-12 12:50:35 +01:00
Jehan Monnier
a4f1f411ef full LinphoneAuthInfo impl for Android 2013-03-11 16:57:16 +01:00
Simon Morlat
ad7114171e clean message storage API
relax requirement for sqlite3
2013-03-09 10:37:29 +01:00
Yann Diorcet
837c566c0a uPnP support network changes 2013-03-08 12:24:48 +01:00
Margaux Clerc
fdf35251fe history chat delete
update README for macos
2013-03-07 16:13:15 +01:00
Margaux Clerc
8a9b9fcd14 add message storage 2013-03-07 12:19:28 +01:00