⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configsfk.txt

📁 telcobridges cas develop
💻 TXT
字号:
   
#######################################################################################
#								CAS CONFIGURATION FILE
#
# This configuration file is used by the application to know which type of trunks and
# stack to allocate when the program starts.  The actual trunk and stack allocation is
# done dynamically.  
# 
# This sample is architectured is such a way that a client can replace the configuration 
# file parsing by some dynamic method of getting configuration parameters (such as a
# GUI or a database input) and still configure everything live.
#######################################################################################


#
# This section contains the general parameter of the application
#
.PARAMS
LOG_FILENAME=log.txt
LOG_FILE_LEVEL=3
LOG_DISPLAY_LEVEL=3
MIN_REFRESH=100
CFGVER=2
.END

#
# This section contains configuration parameters for trunks for adapter A ("ANY"
# used as the adapter name means the next adapter in the discovery list, 
# otherwise, the argument is interpreted as the adapter name.
#


#
# First adapter
#

.ADAPTER=ANY


# Trunk 0
.TRUNK
TRUNK_CFG=0,T1,ESF,B8ZS,SHORT,FALSE,127
STACK_CFG=WINK,NETWORK,FALSE,TRUE,TRUE
CALL_CFG=5555,8888
.END

.END



#
# Second adapter
#

.ADAPTER=ANY


# Trunk 0
.TRUNK
TRUNK_CFG=0,T1,ESF,B8ZS,SHORT,FALSE,127
STACK_CFG=WINK,USER,FALSE,TRUE,TRUE
CALL_CFG=8888,5555
.END

.END

⌨️ 快捷键说明

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