pressingmssql2005
mssql2005 时间:2021-05-05 阅读:(
)
MizuCallcenterPlatformTutorialAboutThisisaquickintroductionforunderstandingtheMizuCallcenterplatform.
TheMizuCallcenterisbasedontheMizuManagewiththeadditionofthefollowingfunctionalitiesandmodules:Anewtypeofuserscalled"operators"(thesearemostlythesameasVoIPenduserswithafewadditionalpropertieslikeassignedcampaignandtheyaretreatedspeciallybythemizuserver)Campaign:youcanrundifferentcampaignssimultaneously(withdifferentbusinesslogic,differentsettings,scripts,GUI,clientsandoperators)MAgent:clientapplicationfortheoperators.
Traditionalcallcentersuseastandardvoipclient(softphoneorhardwarephone)andusuallyaseparatewebbasedCRMfrontend.
TheMAgentclientapplicationhasalltheseintegratedinasingleapplicationallowingeasierusageandcontrol.
MAgentLite:ifyouwishtokeepyouroldCRM(moredetailsbelow)GUI:supervisorscancreateadifferentuserinterfaceforeachcampaignbyusingthe"GUIdesigner"formfromtheMManageapplication.
ThiswillbevisiblefortheagentontheQuestionnaireform(fromtheMAgentapplication)Script:eachcampaigncanhavedifferentbusinesslogic.
Thiscanbedefinedusingthe"Script"formfromtheMManageCallcenterstatistics:statisticsbycampaignoragent(availablephonenumbers,totalcalls,"successful"calls,agentworktime,etc)Predictivedialer:aserversidedialertoautomaticallydialthephonenumbersbasedontheavailableagentsandpreviousstatisticshistory.
Thepurposeistoreducetheoperatorwaittimetotheminimumbyeliminatingconnectandringtimes.
TermsCallcenters:http://en.
wikipedia.
org/wiki/Call_centreOutboundcallcenter:Operatorswillcallclients(phonenumbers)forexampletosellsomethingInboundcallcenter:Clientscallstooperators.
CallsarehandledbyIVR.
Forexample:receptionistsOperators:PeopleworkingasagentsClients:CalledpeopleincaseofoutboundcallcenterorcallerpeopleincaseofinboundcallcenterCRM:databasebacked(callcenterspecifictablesandstoredprocedures)andfrontend(MizuManageandMAgent)FeaturesEasyInstallationoftheclientapplications:afterdownloading,installationtakesonlyafewminute.
Installationisjustassimpleasanyotherwindowsprogram:nextnextnextfinish.
Nootherconfigurationisrequiredbydefault.
AutomaticCallDistribution:simpleautomaticdialing,powerdialing,predictivedialing,predictiveintelligentdialingCallRecording:allcallscanberecordedandstoredRealtimecallcheckout:supervisorscanlistentotheongoingcallsrealtimeCustomizableScripts:scripttree,withanynumberofbranches,answers,andreasoncodes.
CustomizableGUI:MAgentGUIcanbecompletelydesignedfromMizuManageCustomizableIVR:anynumberoflanguages,anynumberofbranches,calltransferstotheoperatorsStatisticgeneration:customerstatistics,operatorstatistics,callrelatedstatistics,worktimestatistics,campaignstatisticsInvitationletter:customizationandautomaticprintingVirtualCallCenter:moreserveronthesamehardware(completelyseparatedsoftwareanddatabase)WorksfrombehindfirewallswithdynamicIPaddresses:theclientdoesn'trequirepublicIPaddressesAutomaticdialing:Theoperatordoesn'thavetopressabuttonfordialing,itisallautomaticDatabasedialing:Theoperatorcansearchinthedatabase(byaddress,name,ageetc.
)andwithpressingjustonebutton,theoperatorcancallbackhisclient.
Manualdialing:withthisfeaturetheoperatorcandialanybodybyhisnumber,ifshe/heisallowedtodoso.
Callbackscanbescheduled:theoperatorcancreateacallbackiftheclientrequiresso.
AutomaticCallDistributoronthecallcenterserverwillplacethecalls,asmanytimesandintervals,asitisconfigured.
InstallFollowtheMizuVoIPServertutorialtoinstalltheservice.
TheonlydifferenceisthatyoumustenabletheCallcenterINandOUTmodulesintheConfigurationWizard(thiscanbeenabledalsoanytimelateraftertheinstallfromtheMizuManageapplication->Configmenu).
InadditionyouwillhavetoinstalltheMAgentorMAgentLightapplicationforeachdesktopusedbytheoperators(thesearenativeWindowsapplicationsbuthavebeentestedandworksalsounderLinuxbyWine).
WorkflowSystemadministratorswillcreatetheproperVoIPsetup(peers,routingandothersettings)andwillmonitorthesoftswitch(failedroutes,etc)Callcentersupervisorswilladdtheagentusers,createcampaigns,scripts,GUIandwatchcallcenterstatisticsAgentswillusetheMAgentapplicationtoperformtheirwork(ortheMAgentLightifathirdpartyCRMisused)Callscanbeinitiatedbythreeways(configurablegloballyorbycampaign):1.
predictivedialerbytheserver2.
automaticcallsfromtheMAgentQuestionnaireform3.
manualcalls(fromthe"Callsfromdatabase"or"Manualcall"form)SoftwarecomponentsApplicationServerThecallcenterserveriscompletelyintegratedwithoursoftswitchserverplatform.
Minimumrequirementswith50agents:Windows2003/2008/2012/2016/2019,1GBRAM,DualCoreCPU,20GBHDDTheserverishandlingthecallscomingfromtheMAgents,MAgentwillquerytheserverforphonenumberstocallorthecallsareinitiatedfromthepredictivedialeranddroppedtotheMAgentswhentheyarealreadyconnected.
TheCallcenterOutmodulemustbeenabled(canbeenabledfromtheconfigurationwizard)DatabaseThedatabasebackendisusedtostoreCDRrecords,usertablesandotherdata.
Minimumrequirementswith50agents:MSSQL2005/2008/2012/2014/2016/2017/2019,2GBRAM,DualCoreCPU,128GBHDD.
ForsimpleusagethereisnoanyskillsrequiredbutforadvancedusageyoumightneedsomebasicSQLknowledge.
Themostimportantcallcenterspecifictablesare:tb_cclient:usuallyalargetablecontainingalltheavailableclients(phonenumber,name,addressandotherdetails)tb_cccampaigns:containourcampaignsettings(campaignname,settings)tb_ccampain_clients:eachcampaignhasitsownassignedclients.
Theapplicationsareworkingmainlywiththistable.
Herewestorethedataforclientsrelatedtoacampaign.
Forexamplethenumberofcallattempts,whetherwehavesuccessfullysoldsomethingfortheclient,datathattheoperatorswillenterfromMizuManage,andotherdetails.
tb_ccscripts:scriptworkflowtb_ccscript_answers:dataselectedorenteredbytheoperatorswhilenavigationtroughthescripttb_gui:eachcampaigncanpresentaseparateinterfaceintheMAgentapplicationMizuManageApplicationusedbytheadministratorsandsupervisorstosetupandmonitorthecampaigns(scripts,GUIbuilder,MAgentsettings,clientdatabase,assignclientstocampaigns,statistics,etc)MAgentApplicationusedbytheagents(operators)tomakeorreceivecallsandloadandenterdatafrom/tothedatabase.
ThisisbasicallyaVOIPclientandaCRMfrontendcoupledinoneapplication.
OnthefirstloginthedatabaseIP,port,usernameandpasswordisrequired.
Thiscanbesavedandonsubsequentloginsonlytheagentusernameandpasswordisrequired.
FromMAgenttheagentsareabletodothefollowingtasks:-Login/Logoff(Filemenu)-Changetheirowncampaign(ifallowed)Makecalls:-ByrunningtheQuestionnaireform(thisisthemostimportantform.
MostoftheactivityshouldbedonefromhereanditsGUIandscriptcanbebuiltbythesupervisorsfromtheMizuManageapplication)-Callfromdatabase(ifallowed).
Userscansearchandselectaclientandcalldirectlyfromhere.
-Manualcall:islikeasoftphonewithbasiccallcontrolfunctionsDuringcallstheycanselectvariousactions(Actionsmenu)likeHoldDTMForcalltransfer.
Agentalsocanseetheirownstatistics(fromtheDatamenu)orsetupMAgentpreferences(fromtheConfigmenu)MAgentLightYoumightchoosetouseouradvancedsoftswitchplatformwithyouroldCRM.
InthiscaseyoucanusetheMAgentLightapplicationtoautomatesometasks.
CanbeusedtomonitorcallcentercallstatusandperformautomaticCRMrequests.
ForthisaseparateVoIPphoneandaseparateCRMfrontendmustbeused(preferablyawebbasedfrontendsoitcanbecontrolledbytheapplication)Theonlydisadvantageisthatyourclientsdatabasewillbeduplicated(storedinyourCRM,butyouneedtoalsoimportthemtotheMizuplatform–tb_cclientdatabasetable)BasicsettingsTobeabletousethecallcenterfunctionality,thesemodulesmustbeenabledfirstontheserverside.
ForthisyoucanusetheConfigurationWizardfromMManageConfigmenuandmakesurethattheCallcenterInandOutmodulesareenabled(checkifyourlicenseallowsthis,otherwiseenablingthemoduleswillnothaveanyeffect).
Ifthecallcentermodulesareenabledthenyouareallowedtosetupsomebasicsettingsdirectlyfromthewizard("Callcenter"and"Predictivedialer"pages).
Therearemanyotheroptionsthatcanbesetonsystemlevelusingthe"Configuration"form(select"callcenter"intheCategoryFilter)Incomingcallscanbehandledinmanydifferentways:routethecallnormallytothecallednumberrouteincomingcallstoagents(ortoagroupofagents)aspecial"Callback"numbercanbespecifiedandincomingcallscanbetreatedaftertheconfiguration(routetofreeoperator,orroutetoapredefinednumber)handletheincomingcallsbyanIVRIncomingunknownnumberscanbeautomaticallystoredintothedatabaseandascheduledcallbackcanbeinitiatedautomaticallyandassignedtoafreeoperator.
Formaximumperformance,youcanalsorestrictthemaxring-timeandthework-timeallowedfortheoperatorsbetweentwocalls(administrativetasksintheCRM).
Whenthetimeoutwillelapse,thenextcallwillbeinitiatedautomaticallywithoutanyinteractionneededfromtheagent.
Youcanalsodefinehowmuchtimethesystemwillrecallaclientandwhatistheminimumintervalbetweentworecalls.
Theserecallsareforthenotconnectedorfailedcalls,butagentareallowedtocreatemanualrecallsiffurtherdiscussionwithaclientisrequired.
OutgoingcampaignsYouwillhavetowalkthroughthefollowingconfigoptiontosetupyourcallcenter:1.
CallRoutingHereyouhavetodoexactlythesamestepslikefortheVoIPsoftswitch.
FollowtheRoutingandtheAdminGuide.
2.
ScriptThescriptisaconvenientwayto"drive"youroperatorstroughyourbusinesslogic.
Forsimplecampaignthereisnoneedforascript,butifagentshavetoaskmanyquestionsthanthescriptcaneasetheirwork.
Forthisyouwillhavetousethe"Scripts"formfromtheMizuManageapplication.
Addanewscriptormodifyanexistingone.
Pleasenote,thatthereare2typesofscripts:IVRscripts(usedbytheserverforincomingIVRcalls)andclientsidescripts.
Don'tuseserversideactionsinclientsidescripts!
3.
GUIUsethe"GUIdesigner"formforthistask.
Evenifyoudon'tcreateanycustomizedGUI,thedefaultGUIwillbeloaded.
OntheGUIyoushouldputonlythemostcommonfieldsthatshouldbevisiblefortheagentallthetime(likethenameofthecampaign,thecalledphonenumberandanyotherfieldthatisimportantforyouractivity)4.
CampaignUsethe"Campaigns"form:clickonthe+signtoaddanewrecord.
SetanynamethenassociateitwithascriptandaGUIandsetitstypeto"Callcenter(OUT)".
Therestofthefieldsareoptional.
5.
OperatorsFromthe"Usersanddevices"formyouneedtoaddyouragentswithusertypesetas"Operator".
Theseusersarelike"Endusers"withafewcallcenterspecificsettings.
Themostimportantfieldsherearethe"username"whichmustbeauniquestring,thepasswordandthecampaignwheretheoperatorisassigned.
6.
ClientsClientsareactuallythephonenumberstheagentshavetocallandtheyarestoredinthetb_cclienttable.
Usethe"Clients"formtoaddclientsandputitincampaigns.
Userscanbeinsertedinthefollowingways:manuallyfromtheClientformimportClientsbutton(Clientform->operations)usingtheExport/ImportwizardfromtheFilemenuworkingdirectlywiththedatabase(usetheSQLServerManagementStudio)Ontheclientformyoucanperformvariousfiltering,theonthe"Operations"formyoucanassignthelistedrecordtoacampaign.
Alsofromthisformyoucanviewdetailsabouteachusertogetherwithcampaignactivity(howmanytimesitwascalled,whenitwascalledlasttime,ifthe"offer"was"accepted"or"rejected"andotherdetails)7.
MAgentAftertheoperatorwilllogintotheMManageapplicationandopenthe"Questionnaire"theywillseetheGUIandScriptyouhavepreviouslyassignedforthecampaignandthecallsarestartedautomatically(bytheMAgentapplicationorbytheserversidepredictivedialer)8.
QuotasThismodulehavetobeusedonlyifyouneedtobuildrepresentativestatisticsoryouneedtotargetdifferenttypeofuserswithdifferentcampaigns.
9.
PresentationandchecklistsThesemoduleshavebeenbuiltforthespecificneedforinvitationbasedcampaigns.
(Whenclientsareinvitedtoaneventandyoucantrackthelocationsandinvitationsusingthesetwoform)10.
MonitoringUsethe"Callcenterstatistics"formtomonitorthecallcenteractivity.
Statisticsareavailableforcampaignsandagentswithdifferentgroupingortimeinterval.
AnycustomstatisticscanbeeasilywritteninSQLandstoredinthe"DirectQuery"formforquickaccess.
AgentwillbeabletoseetheirownstatisticsusingtheMAgentapplication.
Additionallyacallhistorycanbequeriedforeachclient(phonenumber)usingthe"ClientHistory"formorbyoperatorsfromtheMAgent(onlytheirownclients)TechnicaldetailsThetb_cclienttableisusuallyahugetablewhichcontainsallclientswithoneormoreassignedphonenumbersandoptionallyotherclientspecificdetailslikename,address,age,etc.
Youcancreateanynewfieldinthistablespecifictoyourneeds.
Afteryouhaveimportedyourclientstothistable,youcanmakevariousfilteringonitandassignapartofthemtoaspecificcampaign.
Forthisthetb_ccampaign_clientstableisused.
Allcampaignspecificfieldsshouldbeinthistableandclientrelatedpermanentfieldsintb_cclienttable.
Youcanputanyfieldfromthetb_cclientortb_ccampaign_clientsdirectlytotheMAgentQuestionnaireformtobeaccessiblebyoperators(read/writeorread-only)withtheGUIdesignerorthescripteditor.
Fieldscanbechangedalsofromthescriptautomatically(byusingSQLupdateactions)WhetheryouusetheautomaticdialerfunctionalityoftheMAgentorthepredictivedialer,thenextclienttobecalledisloadedfromtb_ccampaign_clientstableafterasophisticatedalgorithmwhichwilltakecareforalltheparametersyouhavedefinedongloballevel(Configurationsform)orcampaignlevel(Campaignform).
Themostimportantparametersarethefollowing:whetherthesystemmobileorlandlinenumbersarefavorized(ifbothareset;afterthefirstcalltoaclientusuallythenumberwherewehavereacheditlasttimeisfavorizedautomatically)howmuchtimeswealreadyhavecalledtheclientandwhenwasthelastcallwhetherwehavetoredialtheclient(redialsetbytheagents)whethertherecallscanbeassignedtoanyagentoronlyfortheagentwhomadethepreviouscall(orfirstwetrytheoriginalagent,thenaftersometimetheclientcanbeassignedtoanyotheragent-forexampleiftheoriginalagentisnotworkingforthecompanyanymore)anyquotayouhavedefineontheQuotasformclientcallorder(random,databaseorder,etc)anyotherconfigurationparameteryouhavespecifiedClientscanalsobemarkedas"robinson".
Thismeansthatacertainclientdoesn'ttoleratecallcenterdisturbsandthesystemwillmarkthemtobenotrecalledanymore.
Ifcallsareinitiatedbythepredictivedialer,theagentwillgetonlyconnectedcall(thedrawbackisthattheywillhearonlyashortbeepinsteadoftheringtoneandthentheyhavetoanswerimmediately)Thepredictivedialerisbasedonsophisticatedstatisticshistorytodeterminewhenandhowmuchcallitshouldinitiate.
Thisisdependingonthenumberofagent,numberofcurrentcalls,numberofpreviouscalls,ASR,ACDinthelast10minute/lasthour/lastday/lastmonthinaweightedcalculation,maxringtimeandwaittimesettingsandallotherpredictivedialersettingsyouset.
Thepurposetoreduceoperatorwaittimetominimumwithminimaloverdialing(whenthecallisconnectedbutthereisnofreeoperatoranymore).
Themoreoperatorsyouhave,thebetterthepredictivedialerwillwork.
Theresultofacallandtherelatedstatisticscanbeachievedbythefollowingways:Usingcompleted/accepted/rejected.
ThisisthemosteasiestandconvenientwaytostorethecallresultandcanbedonebyusingtheacceptandrejectscriptactionsordirectlyfromtheGUI(rejectbuttonforquickaccess).
Youcanalsomarkonescriptactiontobethe"competitionquestion"whichmeansthattheconversationhasarrivedtoapointwhenwecansaythatitwascompleted.
(forexamplethecallwasnotrejectedimmediatelybythecalledparty)Thiscanbethesameordifferentfromthe"accepted"action)Forthisyouhavebuilt-instatisticsintheMManageapplication.
OntheScriptformyoucanfindaspecialfieldnamed"endcode".
Insomeitemsyoucanfillthisvalueandthatwillmeanthedegreeinthescriptuntiltheconversationhasarrived.
Youcanmakeanyfurtherquerybasedonthisfield(tb_ccscript_processing.
endcode)Usingfieldsfromtb_ccampaign_clientstostoretheresult.
Forexampleifyousellproducts,youcanstorethepurchasedproductnameinaseparatefieldthenyoucanmakeyourreportsandstatisticsbasedonthisfield(ifemptytherewasnotproductsold…meansa"failed"call)Usingtb_ccscript_processingtable:eachscriptitemaccessedbytheagentcanbestoredinthistable("ivr_storecscriptanswers"globalconfigoption)andqueriedafteryourneeds.
Thiswillofferthemostdetailswiththecostofmorespaceandprocessingresourcesneeded.
Usingyourowntable(s)andfield(s).
Youcanaddanynewtabletothedatabaseandstoretheimportantresultsinthistableinsteadofusingthebuilt-intables.
Youcanalsouseanycombinationofthepreviousmethodstoachieveyourbusinessgoals.
Forexamplethemostimportantstatisticscanbebuiltaftertheaccepted/rejectedflagbutifmoredetailedstatisticsareneededyouwillbeabletousetheothermethodsanytime.
TestYoucanlaunchacampaignintestmode.
Forthisgotothecampaignsettings(Detailspage)andselectthe"Test"checkbox.
Thismeansthatthenumbersinthecampaignwillbecalledinanendlessloop(willberesetafterallnumbersarealreadycalled).
ForexampleyoucanaddafewtestnumberisthiscampaignandlaunchoneormoreMAgenttocallthesenumbers.
Neverenablethisoptionforlivecampaigns(becauseimportantdataislostwhentheresetismade).
AnothertestoptionistotestyourGUIandscriptwithouteventuallytomakeanoutgoingcall.
Forthisyouhavetoselectthe"Test"optionontheMAgentloginform.
IncomingcampaignsThisisdocumentedintheIVRguide.
Thebasicstepsarethefollowings:1.
Setuppropercallhandlingandrouting(Trafficsenders,SIPservers,Routing)2.
CreateaIVR(IVRform)3.
MakeacampaignandassigntheexistingIVRforit(Campaignsform)4.
CreateanIVRusersandassigntheIVRforit(UsersandDevicesform)5.
Createoperatorsandassignsomeoperatorstothiscampaign(UsersandDevicesform)6.
Operatorsnowcanlaunchtheclientapplicationandwaitforincomingcalls(MAgent)FormoredetailsusetheAdminGuideorcontactoursupport.
CopyrightMizutechSRL
LOCVPS在农历新年之后新上架了日本大阪机房软银线路VPS主机,基于KVM架构,配备原生IP,适用全场8折优惠码,最低2GB内存套餐优惠后每月仅76元起。LOCVPS是一家成立于2012年的国人VPS服务商,提供中国香港、韩国、美国、日本、新加坡、德国、荷兰、俄罗斯等地区VPS服务器,基于KVM或XEN架构(推荐选择KVM),线路方面均选择国内直连或优化方案,访问延迟低,适合建站或远程办公使用。...
profitserver正在对德国vps(法兰克福)、西班牙vps(马德里)、荷兰vps(杜廷赫姆)这3处数据中心内的VPS进行5折优惠促销。所有VPS基于KVM虚拟,纯SSD阵列,自带一个IPv4,不限制流量,在后台支持自定义ISO文件,方便大家折腾!此外还有以下数据中心:俄罗斯(多机房)、捷克、保加利亚、立陶宛、新加坡、美国(洛杉矶、锡考克斯、迈阿密)、瑞士、波兰、乌克兰,VPS和前面的一样性...
这两天Linode发布了十八周年的博文和邮件,回顾了过去取得的成绩和对未来的展望。作为一家运营18年的VPS主机商,Linode无疑是有一些可取之处的,商家提供基于KVM架构的VPS主机,支持随时删除(按小时计费),可选包括美国、英国、新加坡、日本、印度、加拿大、德国等全球十多个数据中心,所有机器提供高出入网带宽,最低仅$5/月($0.0075/小时)。This month marks Linod...
mssql2005为你推荐
phpweb破解wifi破解黑科技重庆网络公司一九互联重庆网络公司,重庆网络优化,重庆页面制作性价比高且便宜的网络公司有哪些?asp.net网页制作开发ASP.NET的网站,步骤是怎样?有经验的可以说说自己的经验discuz论坛Discuz论坛是什么啊?建站之星建站之星和凡科建站哪个系统好用呢?建站无忧求好点的免费建站网403forbidden403forbidden无忧验证码驾驶无忧登录手机号后,密码是哪个密码安与骑士安与骑兵多大了?隐藏文件怎么显示电脑隐藏文件怎么显示了
双线虚拟主机 备案域名查询 东莞服务器租用 域名交易网 idc评测 英语简历模板word 国外免费空间 建站代码 java空间 商务主机 权嘉云 699美元 yundun 备案空间 沈阳主机托管 cxz atom处理器 深圳域名 注册阿里云邮箱 godaddy空间 更多