Commit graph

79 commits

Author SHA1 Message Date
François Grisez
a900f6490b Add a parameter inb the property panel to set the delay before auto-answering 2015-04-01 16:24:10 +02:00
François Grisez
bd48c4928d Move the auto-answer check box in the SIP account panel 2015-03-27 14:48:01 +01:00
François Grisez
1dfdbdd09d Add a checkbox to enoble/disable auto-answering
+ auto-answering is now controled by the "auto-answer" parameter in the GtkUi
  section of linphonerc
+ The corresponding command line argument is now unhadled
2015-03-23 15:30:49 +01:00
Ghislain MARY
988eb5c02d Add missing symbol exports for Windows. 2015-02-27 22:36:06 +01:00
Johan Pascal
9205d97885 Merge remote-tracking branch 'origin/master' into dev_dtls 2015-01-06 13:20:57 +01:00
Gautier Pelloux-Prayer
67e2205d92 Added possibility to set random/disabled port for UDP/TCP SIP 2015-01-06 12:26:46 +01:00
Johan Pascal
8637eacae5 Merge remote-tracking branch 'origin/master' into dev_dtls
Conflicts:
	mediastreamer2
	oRTP
2014-12-10 15:18:14 +01:00
Johan Pascal
b986af3733 Add dtls srtp 2014-12-10 15:11:36 +01:00
Gautier Pelloux-Prayer
a8f774a24b Add some missing translations 2014-12-03 13:39:37 +01:00
François Grisez
10bc15409c Change the LinphoneTunnel C API
* The tunnel manager are now thre mode : disable, enable and auto
* Two new functions: linphone_tunnel_set_mode() and linphone_tunnel_get_mode()
* linphone_tunnel_enable(), linphone_tunnel_enabled(), linphone_tunnel_auto_detect()
and linphone_tunnel_auto_detect_enabled() are now deprecated.
2014-09-18 16:03:45 +02:00
Simon Morlat
e7c6cb8aea fix problem when creating new account on gtk UI. The proxy fields were not initialized with the proxy config default values. 2014-09-18 15:58:33 +02:00
Gautier Pelloux-Prayer
717db9fd8d Improved strict compilation flags 2014-09-11 15:46:05 +02:00
Ghislain MARY
44aa4a821b Hide wizard button in preferences if Linphone has been build without wizard support. 2014-06-09 11:02:13 +02:00
Ghislain MARY
17f113d30f Add configuration of AVPF in the proxy config GTK dialog. 2014-06-06 15:25: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
3a6aa9f08d deep modifications about audio & video codec bitrates are handled.
- vbr codecs can automatically have different output bitrates depending on whether video is used and/or allowed total output bandwidth
- application can specify an output IP bitrate for a given codec, which allows to control the quality of vbr codecs.
Note: a belle-sip upgrade is required to fix a bug around channels parsing in rtpmap.
2014-05-02 20:24:51 +02:00
Margaux Clerc
a53029578d Fix compilation with video disabled 2014-03-24 15:51:21 +01:00
Margaux Clerc
9073389641 Add audio assistant
Fix wizard bug
2014-03-21 14:46:00 +01:00
Simon Morlat
c7f23e6494 set default value of video renderer 2014-03-17 11:40:36 +01:00
Simon Morlat
e022c57627 fix few bugs around ipv6 detection 2014-03-09 22:18:37 +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
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
Guillaume BIENKOWSKI
6d989a4260 Correct ldap support check. 2013-12-20 11:49:59 +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
0bbefc1e7b Fix compilation and runtime when no LDAP is asked. 2013-12-18 16:08:25 +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
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
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
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
Ghislain MARY
33b271f06f Remove "min" from the bitrate column of codecs configuration. 2013-08-13 15:27:00 +02:00
Margaux Clerc
ff0f3964c5 Fix UI feedbacks :
- updates pixmaps
- contact list resizable
- property.ui modified
- call stats remove when a call ends
- update hebrew translation file
2013-04-26 10:51:14 +02:00
Margaux Clerc
33e6655152 history chat delete
update README for macos
2013-03-07 16:13:15 +01:00
Simon Morlat
08eb7e6fbe add call recording feature to conference
fix broken gtk conference interface.
2013-02-22 17:22:27 +01:00
Yann Diorcet
5017c6ebba Improve uPnP behaviour (Firewall policy change, local ip change, ...)
Hide uPnP firewall setting if uPnP is not available
2013-02-18 11:59:37 +01:00
Yann Diorcet
35d65d36f2 Merge branch 'master' of git.linphone.org:linphone into upnp
Conflicts:
	coreapi/linphone_tunnel.cc
	mediastreamer2
2013-01-17 15:34:58 +01:00
Yann Diorcet
d6b9b813eb Update linphone tunnel API 2013-01-15 12:47:49 +01:00
Simon Morlat
27d916ee98 enforce "media_encryption_mandatory" policy for incoming calls too.
add toggle button for this into gtk interface.
2013-01-15 11:53:33 +01:00
Yann Diorcet
3b20b89886 Merge branch 'master' of git.linphone.org:linphone into upnp
Conflicts:
	coreapi/linphonecore.c
	mediastreamer2
2013-01-09 13:58:33 +01:00
Margaux Clerc
d32446b289 update translation files and dtmf table 2013-01-08 11:28:09 +01:00