This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Network > t38modem (3.15)

What is t38modem?

* From your fax or voice application view point it's a fax/voice modem pool.
* From IP network view point it's a H.323/SIP endpoint with T.38 fax support.
* From your view point it's a gateway between an application and IP network.

After installation update the /etc/rc.d/rc.t38modem.conf file with your SIP
account details and add the following to your /etc/rc.d/rc.local script:

if [ -x /etc/rc.d/rc.t38modem ]; then
/etc/rc.d/rc.t38modem start
fi

Optionally, you can add the following to your /etc/rc.d/rc.local_shutdown:

if [ -x /etc/rc.d/rc.t38modem ]; then
/etc/rc.d/rc.t38modem stop
fi

If you are using this package with Asterisk there is a sample resetmodem script
that can be placed in the your /var/spool/hylafax/etc directory.

This requires: t38modem-opal

Maintained by: Chris Walker
Keywords: fax,server,facsimiles,modem,asterisk
ChangeLog: t38modem

Homepage:
https://github.com/T38Modem/t38modem

Source Downloads:
t38modem-3.15.zip (c340d2b6657ba81eaaab4a816367bbe0)

Download SlackBuild:
t38modem.tar.gz
t38modem.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds