AdvCallCenter_slent_part2_v0.01

所属分类:Windows编程
开发工具:Java
文件大小:2439KB
下载次数:1
上传日期:2014-02-25 10:33:21
上 传 者王小康1988
说明:  化呼叫中心平台产品Based call center platform products
(Based call center platform products)

文件列表:
AdvCallCenter\AdvBusinessServices (0, 2008-12-11)
AdvCallCenter\AdvBusinessServices\AdvBusinessServices.csproj (4430, 2008-10-15)
AdvCallCenter\AdvBusinessServices\AdvBusinessServices.csproj.user (1434, 2008-11-25)
AdvCallCenter\AdvBusinessServices\App_Data (0, 2008-10-14)
AdvCallCenter\AdvBusinessServices\bin (0, 2008-12-11)
AdvCallCenter\AdvBusinessServices\CallService.svc (124, 2008-10-15)
AdvCallCenter\AdvBusinessServices\CallService.svc.cs (1519, 2008-11-03)
AdvCallCenter\AdvBusinessServices\clientaccesspolicy.xml (396, 2008-10-15)
AdvCallCenter\AdvBusinessServices\DataUtility.cs (6069, 2008-12-11)
AdvCallCenter\AdvBusinessServices\obj (0, 2008-11-04)
AdvCallCenter\AdvBusinessServices\obj\Debug (0, 2008-12-11)
AdvCallCenter\AdvBusinessServices\obj\Debug\AdvBusinessServices.csproj.FileListAbsolute.txt (550, 2008-12-11)
AdvCallCenter\AdvBusinessServices\obj\Debug\Refactor (0, 2008-10-14)
AdvCallCenter\AdvBusinessServices\obj\Debug\TempPE (0, 2008-11-04)
AdvCallCenter\AdvBusinessServices\obj\Debug\TempPE\Service References.CallServiceProxy.Reference.cs.dll (9728, 2008-10-15)
AdvCallCenter\AdvBusinessServices\Properties (0, 2008-11-04)
AdvCallCenter\AdvBusinessServices\Properties\AssemblyInfo.cs (1450, 2008-10-14)
AdvCallCenter\AdvBusinessServices\Service References (0, 2008-10-15)
AdvCallCenter\AdvBusinessServices\ServiceContracts.cs (2803, 2008-11-02)
AdvCallCenter\AdvBusinessServices\Web.config (7476, 2008-11-02)
AdvCallCenter\AdvCallCenter.sln (13636, 2008-11-25)
AdvCallCenter\AdvCallCenter.suo (211968, 2008-12-11)
AdvCallCenter\AdvCallCenterClient (0, 2008-12-11)
AdvCallCenter\AdvCallCenterClient\AdvCallCenterClient.csproj (9731, 2008-11-09)
AdvCallCenter\AdvCallCenterClient\AdvCallCenterClient.csproj.user (1017, 2008-11-09)
AdvCallCenter\AdvCallCenterClient\App.xaml (302, 2008-09-18)
AdvCallCenter\AdvCallCenterClient\App.xaml.cs (2503, 2008-11-01)
AdvCallCenter\AdvCallCenterClient\Bin (0, 2008-11-04)
AdvCallCenter\AdvCallCenterClient\Bin\Debug (0, 2008-12-11)
AdvCallCenter\AdvCallCenterClient\Bin\Debug\AdvCallCenterClient.zip (460520, 2008-10-30)
AdvCallCenter\AdvCallCenterClient\Bin\Debug\de (0, 2008-12-11)
AdvCallCenter\AdvCallCenterClient\Bin\Debug\es (0, 2008-12-11)
AdvCallCenter\AdvCallCenterClient\Bin\Debug\fr (0, 2008-12-11)
AdvCallCenter\AdvCallCenterClient\Bin\Debug\it (0, 2008-12-11)
AdvCallCenter\AdvCallCenterClient\Bin\Debug\ja (0, 2008-12-11)
AdvCallCenter\AdvCallCenterClient\Bin\Debug\ko (0, 2008-12-11)
AdvCallCenter\AdvCallCenterClient\Bin\Debug\zh-hans (0, 2008-12-11)
AdvCallCenter\AdvCallCenterClient\Bin\Debug\zh-hant (0, 2008-12-11)
AdvCallCenter\AdvCallCenterClient\ClientEntityTranslators.cs (3530, 2008-11-02)
AdvCallCenter\AdvCallCenterClient\ClientGlobals.cs (1089, 2008-11-02)
... ...

