OnDO SIP Server Integration
This manual describes how to quickly setup a ClearBox Server with
OnDO SIP Server Authentication and Accounting. If you have
more questions about detail configurations on the ClearBox Radius
Server, please contact
support:
General Setup of ClearBox
After installing the server add a new
client:
- Right click on RADIUS Clients and create a new
client
- Put OnDO SIP Server’s IP address in the Client IP
address field.
- Put the shared secret information on the Shared secret
field.
Please make sure that the shared secret information you put
matches the shared secret information in the sv.properties file of
OnDO.
1.1 Authentication
Authentication setup on ClearBox Server
You will need to edit client username and password in the Users’
Table (ClearBox_install_dir\ClearBox Server\AAA\general.mdb).
REMEMBER: Depending on
the type of user agent (phone) you are using, you will also need to
set the correct username and password at the user agent’s
configuration.
Authentication setup on OnDO SIP Server
Go to http://www.brekeke.com/download/download_sip_plugin.php
and download the Radius Authentication plug-in. Please follow
instructions in the readme.txt
- Insert brekeke-sip-auth.jar file into the
OSS_install_dir\proxy\WEB-INF\lib directory
- Set the following parameters in sv.properties
(OSS_install_dir\proxy\WEB-INF\work\sv)
radius.authport = 1812
radius.acctport = 1813
radius.radiushost = Put_radius_server_IP_address
radius.sharedsecret = Put_shared_secret
net.usrdir.plugins = com.sample.radius.proxy.RadiusAuth
radius.addrealmtouser = false
- Restart OnDO SIP Server service.
On OnDO SIP Server Admintool, enable both “INVITE” and
“REGISTER” field.
Save and restart OnDO SIP Server service.
Go to OnDO SIP Server Registered List and see if clients are
display on the list. If so, it means that clients have been
successfully registered to OnDO SIP Server through ClearBox.
1.2 Accounting
Accounting setup on OnDO SIP Server
Go to http://www.brekeke.com/download/download_sip_plugin.php
and download a copy of the Radius Accounting plug-in. Please
follow instructions in the readme.txt
- Insert brekeke-sip-acct.jar file into the
OSS_install_dir\proxy\WEB-INF\lib directory
- Set the following parameters in sv.properties
(OSS_install_dir\proxy\WEB-INF\work\sv)
radius.authport = 1812
radius.acctport = 1813
radius.radiushost = Put_radius_server_IP_address
radius.sharedsecret = Put_shared_secret
Dial Plan
Add the following Dial Plan at the Admintool:
Matching Pattern:
$request = ^INVITE
Deploy Pattern:
$session=com.sample.radius.proxy.RadiusAcct
$continue = true
Restart OnDO SIP Server service.
Account setup on ClearBox Server
Open Configurator, select a realm and switch to the Accounting tab.
This page allows user to specify which ClearBox Server will work
with accounting data. This data contains information about user
sessions and connection details, such as traffic details and
session duration.
For example, if you click on [Select Accounting Status Types]
> [Logged Status Types…], the available accounting status types
are now displayed. Account logs are named as acctlogs_xxxxxxxx,
located in ClearBox_install_dir\ClearBox Server\AAA.
For more detailed information on Accounting settings, please
refer to ClearBox Server documentation.
Your OnDO SIP Server is ready to work with ClearBox RADIUS
Server!
© 2001-2007 XPerience Technologies. www.xperiencetech.com |