Simon Morlat
fa421af04a
fix problem with SRTP proposed during pauses (by GTK app, due to the use of linphone_core_accept_call_with_params()).
2014-01-07 14:41:41 +01:00
Sylvain Berfini
abb7c2d50c
Improved composing_received to prevent loosing the information if the chatroom doesn't exists
2014-01-07 11:45:34 +01:00
Simon Morlat
dbc88dbbdf
fix make distcheck
2014-01-07 10:31:37 +01:00
Simon Morlat
041e20edfb
* fix incorrect behavior when the body of an INVITE cannot be understood or parsed.
...
Previously it was answering 200Ok.
* do not send 415 but 488 in case of incompatible codecs, which is more correct according to the RFC.
415 should be replied if the body cannot be understood (for example: is not application/sdp)
2014-01-06 23:24:00 +01:00
Simon Morlat
95246f5161
fix problem with media encryption not set in params for incoming calls
2014-01-06 16:34:51 +01:00
Sylvain Berfini
13ac82f066
Fixed tutorials for android
2014-01-06 16:18:58 +01:00
Ghislain MARY
aeb99d09d9
Fix compilation (missing const keywords).
2014-01-06 15:45:21 +01:00
Ghislain MARY
a3f0967236
Add missing is_composing_received callback when a text message is received.
2014-01-06 15:42:34 +01:00
Ghislain MARY
58d9e149cd
Fix compilation with cmake.
2014-01-06 15:08:56 +01:00
Sylvain Berfini
be96cb432e
Reverted previous commit and added call stats functions to linphone API
2014-01-06 11:48:27 +01:00
Sylvain Berfini
d43eb3788e
Fix liblinphone wp8 build
2014-01-03 17:32:42 +01:00
Ghislain MARY
d57e2b3cb7
Update oRTP and ms2 submodules.
2014-01-03 15:27:55 +01:00
Ghislain MARY
452b004655
Add CMakeLists.txt to compile using cmake.
2014-01-03 15:01:11 +01:00
Ghislain MARY
e022b0d3ff
Add Android wrapper for RFC3994.
2014-01-03 15:34:03 +01:00
Ghislain MARY
d468050c8b
Implement RFC3994: Indication of Message Composition for Instant Messaging.
2014-01-03 15:01:18 +01:00
Simon Morlat
fe1ca6f07c
update READMEs for mingw and macos
2014-01-03 12:36:54 +01:00
Guillaume BIENKOWSKI
9b8d216725
Merge remote-tracking branch 'origin/master' into ldap
2013-12-31 15:43:17 +01:00
Guillaume BIENKOWSKI
fc09f54e16
Moved LDAP configuration into a popup.
2013-12-31 15:42:01 +01:00
Guillaume BIENKOWSKI
b456e223dd
Merge branch 'master' into ldap
2013-12-30 17:08:09 +01:00
Guillaume BIENKOWSKI
2bb42f89cc
Update LDAP provider to handle connection asynchronously.
...
This is done through a thread which is launched to keep the UI responsive.
Also configured the default server to "localhost" so that misconfiguration
doesn't query example.com...
2013-12-30 17:07:47 +01:00
Guillaume BIENKOWSKI
fd407a9f8d
Update LDAP provider to handle connection asynchronously.
...
This is done through a thread which is launched to keep the UI responsive.
Also configured the default server to "localhost" so that misconfiguration
doesn't query example.com...
2013-12-30 17:07:10 +01:00
Margaux Clerc
d652965ce4
Add wizard button in preferences only if it is enabled
...
Changes the version of .ui for older gtk version
Fix chat without message storage
2013-12-22 21:37:09 +01:00
Simon Morlat
68ff65b224
turn ping_with_options to 0 by default, since it is no longer required thanks to belle-sip
2013-12-24 10:59:08 +01:00
Sylvain Berfini
b0d827bae5
Updated wp8 build project
2013-12-23 12:14:18 +01:00
margaux clerc
62eaa0c0e5
Add wizard button in preferences only if it is enabled
...
Changes the version of .ui for older gtk version
Fix chat without message storage
2013-12-22 20:28:08 +01:00
Ghislain MARY
6aba836d5c
Update ms2 submodule for missing symbol exports.
2013-12-20 16:30:28 +01:00
Ghislain MARY
a8b47c508f
Add missing symbol exports.
2013-12-20 16:30:17 +01:00
Simon Morlat
0dc3eae678
update README
2013-12-20 15:43:06 +01:00
Simon Morlat
ef29131c40
fix unused variable
2013-12-20 14:54:39 +01:00
Simon Morlat
e8d63aa3ba
remove uri headers from Contact
2013-12-20 14:02:25 +01:00
Guillaume BIENKOWSKI
9938815eff
Update mediastreamer 2
2013-12-20 12:01:47 +01:00
Guillaume BIENKOWSKI
6d989a4260
Correct ldap support check.
2013-12-20 11:49:59 +01:00
Guillaume BIENKOWSKI
863ccb24fa
Fix missing header in Makefile.am
2013-12-20 11:49:59 +01:00
Simon Morlat
233c33bed2
update README
2013-12-20 11:43:47 +01:00
Simon Morlat
d777e00ac9
change behavior of LinphoneCall::camera_enabled
...
It is now an application preference, the core never modifies it.
It represents whether the camera is allowed to be sent (in case of video request).
2013-12-20 10:40:04 +01:00
Simon Morlat
1b7e52c1ec
add opus to README.macos
2013-12-19 22:43:11 +01:00
Simon Morlat
97ccc18002
add config.h inclusion
2013-12-19 17:30:05 +01:00
Simon Morlat
eb93c8a62f
fix crash when receiving SDP with many mlines
2013-12-19 17:22:24 +01:00
Guillaume BIENKOWSKI
2f9d48a53f
Don't inlcude ldap.h when BUILD_LDAP is disabled
2013-12-19 16:28:12 +01:00
Guillaume BIENKOWSKI
e028749f11
Always compile ldap so that stubbed versions are supported
2013-12-19 15:58:24 +01:00
Guillaume BIENKOWSKI
317f0f08cc
Updated object macros from Belle Sip and stubbed
...
LDAP implementation when LDAP support deactivated.
2013-12-19 15:25:03 +01:00
Guillaume BIENKOWSKI
e37cb37fec
Moved contact provider internals to a private header.
...
I also added lots of methods to manipulate Contact Providers
2013-12-19 15:25:03 +01:00
Simon Morlat
08a7bf3be5
improve mac bundle generation
2013-12-18 16:31:00 +01:00
Guillaume BIENKOWSKI
0bbefc1e7b
Fix compilation and runtime when no LDAP is asked.
2013-12-18 16:08:25 +01:00
Simon Morlat
51302b1144
fix crash when calling an empty uri
...
fix property box udp port adjustement , that shall start to 0
2013-12-18 15:33:05 +01:00
Guillaume BIENKOWSKI
57640825a4
Remove unneeded messages in LDAP
2013-12-18 15:22:01 +01:00
Guillaume BIENKOWSKI
8d21c03f40
Merge branch 'ldap'
2013-12-18 15:20:50 +01:00
Guillaume BIENKOWSKI
b560f773f6
Added preliminary work on complex LDAP authentication (not yet working).
...
Basic auth still works.
+ cleaned up some traces
2013-12-18 11:50:54 +01:00
Simon Morlat
ffaf96828f
Implement fully compatible IPv4/IPv6 mode.
...
Requires belle-sip upgrade.
2013-12-17 11:56:00 +01:00
Simon Morlat
fda6a31d1f
add jni for LinphoneCore.startReferedCall()
2013-12-13 17:56:03 +01:00