User Guide
Release 4.0
Part No. 77000WEB02
April 2001
Printed in the U.S.A. (2106)
WARNING!
Toll fraud is committed when individuals unlawfully gain access to customer telecommunication systems. This is a criminal offense. Currently, we do not know of any telecommunications system that is immune to this type of criminal activity. NEC America will not accept liability for any damages, including long distance charges, which result from unauthorized and/or unlawful use. Although NEC America has designed security features into its products, it is your sole responsibility to use the security features and to establish security practices within your company, including training, security awareness, and call auditing.
NOTICE
While every effort has been made to ensure accuracy, NEC America will not be liable for technical or editorial errors or omissions contained within the documentation. The information contained in this documentation is subject to change without notice.
This documentation may be used only in accordance with the terms of the NEC America License Agreement.
NEC America, Inc., Corporate Networks Group 4 Forest Parkway
Shelton, CT. 06484 Telephone:
TRADEMARKS
NEC, NCS Serv, NCS Ware, Extended Caller ID,
All other brand names mentioned are trademarks or registered trademarks of their respective manufacturers.
Copyright ?? NEC America 2001. All rights reserved.
Printed in U.S.A.
Table of Contents
Contents
Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Installing
Table of Contents
ii
Overview
Overview
NCS Ware 4.0 integrates VoIP, Auto Attendant, and Microsoft Internet Information Services (IIS) to provide the
Syste m Requirements
???Client/Server System only: NCS Ware Release 4.0 or higher running on Windows 2000 or Windows NT.
???Client System: Microsoft Internet Explorer 5.5 or better, or Netscape 4.7 or better; NetMeeting 3.01; and Sound Card.
???Web Server: Microsoft Internet Information Services (IIS) 4.0/5.0.
Figure 1.
Installing
Make sure NCS Ware Release 4.0 has been installed on the NCS Serv system and the link to TCP/ IP is enabled before continuing with
1.Log in to the client machine using a domain account and make sure it is connected to the network on which NCS Serv is running.
2.Exit any/all Windows applications.
3.Insert the
4.Run the Setup.exe program in the
5.
Default Web Site
WebCall
Figure 2. Logical
2
WebCall Directory Structure
6.To verify the physical location of the WebCall directory,
Figure 3. Local Path in IIS Properties dialog
WebCall Directory Structure
The WebCall directory contains the following subdirectories
???
???
???
These subdirectories are also on the
Applet Subdirectory Files
The Applet subdirectory contains sample pages you can use to set up WebCall, as well as files necessary for proper
???
???
???
???
???
???
???
???
???
???
???
???
???
???
???
???
???
4
Collecting Form Data, IVR Data and URL History
Collecting Form Data, IVR Data and URL
History
You can configure
The IVR data comes from the Auto Attendant / Collect Digit action.
The Form Data come from the <form name=infoForm> fields in the source code of Contact.htm or Contactinfo.htm pages
Tagging Pages for URL History
To appear in the URL history, the pages the caller visits prior to the call must be tagged, as shown below:
<head>
<script language="JavaScript" src="webcall.js"></script>
<script language="JavaScript">
tagURL(location.href)
</script>
</head>
For more information on configuring:
???IVR Data: Refer to ???Con???guring Auto Attendant for Scenario 2??? on page 15.
???Form Data: ???Customizing Contactinfo.htm??? on page 9 or ???Customizing Con- tact.htm??? on page 14.
Scenario
The following scenario, based on contactinfo.htm, exemplifies the simplest implementation of
1.A web caller browses the company web site and has a question regarding some product information.
2.The web caller clicks the "contact us" link on the web page. The Customer Information page (contactinfo.htm) opens.
Figure 5. Contactinfo.htm page
6
Scenario
3.The web caller enters the required information, then clicks the Submit button. The WebCall window (webcall.htm) appears.
Figure 6. The WebCall window
If NetMeeting is not installed on the caller???s computer (or it???s not configured correctly), an error message displays.
This scenario directly dials a
also set the WebCall window to display a DialPad that caller can use to dial any extension. For details, refer to
???Customizing Contactinfo.htm??? on page 9.
4.Once NetMeeting successfully connects to a VoIP port, the web caller is routed to the proper extension.
5.If the call goes to an
Figure 7. Caller Data window in
6.From this point, in addition to voice communication, the agent can push and share web pages with the caller. For procedures, refer to Chapter 4, "Using Center as a Workgroup Member," in the Center 4.0 User Guide.
8
Customizing Contactinfo.htm
Customizing Contactinfo.htm
You can use the Contact.htm page to collect caller information, and automatically direct the call to a specific extension.This collected information is then displayed on the agent???s screen.
To Alter Form Data
Using Notepad or another html editor, modify Contactinfo.htm source code as follows:
1.Change the ServerIP
Set the value of the ServerIP to the IP address of the server on which NCS Ware resides.
<input type="hidden" name="ServerIP" value="206.111.153.203">
2.Set DialPad visibility
By default, the code is set to hide the Dial Pad (value = "0") and to dial a specific number (value = "300"). To show the Dial pad, change the values as shown below:
Show DialPad, Let Caller Dial Extension
<input type="hidden" name="Extension" value=""><input type="hidden" name="DialPad" value="1">
Hide DialPad, Autoconnect to Extension 300
<input type="hidden" name="Extension" value="300"><input type="hidden" name="DialPad" value="0">
3.Alter the data collection fields:
Shown below is the form row that collects the caller???s first name.
Copy, modify or delete variables to your company???s specifications.
<tr>
<td width="240" bgcolor="#CCFF99"><font size="2" face="Verdana"><b>First Name </b></font></td> <td width="282"><font face="Verdana"><input type="text" size="20" maxlength="40" name="FirstName" tabindex="1"> </font></td>
</tr>
Scenario
The following scenario, based on contact.htm, exemplifies a customized implementation of
1.A web caller browses the company web site and has a question regarding some product information.
2.The web caller clicks the "contact us" link on the web page. The Customer Information page (contact.htm) opens.
Figure 8. Contact.htm page
10
Scenario
3.The web caller enters the required information, then clicks the Submit button. The WebCall window (webcall.htm) appears.
Figure 9. The WebCall window with DialPad visible
If NetMeeting is not installed on the caller???s computer (or it???s not configured correctly), an error message displays.
4. Once NetMeeting successfully connects to a VoIP port, the web caller sees the Customer Support page, and hears a prompt requesting the selection of Sales or Tech support.
The DialPad is visible to allow the web caller to close the Auto Attendant windows and dial a number directly, if so desired.
Figure 10. Customer Support page
5.The caller selects Sales, and the customer ID window (customerid.htm) appears.
Figure 11. Customer ID page
6.Once the caller enters the customer ID and clicks Submit, the Product ID window (productid.htm) appears.
Figure 12. Product ID page
7.After the caller enters the product ID and clicks Submit, the web caller is routed to the proper extension.
12
Scenario
8.If the call goes to an NTeliAgent user, the Caller Data window shows Form data, IVR data and URL history.
Figure 13. Caller Data window in
9.From this point, in addition to voice communication, the agent and caller can share web pages. For procedures, refer to Chapter 4, "Using Center as a Workgroup Member," in the Center 4.0 User Guide.
Customizing Contact.htm
You can use the Contact.htm page to collect caller information, and then automatically direct the call to a specific extension.This caller information is then displayed on the agent???s screen.
To Alter Form Data
Using Notepad or another html editor, modify Contact.htm source code as follows:
1.Change the ServerIP
Set the value of the ServerIP to the IP address of the server on which NCS Ware resides.
<input type="hidden" name="ServerIP" value="206.111.153.203">
2.Set DialPad visibility
By default, the code in contact.htm is set to show the Dial Pad (value = "1") and not to dial a specific number (value = ""). To hide the DialPad,
change the values as shown below:
Hide DialPad, Autoconnect to Extension 300
<input type="hidden" name="Extension" value="300"><input type="hidden" name="DialPad" value="0">
Show DialPad, Let Caller Dial Extension
<input type="hidden" name="Extension" value=""><input type="hidden" name="DialPad" value="1">
3.Alter the data collection fields
Shown below is the form row that collects the caller???s full name.
Copy, modify or delete variables to your company???s specifications.
<tr>
<td align="left" width="128" bgcolor="#CCFF99">
<b><small><font face="Verdana">Customer Name </font></small></ b></td>
<td width=22 align=left></td> <td align=left width=282>
<font face=Verdana>
<input type="text" name="CustomerName" maxlength=40 size=20 tabindex=1> </font></td>
</tr>
14
Configuring Auto Attendant for Scenario 2
Configuring Auto Attendant for Scenario 2
Scenario 2 demonstrates how to use Auto Attendant in conjunction with
IVR_top.htm
2
1
4
Figure 14. Using Auto Attendant to push pages to the caller
Configuring Auto Attendant
For detailed instructions, refer to Chapter 7, "Auto
Attendant Configuration," in the System Administration
Manual.
1.Run Auto Attendant. Select which Auto Attendant to use.
2.Select
Figure 15. Auto Attendant Configuration - Top Menu
3.Make the following entries, then click Apply.
???Type an Item Name, if desired (such as TOP MENU).
???To assign a voice message, check Prompt and select the number of the appropriate message.
???Check Push URL, and type the path to the page you want to display.
???Select
16
Configuring Auto Attendant for Scenario 2
4.Select
Figure 16. Auto Attendant configuration - level 2
5.Make the following entries, and click Apply.
???Type an Item Name, if desired (CUSTOMER ID).
???Check Push URL, and type the path to the page you want to display (e.g., sales_cid.htm.)
???Select
???Set the Min. and Max. Lengths for digits that the caller must enter.
???Adjust the WebCall Response Timeout to give the web caller enough time to provide all meaningful information.
6.Select
Figure 17. Auto Attendant configuration - level 3
7.Make the following entries, then click Apply.
???Type an Item Name, if desired (PRODUCT ID).
???Check Push URL, and type the path to the page you want to display (e.g., sales_pid.htm.)
???Select
???Set the Min. and Max. Lengths for digits that the caller must enter.
???Adjust the WebCall Response Timeout to give the web caller enough time to provide all meaningful information.
18
Configuring Auto Attendant for Scenario 2
8.Select
Figure 18. Auto Attendant configuration - send to extension
9.Make the following entries, then click Apply.
???Type an Item Name, if desired (i.e. CALL SALES).
???Select
???Select the Extension/Workgroup from dropdown list.
Troubleshooting
If a web caller cannot connect, and an error message displays, the cause may be one of the following:
20
Uninstalling
Uninstalling
1.From the Windows Start menu, select Programs
2.Click OK when the dialog box asks if you want to uninstall the program, and respond to any additional prompts.
Alternatively
1.In the Control Panel, select Add/Remove Programs.
2.Choose
3.Click OK to in the dialog box to confirm you want to remove the service, and respond to any additional prompts.
22
NEC America, Inc., Corporate Networks Group
4 Forest Parkway, Shelton, CT 06484
Tel:
cng.nec.com
Other Important Telephone Numbers
Customer
Customer Service
Technical
Discontinued Product
Technical
Emergency Technical Service (After
(Excludes discontinued products)