aboutsummaryrefslogtreecommitdiff
path: root/network/t38modem/README
diff options
context:
space:
mode:
authorChris Walker <kris240376@gmail.com>2020-04-02 00:08:34 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-04-02 00:08:34 +0700
commit4510e38975f8602e5e03502be518b9402837cbec (patch)
treeeda74dc50782a9e52a715b4ae64504e60a9c3ae4 /network/t38modem/README
parentceabc95edbfbf946484cf2779aaa6380ab34d5cf (diff)
network/t38modem: Updated for version 3.15.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/t38modem/README')
-rw-r--r--network/t38modem/README19
1 files changed, 15 insertions, 4 deletions
diff --git a/network/t38modem/README b/network/t38modem/README
index 8b80ff7d1853b..d9f5eb211bfce 100644
--- a/network/t38modem/README
+++ b/network/t38modem/README
@@ -4,7 +4,18 @@ What is t38modem?
* 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.
-This package requires both the OPAL and ptlib packages (both available on
-SlackBuilds.) After building and installing OPAL package keep the OPAL source
-tree on disk. This package will point to OPAL source tree and use files created
-during its build processes to create this package.
+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.