diff options
author | Chris Walker <kris240376@gmail.com> | 2020-04-02 00:08:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-02 00:08:34 +0700 |
commit | 4510e38975f8602e5e03502be518b9402837cbec (patch) | |
tree | eda74dc50782a9e52a715b4ae64504e60a9c3ae4 /network/t38modem/rc.t38modem.conf | |
parent | ceabc95edbfbf946484cf2779aaa6380ab34d5cf (diff) |
network/t38modem: Updated for version 3.15.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/t38modem/rc.t38modem.conf')
-rw-r--r-- | network/t38modem/rc.t38modem.conf | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/network/t38modem/rc.t38modem.conf b/network/t38modem/rc.t38modem.conf new file mode 100644 index 0000000000..bb05c85527 --- /dev/null +++ b/network/t38modem/rc.t38modem.conf @@ -0,0 +1,40 @@ +##################################################### +# Must be set to the number of modems in the config # +##################################################### + +# Config information for modem0: +MODEMNAME[0]="ttyx0" +PTTY[0]="" +SIP_SERVER[0]= +SIP_ACCOUNT[0]= +SIP_PASSWORD[0]= +LISTEN_PORT[0]=5060 +T38_REDUNDANCY[0]=3 + +# Config information for modem1: +MODEMNAME[1]="ttyx1" +PTTY[1]="" +SIP_SERVER[1]= +SIP_ACCOUNT[1]= +SIP_PASSWORD[1]= +LISTEN_PORT[1]=5061 +T38_REDUNDANCY[1]=3 + +# Config information for modem2: +MODEMNAME[2]="ttyx2" +PTTY[2]="" +SIP_SERVER[2]= +SIP_ACCOUNT[2]= +SIP_PASSWORD[2]= +LISTEN_PORT[2]=5062 +T38_REDUNDANCY[2]=3 + +# Config information for modem3: +MODEMNAME[3]="ttyx3" +PTTY[3]="" +SIP_SERVER[3]= +SIP_ACCOUNT[3]= +SIP_PASSWORD[3]= +LISTEN_PORT[3]=5063 +T38_REDUNDANCY[3]=3 + |