install.txt
来自「Remote Internet Connect简化了从其它运行操作系统的机子上将」· 文本 代码 · 共 44 行
TXT
44 行
RIC Deamon 2 Release by Harry Otten (c) Copyright 2002-2003 Mail me: hotten@dds.nl
Check out http://www.hotten.dds.nl/ric/
for the latest info.
Also check the forum: http://www.nebriski-online.com/forum/viewforum.php?f=26
You need the Java Runtime Environment! (1.4.0 tested)
http://java.sun.com/j2se/1.4/download.html
You wile have to edit the RICd.cfg file.
IP;DIALCOMMAND;HANGUPCOMMAND;STATUSCOMMAND;PORTNUMBER;AUTOCHECKTIMER;
If autocheck timer is 0 it wil not check te connection.
When the program is in test mode it wil not execute the commands. It simply fakes the result.
Starting the program goes like
$ java RICd
Starting the program in test mode goes like
$ java RICd -test
Or perhaps when the JDK is not in your path
$ /jdk/bin/java RICd
If you want your server to start RIC when it is booting you could create a script
something like
echo Starting RICd.....
cd /RIC/RICd
/classesjava RICd >ricd.log &
If you run in any trouble please check the forum first, if it doesn't help you post on it
or mail me hotten@dds.nl
Good luck,
Harry
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?