WebDialer HTML - HTTPS
Follow the below listed steps along with the supplied HTML Request Code Snippet to test Cisco WebDialer.
- Ensure you have a valid installation of Unified CM.
- Copy the below listed HTML Request into your text editor.
- Change the ‘action’ URI to your Unified CM server.
- The ‘destination’ needs to be a valid directory number.
HTML Request Code Snippet
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<html><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><title>Web Dialer - makeCall Sample</title></head><body lang="EN-US"><div class="codesample">
<p class=MsoNormal>
Web Dialer - makeCall Sample</p><P><!-- The "value=" parameter option below
should be the target number being dialled. -->Destination: <INPUT type="text" name="destination" value="1002"/>
<INPUT type="submit" value="Make
Call"></P></FORM>
</div></body></html> |
HTML Request Results
You can expect the following results after clicking the "Make Call" button.
- A login page will appear
- Following login, you will see a user profile page with a device drop down list associated with your login user
- You can select a device to populate a line number and make a call to a destination DN (ex:1002)
- You will need to click on "Dial" to make the call



