天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

呼叫中心智能路由系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)

發(fā)布時(shí)間:2019-01-23 17:43
【摘要】:建設(shè)呼叫中心平臺(tái)是提高企事業(yè)單位服務(wù)質(zhì)量的重要途徑。軟件技術(shù)的快速發(fā)展促使呼叫中心體系結(jié)構(gòu)發(fā)生重大改變,路由系統(tǒng)作為呼叫中心不可或缺的一部分,始終以軟件中間件形式存在,在呼叫中心其他模塊迅速發(fā)展時(shí)卻沒(méi)有重大改進(jìn)。隨著不同呼叫中心擁有的坐席差異性越來(lái)越大,傳統(tǒng)路由系統(tǒng)已經(jīng)不能滿足所有呼叫中心的業(yè)務(wù)需求,迫切需要一款路由系統(tǒng)滿足不同大小呼叫中心平臺(tái)的路由需求。本文設(shè)計(jì)并實(shí)現(xiàn)了一款智能路由系統(tǒng),將每個(gè)獨(dú)立的路由功能都表示為一個(gè)路由節(jié)點(diǎn),并提供可視化配置界面設(shè)置路由節(jié)點(diǎn)參數(shù),讓呼叫中心管理員能夠按需將多個(gè)路由節(jié)點(diǎn)連接到一起,配置出滿足不同業(yè)務(wù)需求的路由策略。智能路由系統(tǒng)解決了傳統(tǒng)路由系統(tǒng)不能按需更改呼叫中心業(yè)務(wù)的缺點(diǎn)。論文首先分析了路由系統(tǒng)的應(yīng)用場(chǎng)景,在此基礎(chǔ)上,對(duì)路由系統(tǒng)進(jìn)行需求分析,抽象出路由系統(tǒng)需要實(shí)現(xiàn)的路由節(jié)點(diǎn),并提出系統(tǒng)設(shè)計(jì)原則。根據(jù)系統(tǒng)需求和設(shè)計(jì)原則,設(shè)計(jì)系統(tǒng)架構(gòu),并將系統(tǒng)分為通信模塊、路由節(jié)點(diǎn)模塊、解釋執(zhí)行模塊和IRD模塊,并分別對(duì)每個(gè)模塊進(jìn)行概要設(shè)計(jì)。根據(jù)模塊間關(guān)系,論文將系統(tǒng)劃分為三個(gè)部分:路由分配算法、路由功能和路由策略設(shè)計(jì)工具(IRD)。并對(duì)每個(gè)部分進(jìn)行詳細(xì)設(shè)計(jì)與實(shí)現(xiàn)。路由分配算法部分首先論述了路由分配算法設(shè)計(jì)模型,然后從簡(jiǎn)單到復(fù)雜,設(shè)計(jì)實(shí)現(xiàn)了多種路由算法,本文設(shè)計(jì)并實(shí)現(xiàn)的路由算法有:統(tǒng)計(jì)類路由算法、基本路由算法、服務(wù)水平路由算法和負(fù)載均衡路由算法。路由功能部分依次闡述系統(tǒng)組成模塊的設(shè)計(jì)實(shí)現(xiàn):首先,基于Netty框架設(shè)計(jì)并實(shí)現(xiàn)了通信模塊,接著,采用XML技術(shù)對(duì)路由節(jié)點(diǎn)進(jìn)行設(shè)計(jì),并根據(jù)節(jié)點(diǎn)格式設(shè)計(jì)節(jié)點(diǎn)解析器,然后,論文實(shí)現(xiàn)了每個(gè)路由節(jié)點(diǎn)需要執(zhí)行的業(yè)務(wù)邏輯,最后,采用多線程模型設(shè)計(jì)了執(zhí)行器,按序執(zhí)行路由策略中的每個(gè)路由節(jié)點(diǎn)。最后,基于B/S框架,采用三層架構(gòu)模型,論文對(duì)路由系統(tǒng)的IRD進(jìn)行了設(shè)計(jì)與實(shí)現(xiàn)。文中首先基于JQUERY、開(kāi)源框架GooFlow等Web技術(shù)實(shí)現(xiàn)UI層,接著采用Mybatis持久層框架、XML存儲(chǔ)技術(shù)完成不同業(yè)務(wù)數(shù)據(jù)的存儲(chǔ)。論文最后對(duì)路由系統(tǒng)進(jìn)行了功能測(cè)試和性能測(cè)試。功能測(cè)試按模塊進(jìn)行,測(cè)試結(jié)果表明本文設(shè)計(jì)的路由系統(tǒng)能夠良好工作,實(shí)現(xiàn)了所有預(yù)期功能;通過(guò)模擬大量并發(fā)請(qǐng)求,對(duì)系統(tǒng)CPU、內(nèi)存和網(wǎng)絡(luò)進(jìn)行負(fù)載測(cè)試,結(jié)果表明本文設(shè)計(jì)的系統(tǒng)并發(fā)量較大,系統(tǒng)具有較高可靠性、穩(wěn)定性,能夠滿足不同大小呼叫中心的業(yè)務(wù)需求。
[Abstract]:The construction of call center platform is an important way to improve the service quality of enterprises and institutions. With the rapid development of software technology, the architecture of call center is changed greatly. As an indispensable part of call center, routing system always exists in the form of software middleware. There was no significant improvement in the rapid development of other call center modules. With the increasing difference between different call centers, the traditional routing system can not meet the business needs of all call centers, so it is urgent to have a routing system to meet the routing needs of different call center platforms. In this paper, an intelligent routing system is designed and implemented. Each independent routing function is represented as a routing node, and a visual configuration interface is provided to set the routing node parameters. It enables call center administrators to connect multiple routing nodes together on demand and configure routing strategies to meet different business requirements. Intelligent routing system solves the shortcoming that traditional routing system can not change call center service on demand. Based on the analysis of the application scenario of the routing system, this paper analyzes the requirements of the routing system, abstracts the route nodes to be realized by the system, and puts forward the design principles of the system. According to the system requirements and design principles, the system architecture is designed, and the system is divided into communication module, routing node module, executive module and IRD module, and each module is designed briefly. According to the relationship between modules, the system is divided into three parts: routing assignment algorithm, routing function and routing policy design tool (IRD). Each part is designed and implemented in detail. In the part of routing assignment algorithm, the design model of routing assignment algorithm is discussed firstly, then from simple to complex, various routing algorithms are designed and implemented. The routing algorithms designed and implemented in this paper are: statistical routing algorithm, basic routing algorithm, and so on. Service level routing algorithm and load balancing routing algorithm. Firstly, the communication module is designed and implemented based on the Netty framework. Then, the routing node is designed by XML technology, and the node parser is designed according to the node format. In this paper, the business logic of each routing node is implemented. Finally, the multi-thread model is used to design the executor to execute each routing node in order. Finally, based on the B / S framework, this paper designs and implements the IRD of the routing system by using the three-tier architecture model. In this paper, we first implement the UI layer based on Web technology such as JQUERY, open source framework GooFlow, and then use Mybatis persistence layer framework, XML storage technology to complete the storage of different business data. Finally, the function and performance of the routing system are tested. The test results show that the routing system designed in this paper can work well and achieve all the expected functions. By simulating a large number of concurrent requests, the system CPU, memory and network load tests are carried out. The results show that the system designed in this paper has a large amount of concurrency, high reliability and stability, and can meet the business needs of call centers of different sizes.
【學(xué)位授予單位】:西安電子科技大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2014
【分類號(hào)】:TN99

