Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ant-phone(1) [debian man page]

ant-phone(1)							 ANT Manual Pages						      ant-phone(1)

NAME
ant-phone - an interactive ISDN telephone application SYNOPSIS
ant-phone [options] DESCRIPTION
ant-phone is part of ANT (ANT is Not a Telephone). It let's you make and receive telephone calls and talk via sound devices. It uses CAPI 2.0 as ISDN interface. OPTIONS
ant-phone accepts the following options: -h, --help Show summary of options -v, --version Print version information -r, --cleanup Remove stale socket file left by accident by a previous run of ANT. You only need this option if ANT says: "local bind: Address already in use" -d, --debug[=debuglevel] Print additional runtime debugging data to stdout, debuglevel = 1..4 -i, --soundin=device ALSA device name for input (recording), default: "default" -o, --soundout=device ALSA device name for output (playback), default: "default" -m, --msn=msn identifying MSN (for outgoing calls), 0 for master MSN of this termination/port, default: 0 -l, --msns=msns MSNs to listen on, semicolon-separated list or '*', default: * -c, --call=number Make a running instance of ANT make a call to the specified number, useful for calling from an external address book application -s, --sleep Shut down CAPI connection to prepare for removal of broken kernel modules, which don't survive suspend/restore. -w, --wakeup Restore CAPI connection after ISDN modules loaded again. The connection will be also restored by dialing a number, but before the connection is restored, you won't be able to accept calls. NOTES
If the used sound devices (arguments of --soundin and --soundout) are equal, a full duplex sound device is needed. FILES
~/.ant-phone/history the last dialed numbers ~/.ant-phone/options user specific options file ~/.ant-phone/callerid saved history of incoming and outgoing calls ~/.ant-phone/recordings/* recordings of recorded phone calls BUGS
Caller ID stores hangup reason localized. This will break, if someone uses letters outside of English alphabet for translation of hangup reasons. AUTHORS
ANT was developed by Roland Stigge <stigge@antcom.de>, based on ideas from IVCALL, Copyright 2002 Lennart Poettering. G.711 handling by Sun Microsystems. Contributions by Joerg Mayer <jmayer@loplof.de>, Lars Volkhardt <Lars.Volkhardt@uni-konstanz.de>, Ivan Schreter <schreter@gmx.net>. Version 0.1.0 27 April 2003 ant-phone(1)

Check Out this Related Man Page

ant(1)							      General Commands Manual							    ant(1)

NAME
ant - a Java based make tool. SYNOPSIS
ant [OPTIONS] [TARGET [TARGET2 [TARGET3] ...]] DESCRIPTION
Like make ant is a tool by which projects can be build. But unlike it, ant is based on Java which means it will run on every platform for which a Java Virtual Machine is available. This makes it a great tool for building Java software. By default it takes information from build.xml which describes the targets. -help, -h print help on the command line options -projecthelp, -p print project help information -version print the version information -diagnostics print information that might be helpful to diagnose or report problems -quiet, -q be extra quiet -verbose, -v be extra verbose -debug, -d print debugging information -emacs, -e produce logging information without adornments -lib <path> specifies a path to search for jars and classes -logfile <file> use the given file to output log to -logger <classname> use the given class to perform logging -listener <classname> add an instance of the given class as a project listener -noinput do not allow interactive input -buildfile, -file, -f <file> use the given buildfile instead of the default build.xml file. This is the ant equivalent of Makefile -D<property>=<value> use value for the given property -keep-going, -k execute all targets that do not depend on failed target(s) -propertyfile <name> load all properties from file with -D properties taking precedence -inputhandler <class> the class which will handle input requests -find, -s <file> search for buildfile towards the root of the filesystem and use it -nice <number> A niceness value for the main thread: 1 (lowest) to 10 (highest); 5 is the default -nouserlib Run ant without using the jar files from ${user.home}/.ant/lib -noclasspath Run ant without using CLASSPATH -autoproxy Java 1.5+ : use the OS proxies -main <class> Override Ant's normal entry point SEE ALSO
make(1) mvn(1) AUTHOR
This manpage is written by Egon Willighagen <egonw@sci.kun.nl> Debian GNU/Linux Feb 2010 ant(1)
Man Page