Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • release/202005
  • release/202001
  • release/201912
  • release/201911
  • release/releaseWindowsTestOne
  • release/windowsReleaseTest
  • release/releaseTest
  • release/releaseWindowsTest
  • release/201910
  • release/qt/201910
  • release/windows-test/201910
  • release/201908
  • release/201906
  • release/201905
  • release/201904
  • release/201903
  • release/201902
  • release/201901
  • release/201812
  • 4.0.0
  • 2.2.0
  • 2.1.0
  • 2.0.1
  • 2.0.0
  • 1.4.1
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 1.1.0
30 results

dring.pod

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    dring.pod 1.52 KiB
    =head1 NAME
    
    dring - core daemon for Ring: secure and distributed voice, video and chat communication platform.
    
    =head1 SYNOPSIS
    
    B<dring> [OPTION]...
    
    =head1 DESCRIPTION
    
    Ring is meant to be a robust enterprise-class desktop phone. It provides functions like call transfer, call hold, multiple lines, multiple accounts support.
    Ring audio layer is build upon a native ALSA interface and and a native PulseAudio interface.
    B<dring> is the core of Ring; it communicates with the client side through DBus. You need to install a client to use the daemon, for instance GTK+ client, B<gnome-ring>.
    
    =head1 OPTIONS
    
    =over 8
    
    =item B<-c, --console>
    
    Output the log to the console instead of syslog.
    
    =item B<-d, --debug>
    
    Debug mode (more verbose output).
    
    =item B<-a, --auto-answer>
    
    Force automatic answer to incoming calls.
    
    =item B<-p, --persistent>
    
    Stay alive after client quits.
    
    =item B<-h, --help>
    
    Print short list of command-line options.
    
    =back
    
    =head1 BUGS
    
    Please report bugs at https://tuleap.ring.cx/projects/ring.
    
    =head1 AUTHORS
    
    B<dring> is developed in Montreal by Savoir-faire Linux Inc.
    
    This manual page was written by Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>.
    
    =head1 SEE ALSO
    
    B<gnome-ring>(1)
    
    =head1 COPYRIGHT
    
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License version 3 as published by the
    Free Software Foundation.
    
    On Debian GNU/Linux systems, the complete text of the GNU General
    Public License can be found in `/usr/share/common-licenses/GPL'.
    
    =cut