【相似文獻(xiàn)】

相關(guān)期刊論文 前10條

1 雷寧;呼叫中心[J];電子科技;2000年14期

2 曉晨;呼叫中心的發(fā)展趨勢(shì)[J];通信世界;2000年12期

3 陳泓;分布式呼叫中心應(yīng)用設(shè)計(jì)[J];通信世界;2000年17期

4 王保忠,劉硯;呼叫中心技術(shù)及發(fā)展探討[J];科技情報(bào)開(kāi)發(fā)與經(jīng)濟(jì);2000年06期

5 陳志鋼;呼叫中心簡(jiǎn)介[J];通訊世界;2000年Z1期

6 ;風(fēng)靡全球的多媒體呼叫中心[J];現(xiàn)代電信科技;2000年02期

7 張軍平;呼叫中心在銀行業(yè)的應(yīng)用[J];中國(guó)金融電腦;2000年12期

8 ;呼叫中心應(yīng)用簡(jiǎn)筆[J];世界電信;2000年03期

9 韶青;長(zhǎng)天呼叫中心落戶廣東農(nóng)行[J];廣東金融電腦;2000年01期

10 宋俊德;呼叫中心的最新發(fā)展趨勢(shì)[J];信息系統(tǒng)工程;2000年12期

相關(guān)會(huì)議論文 前10條

1 高嵩;高毓麟;;關(guān)于銀行呼叫中心建設(shè)的探討[A];圖像 仿真 信息技術(shù)——第二屆聯(lián)合學(xué)術(shù)會(huì)議論文集[C];2002年

2 王勇;熊億光;;如何評(píng)價(jià)呼叫中心的效率[A];通信發(fā)展戰(zhàn)略與業(yè)務(wù)管理創(chuàng)新學(xué)術(shù)研討會(huì)論文集[C];2005年

3 高媛婷;韓劍;方濱華;;呼叫中心原理及其應(yīng)用[A];黑龍江省通信學(xué)會(huì)學(xué)術(shù)年會(huì)論文集[C];2005年

4 梁濤;;呼叫中心發(fā)展趨勢(shì)及實(shí)業(yè)呼叫中心應(yīng)對(duì)[A];廣東省通信學(xué)會(huì)2006年度學(xué)術(shù)論文集[C];2007年

