📄 cstastub.properties
字号:
# *************************************************************************** #
# #
# ** Property file for CSTAStub ** #
# #
# *************************************************************************** #
# -----------------------------------------
# CSTAStub settings
# -----------------------------------------
# TCP port the server is listening to
cstastub.port=3211
# Remote management information
cstastub.remote_management.port=8085
cstastub.remote_management.username=Admin
#cstastub.remote_management.password=SWzEy
cstastub.remote_management.language=en
# Administrator email configuration
cstastub.administrator.email.address=konik.bruno@wanadoo.fr
cstastub.administrator.email.smtp.host=smtp.wanadoo.fr
cstastub.administrator.email.smtp.port=25
# Administrator email configuration
# 'from' field (default = "CSTAStub.software@unigone.com")
cstastub.administrator.email.from=CSTAStub.software@unigone.com
# 'to' list as a comma separated list (administrator email address is automatically included)
cstastub.administrator.email.tolist=
# 'cc' list as a comma separated list
cstastub.administrator.email.cclist=
# logging file for the CSTAStub application
cstastub.logging.properties.filename=logging.properties
cstastub.callServer.remove_phoneContext_on_last_MonitorStop.enabled=true
cstastub.callServer.HTML_report.enabled=true
cstastub.callServer.CSV_report.enabled=true
#cstastub.callServer.callGeneration.start.timeout=10
cstastub.callServer.callGeneration.period=30000
cstastub.callServer.callGeneration.calls.count=10
cstastub.callServer.callGeneration.calls.inter_call.timeout=200
cstastub.phoneContext.behavior.default.dialingNumbers=*
cstastub.phoneContext.behavior.default.makeCallResult.delay=100
cstastub.phoneContext.behavior.default.answerCallResult.delay=100
cstastub.phoneContext.behavior.default.clearConnectionResult.delay=100
cstastub.phoneContext.behavior.default.divertCallResult.delay=100
cstastub.phoneContext.behavior.default.initiated_originated.delay=500
cstastub.phoneContext.behavior.default.originated_delivered.delay=1000
cstastub.phoneContext.behavior.default.alerted_answered.delay=10000
cstastub.phoneContext.behavior.default.delivered_dropped_onNoAnswer.delay=15000
cstastub.phoneContext.behavior.default.answered_dropped_onCaller.delay=25000
cstastub.phoneContext.behavior.default.answered_dropped_onCalled.delay=30000
cstastub.phoneContext.behavior.default.dropped_onDropped.delay=3000
# a user default behavior that needs an AnswerCall to answer a call and
# a ClearConnection to drop it.
cstastub.phoneContext.behavior.default.1.dialingNumbers=8.*
cstastub.phoneContext.behavior.default.1.initiated_originated.delay=500
cstastub.phoneContext.behavior.default.1.originated_delivered.delay=1000
cstastub.phoneContext.behavior.default.1.alerted_answered.delay=-1
cstastub.phoneContext.behavior.default.1.delivered_dropped_onNoAnswer.delay=20000
cstastub.phoneContext.behavior.default.1.answered_dropped_onCaller.delay=-1
cstastub.phoneContext.behavior.default.1.answered_dropped_onCalled.delay=-1
cstastub.phoneContext.behavior.default.1.dropped_onDropped.delay=3000
# -----------------------------------------
# Simulated PBX settings (server)
# -----------------------------------------
# PBX configuration
# -----------------
pbxlink.pbx.type=PBX_EADS_TELECOM_M6500
pbxlink.logging.properties.filename=logging.properties
# The way the CSTA ConnectionID is filled : either staticID or dynamicID.
pbxlink.pbx.csta.connectionID.device.choice=staticID
#pbxlink.pbx.csta.connectionID.device.choice=dynamicID
#pbxlink.pbx.csta.connectionID.device.dynamicID.newID_per_call_over_call.enabled=false
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -