ant-phone/TODO

88 lines
3.1 KiB
Plaintext

Bugs:
=====
* Due to unsynchronized ISDN and ALSA clocks, there are still some issues with
audio overruns/unterruns, which may cause slight distortions in the sound
quality. This can only by addressed by stretching/contracting sound segments.
Currently it is handled by duplicating small frames (~20ms) on underruns or
skipping small frames (~20ms) on overruns. In some rare cases, however,
it happens frequently for up to a minute. Hanging up and redialing is one
option how to get rid of this problem.
* Audio device choosing is still done via textbox. With ALSA now, it should be
done via combobox, as device names can be queried.
* Surely some new ones after rewrite of large parts of the code...
* Caller ID stores hangup reason localized. This will break, if someone uses
letters outside of English alphabet for translation of hangup reasons.
* Hide-to-tray should be optional (add preference for it)
Feature requests:
=================
* Real time support
=> not really necessary anymore, but can be easily implemented now
* client/server architecture (ttyI network forward) (Sven Geggus <sven@gegg.us>, Arne Börs <Arne.Boers@gmx.de>, martin@stigge.org)
=> can be now handled by remote CAPI, no need for special code
* Makeln (Joerg Brueggemann <jb@neviges.net>)
* database connection (caller id, times of incoming / outgoing, ...)
Ivan Schreter <schreter@gmx.net>:
* Integration with address book software and internet white pages to look up
the caller based on his number and show caller's name.
Christoph Schütz <ch.schuetz@addcom.de>:
* echo compensation
* configurable different ringtones (for different callers)
Steffen Barszus <st_barszus@gmx.de>:
* kde-kicker integration (drag number, pop up menu: number input)
Pinto Joel <joelp@india.hp.com>:
* recording / scripting
Roel Koelewijn <rl.koelewijn@home.nl>:
* KDE address book integration
* TAPI telephone (dialling) support
* connection to external DB (Phonebook CDs)
Martin Stigge <martin@stigge.org>:
* sorting callerid list
* playback soundfiles in converation mode
arnd.feldmueller@t-online.de:
* answering machine
* DB, SQL, CSV input/output
Arthur J. Schotgerrits <arthur@rev-img.nl>:
* answering machine
Matthias Fenner <informix@web.de>:
* command line interface
Daniel Nöthen <bipak@gmx.net>:
* mixer support (muting)
* (configurable?) auto set input to mic (reset on exit)
* separate configuration of logged / ringing msns
Philipp Thomas <pthomas@suse.de>:
* CAPI support, native ALSA support (both in Linux 2.6) (needed for SuSE 9.1 prepared for 02/2004)
=> both done
wolfgang@rohdewald.de:
* "execute on recorded message" option
* aRTs support
* IP telephony support
Feature ideas: (tell me to move some of them to "feature requests")
==============
* graphical sound visualization
* compensate sample drift (difference between isdn and oss)
* BSD (and possibly other) UNIX support
* H.323 client functionality
* encryption support
* adaptive (pre-)amp / echo compensation
* answering machine
* website enhancements / maintenance
* Remove remaining deprecated GTK+ functions, adjust to new API
* Logarithmical line level meter
* improve calls file finding by parsing /etc/isdn/callerid.conf