Jehan Monnier
ba5c902bba
add option sip_update to linphonerc to disable SIP UPDATE
2014-06-03 10:24:44 +02:00
Simon Morlat
a5af301c13
fix memory leaks
2014-06-02 17:33:34 +02:00
Ghislain MARY
9a782d2d0c
Update oRTP and ms2 submodules.
2014-06-02 17:20:46 +02:00
Guillaume BIENKOWSKI
038bebdcc9
Add a writable prefix variable for the tester. This will allow mobile unit tests to pass the message storage tests
2014-06-02 14:15:49 +02:00
Guillaume BIENKOWSKI
a29a93cd76
Add an API to set and retrieve chat messages "app data". This allows clients to store resilient data for each messages
2014-06-02 14:06:03 +02:00
Ghislain MARY
450489e25e
Update oRTP and ms2 submodules for changes on AVPF.
2014-06-02 11:04:08 +02:00
Ghislain MARY
d025d8bce0
Remove useless traces.
2014-06-02 11:02:41 +02:00
Ghislain MARY
0cd71d6548
Fix issue with rtcp-fb attributes in SDP of response.
2014-06-02 11:02:41 +02:00
Ghislain MARY
c82463afc1
Handle offer/answer of rtcp-fb parameters.
2014-06-02 11:02:41 +02:00
Ghislain MARY
ad64b94401
Parse rtcp-fb attributes contained in SDP.
2014-06-02 11:02:41 +02:00
Ghislain MARY
cc4095de90
Do not unset the PAYLOAD_TYPE_RTCP_FEEDBACK_ENABLED flag anymore.
2014-06-02 11:02:41 +02:00
Ghislain MARY
0a40048d4b
Add rtcp-fb attributes in the SDP.
2014-06-02 11:02:41 +02:00
Ghislain MARY
1a5f37eaba
Allow activation of AVPF for a call based on the proxy configuration.
2014-06-02 11:02:40 +02:00
Ghislain MARY
2110281d2e
Handle AVPF and SAVPF profiles.
2014-06-02 11:02:40 +02:00
Simon Morlat
92b20e62fe
fix warning
2014-05-31 11:30:11 +02:00
Simon Morlat
7a85da0ff0
fix local ref overflow in JNI, due to too many logs during linphone_core_new().
2014-05-30 16:32:16 +02:00
Simon Morlat
8c2e4d9e80
increment sdp session id when making a response to pause/resume request
...
don't accept linphone_core_update_call() outside of StreamsRunning state.
2014-05-30 12:06:26 +02:00
Simon Morlat
00fa127aec
fix format specifier again
2014-05-30 08:41:32 +02:00
Simon Morlat
1a2e24b14a
update mediastreamer2 to fix big regression with vp8 and h264
...
fix printf formatter to be compatible with visual studio
2014-05-29 14:54:09 +02:00
Simon Morlat
c72ebb6f8d
update ms2
2014-05-29 12:31:41 +02:00
Guillaume BIENKOWSKI
1293b195bd
Add API to change the file prefix programatically in linphone tester
2014-05-28 17:06:58 +02:00
Guillaume BIENKOWSKI
3b23045e0a
Fix tmp path in message tester
2014-05-28 15:42:12 +02:00
Guillaume BIENKOWSKI
b56095f59f
Add API to debug sqlite timings, and a test to profile the message migration
2014-05-28 14:53:30 +02:00
Guillaume BIENKOWSKI
1a89e8a174
Use a transaction for message migration. On 10000 messages, we have a 20x speedup.
2014-05-28 14:26:14 +02:00
Simon Morlat
dbbea2a41c
add debug message to indicate duration of sqlite request
2014-05-28 11:35:31 +02:00
Ghislain MARY
d8e6070066
Update ms2 submodule.
2014-05-27 10:34:03 +02:00
Simon Morlat
550af5a8c7
fix linphone_proxy_config_edit() calls unbalanced with linphone_proxy_config_done() calls.
...
This caused regressions, like for example linphone_core_clear_proxy_config() not sending any unREGISTER.
2014-05-26 22:10:05 +02:00
Simon Morlat
7b8a7a32ae
update ms2 and ortp for audio mixer bugfi
2014-05-26 14:18:00 +02:00
Ghislain MARY
0ddfbbb574
Update oRTP and ms2 submodules for AVPF work.
2014-05-26 10:10:49 +02:00
Ghislain MARY
3c770cac9a
Remove call to RTCP interval functions that no longer exist.
2014-05-26 10:10:02 +02:00
Simon Morlat
063f0a4c19
update ms2
2014-05-23 11:44:35 +02:00
Simon Morlat
23e9ed4a34
update ms2 for conference bugfix
2014-05-22 19:07:11 +02:00
Jehan Monnier
d6e43a065b
remove GPLv3 notice from zRTP message in configure.ac
2014-05-22 16:55:10 +02:00
Guillaume BIENKOWSKI
43e42a55f5
Better fix: just in case, don't use the storage id and use a better search condition.
2014-05-22 14:40:42 +02:00
Guillaume BIENKOWSKI
76a5f51e35
Use storage id for storing the message state, instead of filtering by message and time.
...
This was historically used because notifications of the new message state would supposedly be made with a new instance of the same message, so without a correct storage_id.
I verified that this is not the case anymore.
2014-05-22 13:41:53 +02:00
Ghislain MARY
fa44718513
Fix icon in notifications.
2014-05-22 10:05:26 +02:00
Ghislain MARY
617522f78f
Fix warning with linphone.png when starting linphone.
2014-05-22 09:54:01 +02:00
Ghislain MARY
e15cc87d5b
Set RTCP information before starting the streams.
2014-05-21 17:29:15 +02:00
Pierre-Eric Pelloux-Prayer
d9a4b6e15e
propertybox: only expose simple display filter in video out setting
...
Do not expose 'decode and display' type filter.
2014-05-21 16:29:06 +02:00
Simon Morlat
5f90762513
fix crash with conference and ICE
2014-05-21 16:25:32 +02:00
Simon Morlat
78e59e5bec
suppress warnings
2014-05-21 16:04:11 +02:00
Jehan Monnier
e93ac6bf31
add test for Simple conference with ICE
2014-05-21 15:59:46 +02:00
Simon Morlat
da54b475d7
improve management of comments in linphonerc parser
2014-05-21 15:43:58 +02:00
Simon Morlat
fbc8f77e3a
allow crypto lines to be configured from linphonerc, and improve code handling SRTP crypto lines
2014-05-21 13:11:13 +02:00
Jehan Monnier
cc5570cae5
proxy route parameter should not be used to check if proxy server address has changed
2014-05-21 10:17:43 +02:00
Jehan Monnier
bb6d660594
rework proxy config management edit()/done() method to only send unregister message when really needed
2014-05-20 18:38:56 +02:00
Ghislain MARY
93de3b1946
Update oRTP submodule.
2014-05-20 16:21:39 +02:00
Ghislain MARY
a5e9eff708
Update oRTP and ms2 submodules.
2014-05-20 14:01:21 +02:00
Guillaume BIENKOWSKI
0dce1b41db
Don't use printf
2014-05-20 11:16:38 +02:00
Guillaume BIENKOWSKI
20c646bc4a
Allow multiple calls to linphone_core_message_storage_init
2014-05-20 10:49:34 +02:00