diff options
Diffstat (limited to 'network/t38modem/README')
-rw-r--r-- | network/t38modem/README | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/network/t38modem/README b/network/t38modem/README index 8b80ff7d18..d9f5eb211b 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. |