install

来自「gnugk软交换产品」· 代码 · 共 36 行

TXT
36
字号
VoIP Billing Platform for GnuGkCopyright (c) 2004, Michal ZygmuntowiczThis work is published under the GNU Public License (GPL)see file COPYING for detailsSample configuration for FreeRADIUS server to use with GnuGk prepaid platform=============================================================================1. Copy postgresql.conf file to FreeRADIUS configuration directory.2. Edit radiusd.conf to include postgresql.conf file and enable the sql   module for authorization and accounting (you can look at the sample    radiusd.conf file in this directory).   IMPORTANT: Do not forget to enable with_cisco_vsa_hack = yes option   in radiusd.conf file   You can also copy the included radiusd.conf file for a quick start up.   3. Edit postgresql.conf file to contain the proper address of the machine   that is running voipdb database, a valid login/password, etc.   (You may need to edit PostgreSQL configuration file pg_hba.conf to accept   database connections from the FreeRADIUS machine)   4. Do not forget to edit clients.conf and append an entry for GnuGk.   You can also use the included clients.conf file, if the gatekeeper runs   on the same machine as FreeRADIUS.5. Reload (or start) FreeRADIUS server.This has been tested with FreeRADIUS 0.9.x and 1.0.x. You can find more infoabout FreeRADIUS server at http://www.freeradius.org.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?