博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
NK3C程序配置
阅读量:5077 次
发布时间:2019-06-12

本文共 1252 字,大约阅读时间需要 4 分钟。

1、坐席软电话

1)NKZXAgent
1)需要环境:.netframework 4.0
2)reg.bat 注册;(确认注册成功)
3)TestAgt.exe 软电话签入测试
LoadConfig:
零配置服务器URL:
虚中心:2
密码:Abc123
工号段:1020~1030(中间取一个,不要用重复)
2)数据库连接:
db.properties
nkframework.xml
1)配置文件: NKAgent.exe.config
中兴相关配置不变
<!-- CTI代理信息--> <add key="Connection.Host" value="192.168.40.161" /> <add key="Connection.Port" value="6666" /> <add key="Connection.IsUse" value="true" /> <add key="Connection.ConnectTimeout" value="30000" />

(日志窗口可以使用)

2、CTI代理

1)配置文件 server.properties
listen.serverHost=192.168.40.161
listen.serverPort=6666

与坐席软电话的CTI代理配置对应

3、页面

1)配置文件 :tel.properties
simulateFromWebServer=false
telTrayUrl=
telTrayTimeout=90

telTrayUrl与坐席软电话的Nancy.Port对应

2)配置文件 :server.properties

service.sessionServiceClientType=1

service.stateServiceClientType=1
service.sessionServiceHttpUrl=
service.stateServiceHttpUrl=

后面两个地址是cti代理部署的tomcat访问地址

时间: 2016年3月15日 (周二) 09:50

程序连接软电话模拟器配置:

1)server.properties:
service.sessionServiceClientType=0
service.stateServiceClientType=0
service.sessionServiceHttpUrl=
service.stateServiceHttpUrl=
2)tel.properties
simulateFromWebServer=true
telTrayUrl=
telTrayTimeout=90

posted on
2016-12-01 14:39  阅读(
...) 评论(
...) 收藏

转载于:https://www.cnblogs.com/sshoub/p/6121847.html

你可能感兴趣的文章
Maven创建Web项目、、、整合SSM框架
查看>>
转!!深入理解 Session 与 Cookie
查看>>
Dojo 1.6 beta1 发布
查看>>
用node.js做cluster,监听异常的邮件提醒服务
查看>>
Ninject 2.x细说---1.基本使用
查看>>
css,js加载阻塞页面渲染的理解
查看>>
合并相同字段
查看>>
黑名单设计
查看>>
TP5 查询mysql数据库时的find_in_set用法
查看>>
ATL添加事件步骤
查看>>
Avoid memory copying between user space and kernel space
查看>>
隐藏input输入框的增减按钮
查看>>
Python 常用模块总结
查看>>
谷歌地图使用
查看>>
在vue init webpack my-project卡住的问题
查看>>
react+antdesign
查看>>
java三大框架介绍
查看>>
视图鼻祖之UIView详解
查看>>
【Python】Markov text generator马尔科夫文字生成器
查看>>
Bootstrap 栅格系统
查看>>