📄 install.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -