Displaying 1 result from an estimated 1 matches for "ia01".
Did you mean:
a01
2013 Apr 16
1
inittab - huh what's it good for?
...bin/faxgetty ttyS0
fax2:2345:respawn:/usr/sbin/faxgetty ttyS1
On the CentOS-6 host we did this, in accordance with the instructions
provided in the various README files and man pages.
# send
IA00:2345:respawn:/usr/bin/iaxmodem ttyIAX0
# receive
mo00:2345:respawn:/usr/sbin/faxgetty ttyIAX0
# send
IA01:2345:respawn:/usr/bin/iaxmodem ttyIAX1
# receive
mo01:2345:respawn:/usr/sbin/faxgetty ttyIAX1
However, when I do an init q the faxgetty instances do not start. If
I run faxgetty from the command line in detached mode for each of them
(faxgetty -D ttyIAX0) then they do start. The iaxmodem instanc...