phoned/TODO
2005-06-26 03:29:20 +00:00

27 lines
1.0 KiB
Plaintext

$Amigan: phoned/TODO,v 1.4 2005/06/26 03:29:20 dcp1990 Exp $
TODO
For phoned:
*Handle conditions (write the glue) - Halfway done.
*Parse socket in - ok, add more commands
*Make modem and other stuff pluggable - modularised it, now for actual plugin code
*Write rockwell voice support - libpvf is here
*Write answering subsystem
*Add DB management functions as remote commands
*Fix all possible memory leaks (isn't this always a TODO?)
For phonectl:
*Clean up interface
*Add ncurses mode
For xfone:
*Begin it
For scripts:
*Clean up usermaint.tcl, add more stuff
For everything:
*Write documentation
OUTSTANDING BUGS:
*Certain race conditions (i.e. closing a socket during a blocking I/O call inside sendwr()) will leave mutexes open and the user logged in (or the servicing thread running entirely).
This needs to be fixed, either by detecting the system call interrupt or other means. Hopefully the IO call will exit in time, but we cannot hope for all things.
Fix this for good.
*uu_unlock() doesn't seem to be removing the modem lock file. Why?