Commit graph

333 commits

Author SHA1 Message Date
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
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
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
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
963f650912 LDAP search optimization: don't relaunch narrower search if results are alreay here.
+ fix alignment of buttons in UI
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
Guillaume BIENKOWSKI
f8134446ac Add BELLESIP_CFLAGS and BELLESIP_LIBS to various Makefile.am 2013-12-09 15:14:33 +01:00
Guillaume BIENKOWSKI
a266817941 Added LDAP configuration tab in UI 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
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
31c8585cae Include patch from linphone web version. 2013-12-06 14:31:43 +01:00
Guillaume BIENKOWSKI
cfbd9b8429 The LDAP suggestions are now correctly displayed in the suggestions 2013-12-04 09:13:40 +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
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
Simon Morlat
a8d304fd8f * implement reporting of dtmf received via SIP info
* dtmf can be typed on keyboard with gtk app.
2013-11-28 11:59:35 +01:00
Guillaume Beraudo
edfc32db24 Show registration refresher in UI 2013-11-21 13:54:31 +01:00
Jehan Monnier
d10666ae19 set record directory to home if no music dir 2013-11-19 12:31:18 +01:00
Simon Morlat
0177c5f876 fix compilation errors due to signature change in linphone_auth_info_new()
fix failed tests in case of failed authentication.
2013-11-05 22:00:19 +01:00
Simon Morlat
811b453d06 add a domain parameter in LinphoneAuthInfo, to workaround non-unicity of realm in real world. 2013-11-04 15:00:50 +01:00
Simon Morlat
a7b1d33a26 fix compilation error in gtk 2013-11-01 18:04:30 +01:00
Simon Morlat
34950ccb8a fix problems with chat in GTK interface due to SIP uris not compared properly. 2013-10-31 18:06:11 +01:00
Margaux Clerc
eb9886df65 accept in Wizzard usernames with digits 2013-10-16 12:21:47 +02:00
Ghislain MARY
eeb36479d5 Deprecate linphone_core_enable_video() and linphone_core_video_enabled().
Introduce linphone_core_enable_video_capture(), linphone_core_enable_video_display(), linphone_core_video_capture_enabled() and linphone_core_video_display_enabled() instead.
2013-10-09 15:52:09 +02:00
Ghislain MARY
41d60df070 Normalize event callbacks names. 2013-10-09 14:13:11 +02:00
Simon Morlat
470227cf85 fix ICE crash
fix potential crash when opening property box
2013-10-07 11:49:37 +02:00
Ghislain MARY
c1968e3fd8 Normalize linphone_proxy_config_set_expires() name. 2013-10-04 17:41:55 +02:00
Simon Morlat
914656c003 add way for linux users to choose betwen X11/Xv or GLX video renderers. 2013-09-27 22:30:20 +02:00
Simon Morlat
1e7fa4950e unPUBLISH
cleanups
2013-09-25 17:25:26 +02:00
Ghislain MARY
ae764ae952 Always use int values for getter/setter of LinphoneAddress port. 2013-09-19 16:12:40 +02:00
Ghislain MARY
1c604269a5 Use linphone_core_interpret_url() instead of linphone_core_interpret_friend_uri(). 2013-09-19 11:41:52 +02:00
Ghislain MARY
20dfd43aac More coherent friend API. 2013-09-19 11:15:29 +02:00
Guillaume Beraudo
e48d96c638 Fix opening of configuration file
Allow passing absolute filename.
2013-09-12 14:59:40 +02:00
Simon Morlat
3a69a548df move cpu count detection to mediastreamer2 2013-09-10 16:35:34 +02:00
Jehan Monnier
92abb3d3e5 an op is considered as secure if both from and to uri are sips 2013-09-09 12:41:17 +02:00
Guillaume Beraudo
6437055903 Set contact params in gtk UI 2013-09-03 10:10:00 +02:00
Jehan Monnier
6bf8c5c9fe fix wrong mode 2013-08-20 17:09:18 +02:00
Jehan Monnier
61226d36af fix wrong prototype 2013-08-20 17:09:01 +02:00
Margaux Clerc
42261f4900 Make the call transfer even if the call ends 2013-08-18 21:14:00 +02:00
Ghislain MARY
33b271f06f Remove "min" from the bitrate column of codecs configuration. 2013-08-13 15:27:00 +02:00
Guillaume Beraudo
16a577f93f Add config parameter (still uses main linphonerc for LANG). 2013-08-13 10:30:33 +02:00
Ghislain MARY
ace8d8f094 Fix compilation. 2013-07-02 17:53:33 +02:00
Ghislain MARY
a147f07905 Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-07-02 17:46:02 +02:00
Ghislain MARY
26c21451b9 Secure code and fix memory leak. 2013-07-02 13:18:57 +02:00
Ghislain MARY
5b8cb64650 Regular expression on domain in the account assistant was too strict. 2013-07-02 13:18:13 +02:00