Adding The Click To Call Button To The Web Site - Alcatel-Lucent Extended Communication Server Installation & Configuration Manual

Table of Contents

Advertisement

Chapter
13
To obtain the identification key corresponding to the user to be called by the click to call
button:
1. Select the Service management > Web > Configuring web sites menu.
2. Click the Modify button.
3. Select the VoIP tab.
4. Activate the VoIP extensions for this site by clicking On.
5. Select the user who will be called by the click to call button and click Add.
6. Copy the Identification key to the clipboard (or to a text file): this key is used to build the
html code of the click to call button.
13.4.3

Adding the Click to Call Button to the Web Site

To add a click to call button to the web site:
1. Create an html file with the following code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Click to call</title>
<script language='javascript' src='/voip/softphone.js'></script>
</head>
<body>
<form>
<input type='button' value='Click to Call'
onClick='ctd("89ee2fd28baa89b003f7068eef6eaf3d")'>
where Click to Call must be replaced by the text to be displayed on the click to call
button of the web site and 89ee2fd28baa89b003f7068eef6eaf3d must be replaced by
13-6

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents