Commit graph

2007 commits

Author SHA1 Message Date
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
Simon Morlat
55af0b6aa5 fix transport selection for outgoing messages when the proxy config selected has sips. 2013-12-09 14:01:02 +01:00
Simon Morlat
b9f614744f 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 13:21:10 +01:00
Simon Morlat
21447a20b2 add privacy api in java. 2013-12-09 12:26:49 +01:00
Simon Morlat
a610adecf4 add supported header 2013-12-09 12:19:49 +01:00
Guillaume BIENKOWSKI
e5078f6fe2 Fix compilation issues 2013-12-06 14:42:37 +01:00
Guillaume BIENKOWSKI
cfc100243b Use LinphoneDictionary instead of lpconfig for creating LDAP provider. 2013-12-06 14:31:44 +01:00
Ghislain MARY
80fad6d93e Add configuration to enable/disable DNS SRV resolution. 2013-12-06 14:31:44 +01:00
Jehan Monnier
e03a53dea2 improve test reliability for rctp 2013-12-06 14:31:43 +01:00
Ghislain MARY
31c8585cae Include patch from linphone web version. 2013-12-06 14:31:43 +01:00
Guillaume BIENKOWSKI
73da787c6d Progress commit on dictionary integration in LDAP 2013-12-05 18:01:00 +01:00
Guillaume BIENKOWSKI
031a08b750 Introducing the dictionary type in linphone, inheriting from belle_sip_dict_t. 2013-12-05 17:56:48 +01:00
Guillaume BIENKOWSKI
26fc766c44 Add BELLE_SIP flags to the help programs. 2013-12-05 15:23:23 +01:00
Ghislain MARY
e67a8737dd Add configuration to enable/disable DNS SRV resolution. 2013-12-05 14:52:57 +01:00
Guillaume BIENKOWSKI
cfbd9b8429 The LDAP suggestions are now correctly displayed in the suggestions 2013-12-04 09:13:40 +01:00
Jehan Monnier
61c1e587ab improve test reliability for rctp 2013-12-04 09:02:37 +01:00
Ghislain MARY
308d7076bc Include patch from linphone web version. 2013-12-03 13:01:39 +01:00
Guillaume BIENKOWSKI
8aa375d637 Progress commit on LDAP:
- we now create minphone contacts based on what the LDAP query returns,
- added configuration for specifying which LDAP field corresponds to the SIP address and contact name
- fixed some leaks in LDAP data extraction
- modified the completion of the uribar to include LDAP results. We now insert them into the list when available.
2013-12-03 10:53:17 +01:00
Guillaume BIENKOWSKI
c17165ac9d Progress commit: first ldap search results are now available.
There's a test button in the ui to test a search.
2013-12-03 10:53:17 +01:00
Guillaume BIENKOWSKI
a1bbb890aa Progress 2013-12-03 10:53:17 +01:00
Guillaume BIENKOWSKI
f5c9d60d88 Progress commit... 2013-12-03 10:53:17 +01:00
Guillaume BIENKOWSKI
006ba8be2e Progress commit: basic object structure is here 2013-12-03 10:53:17 +01:00
Guillaume BIENKOWSKI
9d41c890cf Starting work on LDAP 2013-12-03 10:53:17 +01:00
Simon Morlat
52226a4b99 GTK app: enable TLS transport if tls is requested on a proxy config. 2013-12-01 22:03:24 +01:00
Simon Morlat
8ffa2c38fe finish to implement multi transport in gtk app.
fix malloc/free mismatch
2013-12-01 21:43:13 +01:00
Simon Morlat
6f9f860a2e allow multiple transports in gtk application, allow to configure transport per proxy (not yet finished) 2013-11-30 11:25:55 +01:00