Book
- Basic setup of a SOHO server
- SoHo - Software repositories
- SoHo - Alias of loopback interface
- SoHo - IPtables configuration example
- SoHo - Webmin
- SoHo - DNS
- SoHo - VMWare
- SoHo - Windows
- SoHo - OpenVPN
- SoHo - Remote Desktop
- Nameserver on Windows XP forwarding to public DNS with private zones
- SoHO - NTP
- SoHo - SSH
- SoHo - Ubuntu prerequisites
- How to strengthen SSH
- Fixing Nessus complaints
- Java installation on RHEL 4
- Installing vsFTPd on CentOS
- How to setup CA (certificate authority)
- Installation of VIM X11 and archivers on RHEL 4 x86_64
- SoHo - MS & Open-Office
- User management
- CommuniGate Pro
- Backup
- Issue tracking for small groups
- Jabber setup and configuration
- Monitoring & Statistics
- Printing in SOHO
- Faxes in SOHO
- T38 Modem
- PostScript fonts for faxes
- Installing Brother MFU drivers on Ubuntu
- Installing Hylafax client on RHEL4 and Fedora
- Installing Hylafax server on RHEL4
- Installing Hylafax server on Ubuntu
- Integrating Hylafax with CUPS
- Integrating Hylafax with CommuniGate
- Managing Hylafax from Ubuntu client
- Sending and receiving faxes over internet (links)
- How to test faxing
- Drivers for Brother MFUs
- Brand new idea about faxing
- External faxing resources
- Antivirus & Antispam
- External SOHO References
- Supplementary SOHO procedures
T38 Modem
in
Table of Contents
1. T38 modem on Ubuntu
- Install:
apt-get install cu minicom apt-get install -y t38modem
Now make it start automatically when run on the fax host:
- install /usr/local/sbin/daemon-wrapper
- install /etc/init.d/fax38modem
- edit configuration /etc/default/t38modem:
FAXHOST="fax1.ourdom.com"
ROUTES="--route 1@fax1.ourdom.com
--route 2@fax2.ourdom.com"
DEVICE="ttyx0"
CONNOPT="-n"- start program:
update-rc.d fax38modem defaults 22 78 /etc/init.d/fax38modem restart
- Check
$ cu -l /dev/ttyx0 Connected. AT OK AT+fclass=? ATI0 T38FAX OK ~.
2. T38 modem on RHEL4
- install uucp package containing cu
I did not find RH package and patched one from Mandriva - see sources in t38modem-build-v03.tar.gz. Modified t38modem uses /dev/ptmx and sets pseudo tty permissionsas uucp: tty 660
- install binary packages from the above tarball:
rpm -ivh pwlib38-1.10.1-03.el4.x86_64.rpm
openh323t38-plugins-1.18.0-03.el4.x86_64.rpm
openh323t38-1.18.0-03.el4.x86_64.rpm
t38modem-0.8.0-03.el4.x86_64.rpm- install start script Missing argument file.
- edit configuration /etc/sysconfig/t38modem:
FAXHOST="fax2.ourdom.com" DEVICE="+ttyx0" ROUTES="--route 1@fax1.ourdom.com --route2@fax2.ourdom.com"
- run the service:
chkconfig --add fax38modem service fax38modem restart
- Test it:
$ cu -l /dev/ttyx0 Connected. ATI0 T38FAX OK ATDT15678 HylaFAX (tm) Version 4.4.3 OK ~.
Attachments
t38modem-build-v03.tar_.gz 16.02 MB
ps-daemon-wrapper.sh 214 bytes
ps-rhel4-initd-fax38modem.sh 2.32 KB
ps-ubuntu-initd-fax38modem.sh 2.53 KB

Comments
Post new comment