Commit 88f72fd3 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Checked in last files.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9359 b35dd754-fafc-0310-a699-88a17e54d16e
parent 5b08aae2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Search Plugin Readme</title>
<style type="text/css">
BODY {
font-size : 100%;
}
BODY, TD, TH {
font-family : tahoma, verdana, arial, helvetica, sans-serif;
font-size : 0.8em;
}
H2 {
font-size : 10pt;
font-weight : bold;
}
A:hover {
text-decoration : none;
}
H1 {
font-family : tahoma, arial, helvetica, sans-serif;
font-size : 1.4em;
font-weight: bold;
border-bottom : 1px #ccc solid;
padding-bottom : 2px;
}
TT {
font-family : courier new;
font-weight : bold;
color : #060;
}
PRE {
font-family : courier new;
font-size : 100%;
}
</style>
</head>
<body>
<h1>
SIP Phone Plugin Readme
</h1>
<h2>Overview</h2>
<p>
The SIP phone plugin lets you configure SIP phone support in Spark from the server. Spark clients
will read the SIP configuration from the server. Once configured Spark will let users make and
receive phone calls. From the admin console you can monitor the phone calls.
</p>
<h2>Installation</h2>
<p>
Copy the file, &quot;sip.jar&quot; into the plugins directory of your Openfire installation. The plugin will
then be automatically deployed. To upgrade to a new version just replace the &quot;sip.jar&quot; file with
the newest version or you can just update the plugin from the admin console in the plugins page.
</p>
<h2>Using the Plugin</h2>
<p>
Once the plugin has been installed you can log into the admin console to register SIP accounts for the
Spark users. Make sure that you have a SIP server and that Openfire can establish a connection to the machine
that is running the SIP server.
</p>
<p>
Log into the admin console and in the main page you will see the <b>SIP Settings</b> menu item. Go to that
page to configure the location of the SIP server. The next and last step is to register the SIP accounts
for the Spark users. Go to the <b>SIP Phone Mappings</b> menu item and enter the required information.
</p>
<p>
Once you have registered the SIP accounts for the Spark users you are ready to go. Make sure that Spark
has the SIP phone plugin installed. You can install the SIP phone plugin in Spark from the Spark --> Plugins
menu option.
</p>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment