📄 readme
字号:
README for gnuvoice-1.0.x------------------------gnuvoice is a voicemail / callerid program for linuxREQUIREMENTS------------1. caller ID capable modem2. some database: one of a. mysql (www.mysql.com) b. mSQL 2.0 (www.hughes.com.au) c. pgsql (comes with debian distributions)3. gtk+ ( >=1.2.0 ), gtk-- ( >=1.0.0 )4. For mail functionality, the only modems currently supported are the USR Sportster Voice 56K modems.INSTALLATION------------For the default installation, ./configure makeIf you want to change any of the defaults, ./configure --with-OPTION=VALUEFor a list of options, ./configure --helpTo use mysql, try ./configure --with-dbase=mysql To use the Sportster voice modem (and enable voice functionality), ./configure --with-modem-type=sport Before running the app, you need to set up the database.If you're using mSQL, make sure msql2d is running, then cd /usr/local/Hughes/bin; msqladmin create gnuvoiceIf you're using mysql, the program creates the database for you.If you've used a previous version of gnuvoice, there is no need todownload the wav files again. Simple move them to /usr/local/share/wavThis should save some bandwidth.If you're a first time user, download gnuvoice_waves.tgz and untar/gzip it in the same place you untar/gzipped gnuvoice-1.0.x.tgz. If you've used xcallerid (the predecessorto gnuvoice), then you can use the same wav files.RUNNING-------First, make sure msql2d is running: /usr/local/Hughes/bin/msql2d &If using mysql: /usr/local/bin/safe_mysqld &Then run the gnuvoice executable. /usr/local/gnuvoice-1.0.?/gnuvoice &The monitoring of the modem can be started and stopped at will,using the Daemon pulldown menu.To search the database, use the search menu. You can search bynumber, name, or date (dd-mmm-yyyy, i.e. 26-Jun-1998). gnuvoicewill the list all matching calls.To update a call (and all the calls with the same number), select a call from the list and use the update menu.If you choose name, you will be given a dialog box to type the new name in. If you choose greeting, you will be given a file selectiondialog to choose a wav file from.LICENSE-------This program is distributed under the GPL. See the file COPYINGfor details.CONTACT-------Copyright (c) 1999 Joe Yandle <joe@wlcg.com>gnuvoice homepage: http://sith.wlcg.com/gnuvoice/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -