Table Of Contents
Cisco Web Dialer API Programming
Definitions
Overview
Cisco Web Dialer Servlet
Redirector Servlet
Changes in Release 5.1
Cisco Web Dialer Security Support
SIP Phone Support in Cisco Web Dialer
Call Flows
Desktop-based Client Application Call Flow
Browser-Based Application Call Flow
Interfaces
SOAP Over HTTPS Interface
makeCallSoap
endCallSoap
getProfileSoap
isClusterUserSoap
HTML Over HTTPS Interfaces
makeCall
makeCallProxy
Cisco Web Dialer WSDL
Sample JavaScript
Cisco Web Dialer API Programming
This chapter describes the Simple Object Access Protocol (SOAP) and HTML over secure HTTP (HTTPS) interfaces that are used to develop customized directory search applications for Cisco Web Dialer Version 1.2 and contains the following sections:
•
Definitions
•
Overview
•
Call Flows
•
Interfaces
•
Cisco Web Dialer WSDL
•
Sample JavaScript
Definitions
Cisco Web Dialer Server
|
A server that hosts the Cisco Web Dialer application
|
Cisco Web Dialer Application
|
The software that is installed on a Cisco Unified Communications Manager server. It enables the click-to-dial functionality by creating hyperlinked telephone numbers in a company directory. This functionality allows users to make calls from the web page by clicking the telephone number of the person that they are trying to call. The Cisco Web Dialer application comprises two Java servlets, the Cisco Web Dialer servlet and the Redirector servlet.
|
Cisco Web Dialer Servlet
|
A Java servlet that allows Cisco Unified Communications Manager users in a specific cluster to make and end calls, as well as to access their phone and line configuration.
|
Redirector Servlet
|
A Java servlet that finds the Cisco Unified Communications Manager cluster for a request that a Cisco Web Dialer user makes. It redirects that request to the specific Cisco Web Dialer server that is located in that user Cisco Unified Communications Manager cluster.
|
Overview
Cisco Web Dialer, which is installed on a Cisco Unified Communications Manager server and used in conjunction with Cisco Unified Communications Manager, allows Cisco Unified IP Phone users to make calls from web and desktop applications. For example, Cisco Web Dialer uses hyperlinked telephone numbers in a company directory to allow users to make calls from a web page by clicking the telephone number of the person that they are trying to call.
The two main components of Cisco Web Dialer comprise the Cisco Web Dialer servlet and the Redirector servlet.
Cisco Web Dialer Servlet
The Cisco Web Dialer servlet, a Java servlet, allows Cisco Unified Communications Manager users in a specific cluster to make and end calls, as well as to access their phone and line configuration.
Cisco Web Dialer applications interact with the Cisco Web Dialer servlet through two interfaces:
•
SOAP over HTTPS —This interface, based on the Simple Object Access Protocol (SOAP), is used to develop desktop applications such as Microsoft Outlook Add-in and SameTime Client Plug-in. Developers can use the isClusterUserSoap interface to design multicluster applications that require functionality similar to a Redirector servlet.
•
HTML over HTTPS—This interface, based on the HTTPS protocol, is used to develop web-based applications such as the Cisco Unified Communications Manager directory search page (directory.asp). Developers who use this interface can use the Redirector servlet for designing multicluster applications.
Redirector Servlet
The Redirector servlet, a Java-based servlet, finds the Cisco Unified Communications Manager cluster for a request that a Cisco Web Dialer user makes. It redirects that request to the specific Cisco Web Dialer server that is located in that user Cisco Unified Communications Manager cluster. Availability of the Redirector servlet occurs only for multicluster applications and only for applications that are developed by using HTML over HTTPS interfaces.
Figure 4-1 illustrates how a Redirector servlet redirects a call in a multicluster environment.
Figure 4-1 Multiple Clusters
Example of Cisco Web Dialer Using the Redirector Servlet
For example, consider three clusters, each one in a single city such as San Jose, Dallas, and New York. Each cluster contains three Cisco Unified Communications Manager servers with Cisco Web Dialer servlets that have been configured for Cisco Unified Communications Manager servers SJ-CM1, D-CM2, and NY-CM3.
The system administrator configures the Cisco Web Dialer servlets on any Cisco Unified Communications Manager server by entering the IP address of that specific Cisco Unified Communications Manager server in the wdservers service parameter.
For information on configuring Cisco Web Dialer and Redirector servlets, refer to the "Cisco Web Dialer" chapter in the Cisco Unified Communications Manager Features and Services Guide, Release 5.0.
When a user who is located in San Jose clicks a telephone number in the corporate directory search page that is enabled by Cisco Web Dialer, the following actions happen:
1.
The Cisco Unified Communications Manager server sends an initial makeCall HTTPS request to the Redirector servlet.
2.
If this request is received for the first time, the Redirector servlet reads the Cisco Web Dialer server cookie and finds it empty.
For a repeat request, the Redirector servlet reads the IP address of the Cisco Web Dialer server that previously serviced the client and sends a isClusterUser HTTPS request only to that server.
3.
The Redirector servlet sends back a response that asks for information, which results in the authentication dialog box opening for the user.
4.
The user enters the Cisco Unified Communications Manager user ID and password and clicks the Submit button.
5.
The Redirector servlet reads only the user identification from this information and sends a isClusterUser HTTPS request to each Cisco Web Dialer server that the system administrator configured.
Figure 4-1 illustrates how this request is sent to the Cisco Web Dialer servlets that have been configured for SJ-CM1, D-CM2, and NY-CM3. Depending on the geographical location of the calling party, the Cisco Web Dialer servlet from that cluster responds positively to the Redirector servlet. The remaining Cisco Web Dialer servlets that were contacted return a negative response. The Cisco Web Dialer servlet SJ-CM1 responds positively to the request because the calling party is located in San Jose (SJ-CM).
The Redirector servlet redirects the original request from the user to SJ-CM1 and sets a cookie on the user browser for future use.
Changes in Release 5.1
Cisco Unified Communications Manager Release 5.1 includes the following change to Cisco Web Dialer:
•
Cisco Web Dialer and Redirector now require HTTPS.
Developers should format Redirector and Cisco Web Dialer requests to use HTTPS. Cisco Unified Communications Manager requires the secured protocol to prevent unauthorized applications from reading user data.
Refer to the Cisco Unified CallManager Developers Guide for Release 5.0 for important changes to Cisco Web Dialer API programming in the 5.0 release.
Cisco Web Dialer Security Support
Cisco Web Dialer supports secure connections to CTI (TLS connection). For this feature, Cisco Web Dialer uses the security API that JTAPI provides. Refer to the Cisco Unified Communications Manager JTAPI Developers Guide for the JTAPI API. Cisco Web Dialer uses the Application User, "WDSysUser", for obtaining the CTI connection.
You must complete the following configuration before Cisco Web Dialer can be configured to open a CTI connection in secure mode.
Step 1
Activate the Cisco CTL Provider service in Cisco Unified Communications Manager Service Administration.
Step 2
Activate the Cisco Certificate Authority Proxy Function Service.
Step 3
Download the Cisco CTL Client from the Application plug-in and install it on any machine.
Step 4
Run the CTL Client, choose the option to "enable Cluster Security," and follow the instructions that display. This requires USB E-tokens.
Step 5
To verify that cluster security is enabled, go to Cisco Unified Communications Manager Administration and look at [System-> Enterprise Parameter configuration]. Look at the Security Parameters; the cluster security should be set to 1.
Step 6
In Cisco Unified Communications Manager Administration, from the User Management drop-down menu, select the Application User CAPF Profile option.
Step 7
Click Add new InstanceID.
Step 8
In the CAPF Profile configuration window, set up an InstanceID and CAPF profile for the InstanceID for the Application User WDSysUser.
a.
InstanceID: Enter the value of instance ID; for example, 001.
b.
Certificate Operation: Select Install/Upgrade from the drop-down menu.
c.
Authentication Mode: Select By Authorization String from the drop-down menu.
d.
Authorization String: Enter the value of authorization string; for example, 12345.
e.
Key Size: Select key size from drop-down menu; for example, 1024.
f.
Operation Completes By: Enter the date and time in following format yyyy:mm:dd:hh:mn where yyyy=year, mm=month, dd=date, hh=hour, mn=minutes, such as 2006:07:30:12:30.
Note
If this date and time has passed, the certificate update operation will fail.
g.
Ignore the Packet Capture Mode, Packet Capture Duration, and Certificate fields.
h.
Certificate Status: Select Operation pending from the drop-down menu.
If anything else is selected, the certificate update will fail.
Security Service Parameters
Cisco Web Dialer includes two mode-specific service parameters for CTI connection security.
•
CTI Manager Connection Security Flag—This required service parameter indicates whether security for the Cisco Web Dialer service CTI Manager connection is enabled or disabled.
If enabled (true), Cisco Web Dialer will open a secure connection to CTI Manager by using the Application CAPF profile that is configured for the instance ID (as configured in CTI Manager Connection Instance ID service parameter) for Application user WDSysUser. The default value specifies false.
•
Application CAPF Profile Instance ID: This service parameter specifies the Instance ID of the Application CAPF Profile for Application User WDSysUser that this Cisco Web Dialer server will use to open a secure connection to CTI Manager. You must configure this parameter if the CTI Manager Connection Security Flag parameter is enabled (true).
•
Algorithm:
1.
Read the service parameters.
2.
Get the node IP/name of the nodes where TFTP and CAPF are activated.
3.
For the instanceID (input in service parameters), if the Certificate Operation is `Install/Upgrade' or `Delete', delete the current certificates, if any.
4.
If the Certificate Operation is not `Install/Upgrade' or `Delete', and a current certificate exists, use this certificate.
5.
If no certificate is present, request one by using JTAPI API setSecurityPropertyForInstance; this will need username, instanceID, authCode, tftpServerName, tftpPort, capfServerName, capfPort, certPath, and securityFlag. This call will contact the TFTP server, download the certificate, contact the CAPF server, verify the CTL file, and request the client and server certificates.
6.
If Step 5 is successful, set the following items on the ICCNProvider and call open().provider.setInstanceID(instanceID);provider.setTFTPServer(tftpServerName);provider.setCAPFServer(capfServerName);provider.setCertificatePath(certPath);provider.setSecurityOptions(securityFlag);
7.
If Step 5 fails, throw initFailedException. You can see this in the Cisco Web Dialer traces.
Install Changes
Cisco Web Dialer rpm creates a new directory "/usr/local/cm/wd/wd-certificates/" and sets permissions for users on this directory, which is used to store the certificates.
Files Changed: /vob/ccm/Projects/CMAppServices/rpm/cm-webdialer.spec
SIP Phone Support in Cisco Web Dialer
Cisco Web Dialer supports SIP phones in this release. CTI only supports the new SIP phones and not the existing SIP phones, so the same support is extended by Cisco Web Dialer. JTAPI provides the APIs that are used to distinguish between these two kinds of phones and to hide the unsupported phones from the user in the Cisco Web Dialer preferences window.
Call Flows
The call flows in this section describe the flow of events for client and browser-based applications that use Cisco Web Dialer, which should help you design customized applications for Cisco Web Dialer.
Desktop-based Client Application Call Flow
Figure 4-2 shows the call flow for an outgoing call from a client application such as Microsoft Outlook Plug-in to a Cisco Web Dialer servlet. The user clicks the Dial or Make Call button in the address book of the client application. If the user is making a call for the first time, the application does not have authentication or configuration information on the user.
If the user makes a call for the first time,
1.
The client sends a makeCallSoap request to the configured Cisco Web Dialer servlet.
2.
The Cisco Web Dialer servlet attempts to authenticate the user. Figure 4-2 shows an authentication failure that occurred because the authentication information is incomplete or does not exist.
3.
The Cisco Web Dialer servlet sends an authentication failure response to the client application.
4.
The client application displays a dialog box that asks for the user ID and password. The user enters this information and clicks the submit button. The user ID and password get stored for future invocations of the application.
5.
The application sends a repeat SOAP request to the Cisco Web Dialer servlet. The request contains credential information on the user.
6.
The Cisco Web Dialer servlet authenticates the user.
7.
The Cisco Web Dialer servlet reads any missing configuration information in the request.
8.
The Cisco Web Dialer servlet returns a configuration error message to the client application.
9.
The client application sends a getConfigSoap request to the Cisco Web Dialer servlet.
10.
The Cisco Web Dialer servlet responds with the user configuration information that is stored in the directory.
11.
The client application displays a configuration dialog box that asks the user to select or update the configuration. The user enters the information and clicks the submit button. The user configuration information gets stored for future invocations of the application.
12.
The client resends the makeCallSoap request to the Cisco Web Dialer servlet. This request contains the user configuration information.
13.
The Cisco Web Dialer servlet authenticates the user and dials the telephone number by using the information that the makeCallSoap request contains. It responds to the client with a success or failure message.
Note
The call flow goes directly to step 12:
•
If the credential and configuration information is already stored when the application is installed.
•
For all subsequent requests that the user makes.
Figure 4-2 Cisco Web Dialer Call Flow for a Client-Based Application
Browser-Based Application Call Flow
Figure 4-3 shows the call flow for an HTTP-based browser application such as a directory search page, personal address book, or the Cisco Unified Communications Manager directory search page (directory.asp).
The user clicks the Dial or Make Call button in the address book of the client application. If the user is making a call for the first time, the application does not have authentication or configuration information on the user.
Figure 4-3 Cisco Web Dialer Call Flow for a Browser-Based Application
If the user makes a call for the first time
1.
The client sends a makeCall HTTPS request to the configured Cisco Web Dialer servlet. The query string contains the number to be called.
2.
The Cisco Web Dialer servlet authenticates the user. Authentication fails because the authentication information is incomplete or does not exist.
Note
Authentication succeeds if the user credentials are sent with the request, and the call flow goes directly to step 7.
3.
The Cisco Web Dialer servlet sends an authentication dialog to the client browser for user authentication.
4.
The user enters the user ID and password and clicks the Submit button.
5.
The client sends a makeCallHTTPS request that contains the user credentials to the Cisco Web Dialer servlet.
6.
The Cisco Web Dialer servlet authenticates the user.
7.
The Cisco Web Dialer servlet reads the configuration information in the cookie that is sent with the request.
8.
Assuming that the request is made for the first time, the servlet sends a response that contains a cookie to the client browser. The cookie that contains the client credentials gets stored on the client browser. The client credentials comprise user ID, IP address, and the time of the request.
9.
The user enters the updates in the configuration dialog box and clicks the Submit button.
10.
The client browser sends a makeCall HTTPS request to the Cisco Web Dialer servlet. The request contains a cookie with the credential and configuration information in parameter form.
11.
The Cisco Web Dialer servlet uses the credentials to authenticate the user and saves the configuration information in its memory.
12.
The Cisco Web Dialer servlet sends a makeCall confirmation dialog to the client browser with the configuration information that is stored in a cookie. The cookie gets stored on the client browser for future invocations.
13.
The Make Call dialog box appears on the user computer screen. The user clicks the Dial button, which sends another makeCall HTTPS request to the Cisco Web Dialer servlet.
14.
The Cisco Web Dialer servlet authenticates the user by using the credentials in the cookie, retrieves the configuration information from the cookie, and makes the call.
15.
The servlet responds by sending an endCall confirmation dialog to the user to end the call. The End Call dialog box appears on the user computer screen and stays there for the time interval that is configured in the service parameters.
For all subsequent requests, the call flow starts at step 12 and ends at step 15.
Interfaces
Cisco Web Dialer applications interact with the Cisco Web Dialer servlet through two interfaces:
•
SOAP over HTTPS — This interface, based on the Simple Object Access Protocol (SOAP), is used to develop desktop applications such as Microsoft Outlook Add-in and SameTime Client Plug-in. Developers can use the isClusterUserSoap interface to design multicluster applications that require functionality similar to a Redirector servlet.
•
HTML over HTTPS — This interface, based on the HTTPS protocol, is used to develop web-based applications such as the Cisco Unified Communications Manager directory search page (directory.asp). Developers who are using this interface can use the Redirector servlet for designing multicluster applications.
Note
Ensure the following files are run to properly set the ENV variable and Java classes:
installWDService.bat
installWDSOAP.bat
SOAP Over HTTPS Interface
To access the SOAP interfaces for Cisco Web Dialer, use the Cisco Web Dialer Web Service Definition Language (WSDL) in the "Cisco Web Dialer WSDL" section.
makeCallSoap
You access the makeCallSoap interface by initiating a SOAP request to the URL https://CCM-IP:8080/webdialer/services/WebdialerSoapService where CCM-IP specifies the IP address of the Cisco Unified Communications Manager server where Cisco Web Dialer is configured.
Parameter
|
Mandatory
|
Description
|
Data Type
|
Range Values
|
Default Value
|
Destination
|
Mandatory
|
Standard canonical form. For example, +1 408 5551212 or extensions such as 2222. The optional service parameter "Apply Application Dial Rules on SOAP Dial Request" is False by default; if this parameter is True, the destination gets transformed according to the dial rules.
|
String
|
None
|
None
|
Credential
|
Mandatory
|
The user ID or password of the user or proxy user. For more information on creating a proxy user, see the Cisco Web Dialer chapter in the Cisco Unified Communications Manager Features and Services Guide, Release 5.0.
|
Refer to the credential data type in the "Cisco Web Dialer WSDL" section.
|
None
|
None
|
Profile
|
Mandatory
|
The profile that is used to make a call. A typical profile is a calling device such as an IP phone or line.
|
Refer to the profile data type in the "Cisco Web Dialer WSDL" section.
|
None
|
None
|
Results
Refer to the "Cisco Web Dialer WSDL" section for return values and their data type.
Error Code
|
Name
|
Type
|
Description
|
Action by application
|
0
|
responseCode
|
Integer
|
Success
|
Displays a dialog box.
|
responseDescription
|
String
|
Success
|
|
1
|
responseCode
|
Integer
|
Call failure error
|
Displays a relevant error message.
|
responseDescription
|
String
|
Call failure error
|
|
2
|
responseCode
|
Integer
|
Authentication error
|
Displays the authentication dialog where the user enters ID and password information.
|
responseDescription
|
String
|
User authentication error
|
|
3
|
responseCode
|
Integer
|
No authentication proxy rights
|
Void for user-based applications.
|
responseDescription
|
String
|
No authentication proxy rights
|
|
4
|
responseCode
|
Integer
|
Directory error
|
Displays an appropriate directory error message.
|
responseDescription
|
String
|
Directory error
|
|
5
|
responseCode
|
Integer
|
No device is configured for the user, or missing parameters exist in the request.
|
The application initiates a getConfigSOAP request and displays the selected device and line to the user.
|
responseDescription
|
String
|
No device is configured for the user, or missing parameters exist in the request.
|
|
6
|
responseCode
|
Integer
|
Service temporarily unavailable
|
Displays the appropriate error dialog with an option to try again.
|
responseDescription
|
String
|
Service temporarily unavailable
|
|
7
|
responseCode
|
Integer
|
Destination cannot be reached.
|
Displays the appropriate error dialog that allows the user to edit the dialed number.
|
responseDescription
|
String
|
Destination cannot be reached.
|
|
8
|
responseCode
|
Integer
|
Service error
|
Displays the appropriate error dialog.
|
responseDescription
|
String
|
Service error
|
|
9
|
responseCode
|
Integer
|
Service overloaded
|
Displays the appropriate error dialog with an option to try again.
|
responseDescription
|
String
|
Service overloaded
|
|
This example shows a makeCallSoap request:
<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:WebdialerSoap"
xmlns:types="urn:WebdialerSoap/encodedTypes"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<dest xsi:type="xsd:string">7475</dest>
<tns:Credential id="id1" xsi:type="tns:Credential">
<userID xsi:type="xsd:string">xzibit</userID>
<password xsi:type="xsd:string">55555</password>
<tns:UserProfile id="id2" xsi:type="tns:UserProfile">
<user xsi:type="xsd:string">xzibit</user>
<deviceName xsi:type="xsd:string">SEP00131A6EC8BD</deviceName>
<lineNumber xsi:type="xsd:string">2345</lineNumber>
<supportEM xsi:type="xsd:boolean">false</supportEM>
<locale xsi:type="xsd:string" />
endCallSoap
You access the endCallSoap interface by initiating a SOAP request to the URL https://CCM-IP:8080/webdialer/services/WebdialerSoapService where CCM_IP specifies the IP address of the Cisco Unified Communications Manager server where Cisco WebDialer is configured.
Parameter
|
Mandatory
|
Description
|
Data Type
|
Range Values
|
Default Value
|
Credential
|
Mandatory
|
The user ID or password of the user or proxy user. For information on creating a proxy user, see the Cisco Web Dialer chapter in the Cisco Unified Communications Manager Features and Services Guide, Release 5.0.
|
Refer to the credential data type in "Cisco Web Dialer WSDL" section.
|
None
|
None
|
Profile
|
Mandatory
|
The profile that is used to make a call. A typical profile is a calling device such as an IP phone or line.
|
Refer to the profile data type in the "Cisco Web Dialer WSDL" section.
|
None
|
None
|
Refer to the "Cisco Web Dialer WSDL" section for return values and their data type.
Error Code
|
Name
|
Type
|
Description
|
Action by application
|
0
|
responseCode
|
Integer
|
Success
|
Displays a dialog box on the computer screen.
|
responseDescription
|
String
|
Success
|
|
1
|
responseCode
|
Integer
|
Call failure error
|
Displays a relevant error message.
|
responseDescription
|
String
|
Call failure error
|
|
2
|
responseCode
|
Integer
|
Authentication error
|
Displays authentication dialog for user to enter user ID and password.
|
responseDescription
|
String
|
User authentication error
|
|
3
|
responseCode
|
Integer
|
No authentication proxy rights
|
Void for user-based applications.
|
responseDescription
|
String
|
No authentication proxy rights
|
|
4
|
responseCode
|
Integer
|
Directory error
|
Displays an appropriate directory error message.
|
responseDescription
|
String
|
Directory error
|
|
5
|
responseCode
|
Integer
|
No device is configured for the user, or missing parameters exist in the request.
|
The Application initiates a getConfigSOAP request and displays the selected device and line to the user.
|
responseDescription
|
String
|
No device is configured for the user, or missing parameters exist in the request.
|
|
6
|
responseCode
|
Integer
|
Service temporarily unavailable
|
Displays the appropriate error dialog with an option to try again.
|
responseDescription
|
String
|
Service temporarily unavailable
|
|
7
|
responseCode
|
Integer
|
Destination cannot be reached.
|
Displays the appropriate error dialog that allows the user to edit the dialed number.
|
responseDescription
|
String
|
Destination cannot be reached.
|
|
8
|
responseCode
|
Integer
|
Service error
|
Displays appropriate error dialog.
|
responseDescription
|
String
|
Service error
|
|
9
|
responseCode
|
Integer
|
Service overloaded
|
Displays the appropriate error dialog with an option to try again.
|
responseDescription
|
String
|
Service overloaded
|
|
getProfileSoap
You access the getProfileSoap interface, which is used by plug-in based clients, by initiating a SOAP request to the URL https://CCM-IP:8080/webdialer/services/WebdialerSoapService where CCM-IP specifies the IP address of the Cisco Unified Communications Manager server where Cisco Web Dialer is configured.
Parameter
|
Mandatory/ Optional
|
Description
|
Data Type
|
Value Range
|
Default Value
|
Credential
|
Mandatory
|
User ID or password of the user or proxy user. For information on creating a proxy user, see the Cisco Web Dialer chapter in Cisco Unified Communications Manager Features and Services Guide, Release 5.0.
|
Refer to the credential data type in the "Cisco Web Dialer WSDL" section.
|
None
|
None
|
UserID
|
Mandatory
|
The user ID for which the configuration is requested.
|
String
|
None
|
None
|
Refer to the "Cisco Web Dialer WSDL" section for return values and their data type.
Error Code
|
Name
|
Type
|
Description
|
Action by plug-in application
|
0
|
responseCode
|
Integer
|
Returns an array of phones or lines on the phone that is associated with the user. Refer to the Cisco Web Dialer WSDL for the WDDeviceInfo data type.
|
Displays a dialog box on the computer screen.
|
responseDescription
|
String
|
Success
|
|
deviceInfoList
|
Array
|
Returns an array of the the WDDeviceInfo data type
|
|
1
|
responseCode
|
Integer
|
No device configured for the user
|
Displays an appropriate error message.
|
responseDescription
|
String
|
No device configured for the user
|
|
2
|
responseCode
|
Integer
|
Authentication error
|
Displays the authentication dialog where the user enters ID and password information.
|
responseDescription
|
String
|
User authentication error
|
|
3
|
responseCode
|
Integer
|
No authentication proxy rights
|
Void for user-based applications.
|
responseDescription
|
String
|
No authentication proxy rights
|
|
4
|
responseCode
|
Integer
|
Directory error
|
Displays an appropriate directory error message.
|
responseDescription
|
String
|
Directory error
|
|
6
|
responseCode
|
Integer
|
Service temporarily unavailable
|
Displays the appropriate error dialog with an option to try again.
|
responseDescription
|
String
|
Service temporarily unavailable
|
|
9
|
responseCode
|
Integer
|
Service overloaded
|
Displays the appropriate error dialog with an option to try again.
|
responseDescription
|
String
|
Service overloaded
|
|
This example shows a getProfileSoap request used for debugging purposes (normally, the SOAP implementation layer would make this request):
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:WebdialerSoap"
xmlns:types="urn:WebdialerSoap/encodedTypes"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<userid xsi:type="xsd:string">xzibit</userid>
<tns:Credential id="id1" xsi:type="tns:Credential">
<userID xsi:type="xsd:string">xzibit</userID>
<password xsi:type="xsd:string">55555</password>
isClusterUserSoap
You access the isClusterUserSoap interface by initiating a SOAP request to the URL https://CCM-IP:8080/webdialer/services/WebdialerSoapService where CCM-IP specifies the IP address of the Cisco Unified Communications Manager server where Cisco Web Dialer is configured.
Use this SOAP interface for multicluster applications that require functionality, similar to a Redirector servlet, for redirecting calls to the various locations where Cisco Web Dialer is installed on a network. The application uses this interface to locate and verify the Cisco Web Dialer that is servicing the user, followed by makeCall, endCall, or getProfile requests to that Cisco Web Dialer.
Parameter
|
Mandatory
|
Description
|
Data Type
|
Range of Values
|
Default Value
|
UserID
|
Mandatory
|
The user ID for which the the request is made.
|
String
|
None
|
None
|
Refer to the "Cisco Web Dialer WSDL" section for return values and their data type.
Name
|
Type
|
Description
|
result
|
Boolean
|
The result specifies True if the user is present in the directory of the cluster. The result specifies False if the user is not present in the directory.
|
HTML Over HTTPS Interfaces
This section describes the HTML over HTTPS interfaces.
makeCall
You use the makeCall interface in customized directory search applications. The Cisco Unified Communications Manager directory search page (directory.asp) also uses this interface. Access the makeCall interface by initiating an HTTPS request to the URL https://<ipaddress>/webdialer/Webdialer. In this URL, ipaddress specifies the IP address of the Cisco Unified Communications Manager server where Cisco Web Dialer is configured.
Browser-based applications in which the browser accepts cookies use this interface. The user profile exists only for the length of the session if the cookies are disabled in a browser. For a sample script that is used to enable directory search pages, go to the "Sample JavaScript" section.
Parameter
|
Mandatory
|
Description
|
Data Type
|
Range of Values
|
Default Value
|
destination
|
Mandatory
|
Destination number called by the application. Number gets converted to a regular telephone number by applying the application dial rules. Refer to the Cisco Web Dialer chapter in the Cisco Unified Communications Manager Features and Services Guide, Release 5.0.
|
String
|
None
|
None
|
Name
|
Description
|
result
|
Cisco Web Dialer displays the appropriate dialog and its applicable success or error message. It displays an authentication dialog if no active session exists.
|
makeCallProxy
You access the makeCallProxy interface by initiating an HTTPS request to the URL https://ipaddress/webdialer/Webdialer?cmd=doMakeCallProxy. Browser-based applications in which the browser accepts cookies use this interface. If the cookies are disabled in a browser, the user profile exists only for the length of the session.
Applications such as a personal address book, defined in the Unified CMUser pages at https://cmserver/CMUser, can use the makeCallProxy interface. The credential of the application is used as a proxy to make calls on behalf of users. Because these users have authenticated themselves before accessing the Unified CMUser window, they do not get prompted again for their user ID and password. The application sends the user ID and password of the proxy user in the form of a query string in the request or as a parameter in the body of the POST message.
Note
The API does not use the M-POST method as defined in the HTTP Extension Framework.
For a sample script that is used to enable directory search pages, go to the "Sample JavaScript" section.
Parameter
|
Mandatory
|
Description
|
Data Type
|
Range of Values
|
Default Value
|
uid
|
Mandatory
|
The user ID for which the request is made
|
String
|
None
|
None
|
appid
|
Mandatory
|
The userid of the application that is making a request on behalf of the user. For example, consider a Unified CM personal address book where the application allows authentication proxy rights. The appid parameter is used when the user logs in once; for example, in the Unified CM User windows. After this login, other pages do not require the user to log in again. For web page applications that are not integrated, the appid matches the userid.
|
String
|
None
|
None
|
pwd
|
Mandatory
|
The password of the appid
|
String
|
None
|
None
|
destination
|
Mandatory
|
The number to be called. The dial plan service converts this number to an E.164 number.
|
String
|
None
|
None
|
Name
|
Description
|
result
|
Cisco Web Dialer displays the appropriate dialog and its applicable success or error message.
|
Cisco Web Dialer WSDL
The WSDL specification provides the basis for the Web Service Definition Language (WSDL) for Cisco Web Dialer. You can access the WSDL for Cisco Web Dialer on the Cisco Web Dialer server installation at
https://CCM-IP:8443/webdialer/services/WebdialerSoapService?wsdl
Use this specific WSDL and the interfaces that are mentioned in this document to develop customized applications for Cisco Web Dialer. For a list of references on Cisco Unified Communications Manager, SOAP, and WSDL, refer to the "Related Documentation" section in the Preface to the Cisco Unified CallManager Developers Guide for Release 5.0.
<wsdl:definitions xmlns:tns="urn:WebdialerSoap"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/"
targetNamespace="urn:WebdialerSoap" name="urn:WebdialerSoap">
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:tns="urn:WebdialerSoap" targetNamespace="urn:WebdialerSoap">
<xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<xsd:complexType name="CallResponse">
<xsd:element name="responseCode" type="xsd:int"/>
<xsd:element name="responseDescription" nillable="true"
type="xsd:string"/>
<xsd:complexType name="Credential">
<xsd:element name="userID" nillable="true" type="xsd:string"/>
<xsd:element name="password" nillable="true" type="xsd:string"/>
<xsd:complexType name="UserProfile">
<xsd:element name="user" nillable="true" type="xsd:string"/>
<xsd:element name="deviceName" nillable="true" type="xsd:string"/>
<xsd:element name="lineNumber" nillable="true" type="xsd:string"/>
<xsd:element name="supportEM" type="xsd:boolean"/>
<xsd:element name="locale" nillable="true" type="xsd:string"/>
<xsd:complexType name="GetConfigResponse">
<xsd:element name="description" nillable="true" type="xsd:string"/>
<xsd:element name="deviceInfoList" nillable="true"
type="tns:ArrayOfWDDeviceInfo"/>
<xsd:element name="responseCode" type="xsd:int"/>
<xsd:complexType name="WDDeviceInfo">
<xsd:element name="deviceName" nillable="true" type="xsd:string"/>
<xsd:element name="lines" nillable="true" type="tns:ArrayOfstring"/>
<xsd:complexType name="ArrayOfWDDeviceInfo">
<xsd:restriction base="soapenc:Array">
<xsd:attribute ref="soapenc:arrayType"
wsdl:arrayType="tns:WDDeviceInfo[]"/>
<xsd:complexType name="ArrayOfstring">
<xsd:restriction base="soapenc:Array">
<xsd:attribute ref="soapenc:arrayType"
wsdl:arrayType="xsd:string[]"/>
<wsdl:message name="makeCallSoap0In">
<wsdl:part name="cred" type="tns:Credential"/>
<wsdl:part name="dest" type="xsd:string"/>
<wsdl:part name="prof" type="tns:UserProfile"/>
<wsdl:message name="makeCallSoap0Out">
<wsdl:part name="return" type="tns:CallResponse"/>
<wsdl:message name="endCallSoap1In">
<wsdl:part name="cred" type="tns:Credential"/>
<wsdl:part name="prof" type="tns:UserProfile"/>
<wsdl:message name="endCallSoap1Out">
<wsdl:part name="return" type="tns:CallResponse"/>
<wsdl:message name="getProfileSoap2In">
<wsdl:part name="cred" type="tns:Credential"/>
<wsdl:part name="userid" type="xsd:string"/>
<wsdl:message name="getProfileSoap2Out">
<wsdl:part name="return" type="tns:GetConfigResponse"/>
<wsdl:message name="isClusterUser3In">
<wsdl:part name="userid" type="xsd:string"/>
<wsdl:message name="isClusterUser2Out">
<wsdl:part name="return" type="xsd:boolean"/>
<portType name="WebdialerSoapService">
<wsdl:operation name="makeCallSoap">
<wsdl:input message="tns:makeCallSoap0In"/>
<wsdl:output message="tns:makeCallSoap0Out"/>
<wsdl:operation name="endCallSoap">
<wsdl:input message="tns:endCallSoap1In"/>
<wsdl:output message="tns:endCallSoap1Out"/>
<wsdl:operation name="getProfileSoap">
<wsdl:input message="tns:getProfileSoap2In"/>
<wsdl:output message="tns:getProfileSoap2Out"/>
<wsdl:operation name="isClusterUserSoap">
<wsdl:input message="tns:isClusterUser3In"/>
<wsdl:output message="tns:isClusterUser2Out"/>
<binding name="WebdialerSoapService" type="tns:WebdialerSoapService">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="makeCallSoap">
<soap:operation soapAction="urn:makeCallSoap"/>
<soap:body use="encoded"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WebdialerSoap"/>
<soap:body use="encoded"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WebdialerSoap"/>
<wsdl:operation name="endCallSoap">
<soap:operation soapAction="urn:endCallSoap"/>
<soap:body use="encoded"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WebdialerSoap"/>
<soap:body use="encoded"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WebdialerSoap"/>
<wsdl:operation name="getProfileSoap">
<soap:operation soapAction="urn:getProfileSoap"/>
<soap:body use="encoded"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WebdialerSoap"/>
<soap:body use="encoded"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WebdialerSoap"/>
<wsdl:operation name="isClusterUserSoap">
<soap:operation soapAction="urn:isClusterUserSoap"/>
<soap:body use="encoded"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WebdialerSoap"/>
<soap:body use="encoded"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WebdialerSoap"/>
<service name="WebdialerSoap">
<port name="WebdialerSoapService" binding="tns:WebdialerSoapService">
<soap:address
location="https://your_webdialer_server/webdialer/services/WebdialerSoapService"/>
Sample JavaScript
This sample JavaScript script enables Cisco Web Dialer from a directory search page.
Single-Cluster Applications
Use this script for single-cluster applications if all users are in only one cluster.
function launchWebDialerWindow( url ) {
webdialer=window.open( url, "webdialer", "status=no, width=420, height=300,
scrollbars=no, resizable=yes, toolbar=no" );
function launchWebDialerServlet( destination ) {
url = 'https://<%=server_name%>/webdialer/Webdialer?destination=' +
escape(destination);
launchWebDialerWindow( url );
!These functions can be called from the HTML page which has a hyperlink to the phone
number to be called. An example of it is:
<TD><A href="javascript:launchWebDialerServlet( <%= userInfo.TelephoneNumber %> )"><%=
userInfo.TelephoneNumber %></A> </TD>
Multiple-Cluster Applications
Use this script if all users are spread across different clusters.
function launchWebDialerWindow( url ) {
webdialer=window.open( url, "webdialer", "status=no, width=420, height=300,
scrollbars=no, resizable=yes, toolbar=no" );
function launchWebDialerServlet( destination ) {
url= 'https://<%=server_name%>/webdialer/Redirector?destination='+escape(destination);
launchWebDialerWindow( url );
!These functions can be called from the HTML page which has a hyperlink to the phone
number to be called. An example of it is
<TD><A href="javascript:launchWebDialerServlet( <%= userInfo.TelephoneNumber %> )"><%=
userInfo.TelephoneNumber %></A> </TD>