mgetty can answer your modem ....
it may not be installed so you might have to install it
you will have to edit
/etc/mgetty/dialin.config
possibly
/etc/mgetty/login.conf and mgetty.conf
it should install with some sample configs
and set mgetty to listen to the modem
modify /etc/inittab to include
(adjust S3 and ttyS3 to your moden device) S3 is like Winblows COM4
23 is to listen for run level 2 and 3
-s 57600 is 56K
-x0 is low debugging level
S3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3
if someone wants to dialin using winblows you may have to modify
/etc/ppp/options (add a DNS entry)
/etc/ppp/pap-secrets (to allow the use of /etc/passwd for login)
sounds like a fun project
