1.download Hylafax และ IAX modem
- โค้ด: เลือกทั้งหมด
cd /tmp
wget http://www.taylortelephone.com/asterisk/iaxmodem-1.1.1-1.i386.rpm
wget ftp://ftp.hylafax.org/binary/linux/redhat/RPMS/i386/hylafax-4.4.5-1rhel5.i386.rpm
2. ลง Ghostscripts sharutil และ mgetty-voice
- โค้ด: เลือกทั้งหมด
yum -y install ghostscript sharutil mgetty-voice
ln -s /usr/share/fonts/default/ghostscript/ /usr/share/ghostscript/fonts
3.สร้าง Directory IAXMODEM
- โค้ด: เลือกทั้งหมด
cd /usr/src
mkdir iaxmodem
cd iaxmodem
4. install Hylafax
- โค้ด: เลือกทั้งหมด
cd /tmp
rpm -Uvh hylafax-4.4.5-1rhel5-1rhel5.i386.rpm
5. setup Hylafax เลือก default ทุกอย่างยกเว้น areaCode และเมื่อเจอคำถาม "Do you want to run faxaddmodem to configure a modem [Yes]? ให้ตอบ No
- โค้ด: เลือกทั้งหมด
/usr/sbin/faxsetup
6. ทำให้ hylafax boot ตอนเปิดเครื่อง
- โค้ด: เลือกทั้งหมด
chkconfig --add hylafax
7. install IAXmodem
- โค้ด: เลือกทั้งหมด
rpm -Uvh iaxmodem-1.1.1-1.i386.rpm
8. ทำให้ IAXmodem boot ตอนเปิดเครื่อง
- โค้ด: เลือกทั้งหมด
chkconfig --add iaxmodem