configsfk.txt

来自「telcobridges cas develop」· 文本 代码 · 共 66 行

TXT
66
字号
   
#######################################################################################
#								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 + =
减小字号Ctrl + -
显示快捷键?