Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

linphone(1) [debian man page]

linphone(1)							     linphone							       linphone(1)

NAME
linphone - Gnome interface of linphone, a SIP compatible internet phone. SYNTAX
linphone [--help] [--verbose] DESCRIPTION
Linphone can be started without any extra argument. All parameters are accessible from the property box. OPTIONS
--help Output help information and exit. --version Output version information and exit. --verbose Output internal messages on stdout, this is useful for debugging. FILES
~/.gnome2/linphone This is where linphone reads its config information. You do not have to modify or edit this file. ENVIRONMENT VARIABLES
EXAMPLES
AUTHORS
Simon MORLAT <simon.morlat@linphone.org> See the AUTHORS file inside linphone's source for more details. SEE ALSO
linphonec(1) sipomatic(1) Simon Morlat 1.0.0 linphone(1)

Check Out this Related Man Page

libosip(1)						      General Commands Manual							libosip(1)

NAME
libosip2 -- The GNU oSIP library is a low layer SIP implementation. SYNOPSIS
#include <include/osipparser2/osip_const.h> #include <include/osipparser2/osip_md5.h> #include <include/osipparser2/osip_list.h> #include <include/osipparser2/osip_uri.h> #include <include/osipparser2/osip_message.h> #include <include/osipparser2/osip_port.h> #include <include/osipparser2/sdp_message.h> #include <include/osipparser2/osip_headers.h> #include <include/osipparser2/osip_body.h> #include <include/osipparser2/osip_rfc3264.h> #include <include/osipparser2/osip_parser.h> -losipparser2 [The uri, SIP and SDP parsers] #include <include/osip2/osip.h> #include <include/osip2/osip_fifo.h> #include <include/osip2/osip_dialog.h> #include <include/osip2/osip_mt.h> #include <include/osip2/osip_condv.h> #include <include/osip2/osip_negotiation.h> //OBSOLETE -losip2 [The SIP transaction and the dialog API] DESCRIPTION
This manual page documents briefly the libosip2 library. API and Reference Documentation API reference & Doxygen documentation is available for osip at http://www.gnu.org/software/osip/ osip general overview. The file help/man/osip.html in the source distribution should give you a nice amount of information about the osip stack. Free software projects -send me your project name- antisip, linphone, bayonne BUGS
Please use the mailing list osip@atosc.org AUTHOR
This manual page was written by Aymeric Moizard jack at atosc.org. libosip(1)
Man Page