5 劉江溥;;試論網(wǎng)絡(luò)呼叫中心[A];中國(guó)通信學(xué)會(huì)第五屆學(xué)術(shù)年會(huì)論文集[C];2008年

6 沈波;;商業(yè)呼叫中心業(yè)務(wù)產(chǎn)品化研究[A];2007中國(guó)科協(xié)年會(huì)——通信與信息發(fā)展高層論壇論文集[C];2007年

7 周家蓮;;基于平衡計(jì)分卡的呼叫中心績(jī)效考核研究[A];2013電力行業(yè)信息化年會(huì)論文集[C];2013年

8 高曉冬;李國(guó)慶;;電信綜合呼叫中心在電子商務(wù)中的應(yīng)用[A];加入WTO和中國(guó)科技與可持續(xù)發(fā)展——挑戰(zhàn)與機(jī)遇、責(zé)任和對(duì)策(下冊(cè))[C];2002年

9 李世清;;積極做好服務(wù)外包與呼叫業(yè)務(wù)[A];四川省通信學(xué)會(huì)2009年學(xué)術(shù)年會(huì)論文集[C];2009年

10 劉曉敏;陳文偉;;廈門(mén)廣電集團(tuán)呼叫中心項(xiàng)目的實(shí)施[A];2009中國(guó)電影電視技術(shù)學(xué)會(huì)影視技術(shù)文集[C];2010年

相關(guān)重要報(bào)紙文章 前10條

1 李斌;王文韜;呼叫中心林立 納稅人錢東流[N];中國(guó)稅務(wù)報(bào);2003年

2 本報(bào)采訪小組;具有地域優(yōu)勢(shì)的大連呼叫中心產(chǎn)業(yè)[N];電子資訊時(shí)報(bào);2005年

3 ;印度為農(nóng)民開(kāi)呼叫中心[N];發(fā)展導(dǎo)報(bào);2004年

4 白 麗;呼叫中心產(chǎn)業(yè):又一個(gè)金礦?[N];中國(guó)高新技術(shù)產(chǎn)業(yè)導(dǎo)報(bào);2004年

5 金營(yíng);合力金橋涉足物流領(lǐng)域呼叫中心[N];中國(guó)高新技術(shù)產(chǎn)業(yè)導(dǎo)報(bào);2004年

6 盧紫;中國(guó)外包呼叫中心初具規(guī)模[N];國(guó)際商報(bào);2002年

7 ;呼叫中心市場(chǎng) 漸聞喧嘩[N];河北日?qǐng)?bào);2003年

8 柏婀娜 劉燕;外包式呼叫中心前景廣闊[N];經(jīng)濟(jì)參考報(bào);2002年

9 任鵬宇;打造外包呼叫中心業(yè)航母[N];經(jīng)濟(jì)參考報(bào);2002年

10 黃華;呼叫中心 金融服務(wù)新手段[N];金融時(shí)報(bào);2000年

相關(guān)博士學(xué)位論文 前3條

1 慕紅云;新一代呼叫中心及其應(yīng)用[D];鐵道部科學(xué)研究院;2007年

2 吳佳驥;多技能呼叫中心人力資源分配調(diào)度問(wèn)題研究[D];中國(guó)科學(xué)技術(shù)大學(xué);2007年

3 李大川;呼叫中心業(yè)務(wù)流不均衡問(wèn)題研究[D];北京郵電大學(xué);2008年

相關(guān)碩士學(xué)位論文 前10條

1 王芳;呼叫中心綜合信息服務(wù)平臺(tái)的分析與構(gòu)建[D];山東大學(xué);2008年

2 劉國(guó)良;綜合服務(wù)外包呼叫中心的技術(shù)研究與構(gòu)建[D];山東大學(xué);2008年

3 蔣涵;銀行信用卡呼叫中心的網(wǎng)格化運(yùn)營(yíng)模式設(shè)計(jì)與實(shí)施研究[D];復(fù)旦大學(xué);2008年

4 蔡福太;D公司技術(shù)支持呼叫中心運(yùn)作管理研究[D];廈門(mén)大學(xué);2008年

5 裴云;吉林電信客服呼叫中心設(shè)計(jì)與實(shí)現(xiàn)[D];吉林大學(xué);2010年

6 艾華;H公司技術(shù)支持呼叫中心運(yùn)營(yíng)管理研究[D];北京交通大學(xué);2011年

7 李根勝;A公司呼叫中心運(yùn)營(yíng)管理分析[D];華南理工大學(xué);2011年

8 程仁貴;呼叫中心實(shí)現(xiàn)技術(shù)研究及應(yīng)用實(shí)例的設(shè)計(jì)與實(shí)現(xiàn)[D];西北大學(xué);2001年

9 田洪濤;旅游呼叫中心的設(shè)計(jì)與實(shí)現(xiàn)[D];新疆大學(xué);2004年

10 肖春平;基于語(yǔ)音板卡的呼叫中心研究[D];華東師范大學(xué);2007年

,

本文編號(hào):2414058

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/wltx/2414058.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶ec5c0***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com