dring.pod 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. =head1 NAME
  2. dring - core daemon for Ring: secure and distributed voice, video and chat communication platform.
  3. =head1 SYNOPSIS
  4. B<dring> [OPTION]...
  5. =head1 DESCRIPTION
  6. Ring is meant to be a robust enterprise-class desktop phone. It provides functions like call transfer, call hold, multiple lines, multiple accounts support.
  7. Ring audio layer is build upon a native ALSA interface and and a native PulseAudio interface.
  8. 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<ring-client-gnome>.
  9. =head1 OPTIONS
  10. =over 8
  11. =item B<-c, --console>
  12. Output the log to the console instead of syslog.
  13. =item B<-d, --debug>
  14. Debug mode (more verbose output).
  15. =item B<-a, --auto-answer>
  16. Force automatic answer to incoming calls.
  17. =item B<-p, --persistent>
  18. Stay alive after client quits.
  19. =item B<-h, --help>
  20. Print short list of command-line options.
  21. =back
  22. =head1 BUGS
  23. Please report bugs at https://tuleap.ring.cx/projects/ring.
  24. =head1 AUTHORS
  25. B<dring> is developed in Montreal by Savoir-faire Linux Inc.
  26. This manual page was written by Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>.
  27. =head1 SEE ALSO
  28. B<gnome-ring>(1)
  29. =head1 COPYRIGHT
  30. This program is free software; you can redistribute it and/or modify it
  31. under the terms of the GNU General Public License version 3 as published by the
  32. Free Software Foundation.
  33. On Debian GNU/Linux systems, the complete text of the GNU General
  34. Public License can be found in `/usr/share/common-licenses/GPL'.
  35. =cut