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
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
Guillaume BIENKOWSKI
fc09f54e16
Moved LDAP configuration into a popup.
2013-12-31 15:42:01 +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
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
Ghislain MARY
a8b47c508f
Add missing symbol exports.
2013-12-20 16:30:17 +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
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
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
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
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
Simon Morlat
ded4d06469
add linphone_core_start_refered_call() to allow application to control how to execute an incoming call transfer
...
belle-sip upgrade required.
2013-12-13 17:33:46 +01:00
Simon Morlat
e79a8c4ee5
fix refresh property behaviour
2013-12-13 14:41:25 +01:00
Simon Morlat
95e3f26dca
implement manual mode refresher for generic subscribe
2013-12-13 10:22:28 +01:00
Simon Morlat
70f9617b50
minor changes
2013-12-12 17:26:06 +01:00
Jehan Monnier
9149278c8d
relax tester delay to take into account a DNS packet loses
2013-12-12 17:25:32 +01:00
Simon Morlat
4212cc43b8
add jni for contact parameters
2013-12-12 11:23:01 +01:00
Simon Morlat
c53381e0b5
add linphone_proxy_config_set_contact_uri_parameters()
2013-12-12 11:08:38 +01:00
Simon Morlat
5f28f81f4b
fix LinphoneProxyConfig.getError() jni
2013-12-11 16:17:02 +01:00
Simon Morlat
6b263466e0
fix another alloc/free mismatch (required for windows)
2013-12-10 21:45:44 +01:00
Ghislain MARY
e9ad2787d1
Free memory allocated by belle_sip_malloc() with belle_sip_free().
2013-12-10 17:07:44 +01:00
Guillaume BIENKOWSKI
198d41812b
Fix leak
2013-12-09 15:14:33 +01:00
Guillaume BIENKOWSKI
2c98560c57
- Relaunch search if last search returned max_results, since we could have truncated the result list
...
- Remove the contact provider when exiting.
2013-12-09 15:14:33 +01:00
Guillaume BIENKOWSKI
79d3a8d1a2
Some renaming and trace removal.
2013-12-09 15:14:33 +01:00
Guillaume BIENKOWSKI
50b84cf73a
Working version of the LDAP configuration panel in GTK.
2013-12-09 15:14:33 +01:00
Simon Morlat
6dbc4512a8
fix transport selection for outgoing messages when the proxy config selected has sips.
2013-12-09 15:14:32 +01:00
Simon Morlat
b3ed132d05
fix crash in gtk app when updating sip ports
...
call linphone_call_fix_parameters() when INVITEs and reINVITEs, but not during early-media
2013-12-09 15:14:32 +01:00
Simon Morlat
79fdfe0f99
add privacy api in java.
2013-12-09 15:14:32 +01:00
Simon Morlat
f47bee4124
add supported header
2013-12-09 15:14:32 +01:00