NOTE: The systemm does not implement any error handling or exception processing as the purpose was to demo the feature of Silvelright sockets and web service integration. If an excepption occurs, restart the servers and the test clients. Basic setup ----------- 1. Install Visual Studio 2008 and SP1 2. Install Silverlight 2.0 SDK and Visual Studio 2008 Silvelright tools Setup aspnetdb for user authentication -------------------------------------- 1. Install SQLExpress 2. Create TestUser with SysAdmin role and password Pass@word1 3. Change directory to C:\Windows\Microsoft.NET\Framework\v2.0.50727\ 4. Execute command: aspnet_regsql -E -S localhost\SQLExpress -A mrp 5. Change AdvUtilityServices web.config file (Note: clear text password only for simplitycity of testing. For production systems use Windows authentication or store password at an encrypted location) 6. Select AdvUtilityServices project and click "ASP.NET Configuraiton" menu item from the Project menu in the tool bar 7. From the "Home->Security" tab of the Web Site Administration Tool, click "Select Authentication Type" and select "From Internet". 8. From the "Home->Security->Create User", create users bj55, jc55, wl55 all with password Pass@word1. DataUtility.cs -------------- DataUtility is an encapsulation of utility data functions. The functions like GetSecurityQuestions() and GetOrderByID()can be replaced with database access for real solutions. Windows Vista firewall settings (for unit testing only) ------------------------------------------------------- 1. When you press F5 for debugging, if the firewall is not configured to allow socket connections to AdvPolicyServer.exe and AdvCallManager.exe, Silverlight client may not be able to make connections 2. This can be ensured by execpting the firewall dialogs to pass through socket connections when you press F5 for debugging. 3. Please make sure that you change the scope of the incoming connections to only "My Network(subnet) Only" from the (Firewall Allow Programs through Windows firewallexceptions -->Exceptions --> AdvCallManager --> Properties --> Change Scope --> My network(subnet) only)) --> click OK) 4. Change the above rules appropriately in production systems. Testing ------- 1. Press F5 from Visual Studio 2008. The will start: Four web servers: ---------------- a. AdvCallClientWeb(localhost:1041) b. AdvCallSimulatorWeb(locahost:1042) c. AdvBusinessServices(locahost:1043) d. AdvUtilityServices (localhost:1044) (Note: make sure that AdvBusinessServices and AdvUtilityServices have "/" as their root virtual directory for the cross-domain policies to work) Two console programs: --------------------- a. AdvCallManager (localhost:4530) b. AdvPolicyServer(localhost:943) (Note: make sure that the firewall settings are correct as previously described) Four IE windows --------------- a. SLCallClient.html (Url: http://localhost:1041/SLCallClient.html) b. SLCallSimulator.html (uRL: http://localhost:1042/SLCallSimulator.html) (Note: ignore the other two as they are to the root of the AdvBusinessServices and AdvUtilityServices) 2. Open a stand alone IE window (or a tab if you like) and access http://localhost:1041/SLCallClient.html. (Now you have two call center agent screens and one call simulator ready to go) (The SERVERS and CLIENTS can using StartServers.cmd followed by StartClients.cmd from a VS command prompt if you already compiled the solution) 3. Log into to both the silvelright clients with jc55/Pass@word1 and bj55/Pass@word1 4. Switch focus to SLCallSimulator.html (use the defaults) click "Place Call". 5. One of the SLCallClient instances will show Accept/Reject dialog box. Click Accept. (If you click Reject, the call dispatcher on the AdvCallManager server will not dispatch the call for 2 minutes as there would have been a reason for Reject. In real world, the Agent may input a reason message which can be interperted by the server to make routing decisions) 6. The Agent screen will display the "script" and a list of security questions. The current implementaiton does not check the minimum number questions to be answered. Click Continue. 7. The agent screen will display the order details for which the call is made. The Save funtionality is not implemented. Click End Call. Repeat steps 4 to 7 with different call details. On the call simulator screen, order number is important. The server ignores the name and the phone number (but the client uses these to display). The valid order numbers: 39688, 57754, 58967 and 76948 can be found in DataUtil.cs.

近期下载者

相关文件


收藏者