📄 configsfk.txt
字号:
#######################################################################################
# ISDN 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=4
LOG_DISPLAY_LEVEL=4
APP_UNIQUE_ID=1157652496
MIN_REFRESH=100
.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,E1,AUTO,HDB3,SHORT,FALSE,85
STACK_CFG=NET5,NETWORK,FALSE
CALL_CFG=5555,8888,1234
.END
.END
#
# Secibd adapter
#
.ADAPTER=ANY
# Trunk 0
.TRUNK
TRUNK_CFG=0,E1,AUTO,HDB3,SHORT,FALSE,85
STACK_CFG=NET5,USER,FALSE
CALL_CFG=5555,8888,1234
.END
.END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -