diff -r aad9c7d8e9d6 -r d2271dd2b481 twinkle/twinkle.1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/twinkle/twinkle.1 Mon Feb 23 18:09:09 2009 +0100
@@ -0,0 +1,115 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
+.TH TWINKLE "1" "May 2008" "Twinkle 1.2 - 09 March 2008" "User Commands"
+.SH NAME
+Twinkle \- Voice over Internet Protocol (VoIP) SIP Phone
+.SH SYNOPSIS
+.B twinkle
+[\fIoptions\fR]
+.SH OPTIONS
+.TP
+\fB\-c\fR
+Run in command line interface (CLI) mode
+.TP
+\fB\-\-share\fR
+Set the share directory.
+.TP
+\fB\-f\fR
+Startup with a specific profile. You will not be requested
+to choose a profile at startup. The profiles that you created
+are the .cfg files in your .twinkle directory.
+You may specify multiple profiles separated by spaces.
+.TP
+\fB\-\-force\fR
+If a lock file is detected at startup, then override it
+and startup.
+.HP
+\fB\-\-sip\-port\fR
+.IP
+Port for SIP signalling.
+This port overrides the port from the system settings.
+.HP
+\fB\-\-rtp\-port\fR
+.IP
+Port for RTP.
+This port overrides the port from the system settings.
+.HP
+\fB\-\-call\fR
+.IP
+Instruct Twinkle to call the address.
+When Twinkle is already running, this will instruct the running
+process to call the address.
+The address may be a full or partial SIP URI. A partial SIP URI
+will be completed with the information from the user profile.
+.IP
+A subject may be passed by appending '?subject='
+to the address.
+.IP
+Examples:
+twinkle \fB\-\-call\fR 123456
+twinkle \fB\-\-call\fR sip:example@example.com?subject=hello
+.HP
+\fB\-\-cmd\fR
+.IP
+Instruct Twinkle to execute the CLI command. You can run
+all commands from the command line interface mode.
+When Twinkle is already running, this will instruct the running
+process to execute the CLI command.
+.IP
+Examples:
+twinkle \fB\-\-cmd\fR answer
+twinkle \fB\-\-cmd\fR mute
+twinkle \fB\-\-cmd\fR 'transfer 12345'
+.TP
+\fB\-\-immediate\fR
+This option can be used in conjunction with \fB\-\-call\fR or \fB\-\-cmd\fR
+It indicates the the command or call is to be performed
+immediately without asking the user for any confirmation.
+.HP
+\fB\-\-set\-profile\fR
+.IP
+Make the active profile.
+When using this option in conjuction with \fB\-\-call\fR and \fB\-\-cmd\fR,
+then the profile is activated before executing \fB\-\-call\fR or
+\fB\-\-cmd\fR.
+.TP
+\fB\-\-show\fR
+Instruct a running instance of Twinkle to show the main window
+and take focus.
+.TP
+\fB\-\-hide\fR
+Instruct a running instance of Twinkle to hide in the sytem tray.
+If no system tray is used, then Twinkle will minimize.
+.HP
+\fB\-\-help\-cli\fR [cli command]
+.IP
+Without a cli command this option lists all available CLI
+commands. With a CLI command this option prints help on
+the CLI command.
+.TP
+\fB\-\-version\fR
+Get version information.
+.SH COPYRIGHT
+Copyright \(co 2005-2008 Michel de Boer
+http://www.twinklephone.com
+.PP
+Built with support for: ALSA, KDE, Speex, ZRTP
+.PP
+Contributions:
+* ALSA \- Rickard Petzall
+* ZRTP/SRTP \- Werner Dittmann
+.PP
+This software contains the following software from 3rd parties:
+* GSM codec from Jutta Degener and Carsten Bormann, University of Berlin
+* G.711/G.726 codecs from Sun Microsystems (public domain)
+* Parts of the STUN project at http://sourceforge.net/projects/stun
+* Parts of libsrv at http://libsrv.sourceforge.net/
+.PP
+For RTP the following dynamic libraries are linked:
+* GNU ccRTP \- http://www.gnu.org/software/ccrtp
+* GNU CommonC++ \- http://www.gnu.org/software/commoncpp
+.PP
+Twinkle comes with ABSOLUTELY NO WARRANTY.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.