SlideShare a Scribd company logo
TTeekkRRAADDIIUUSS SSPP
Rate Editor
Installation & Configuration Guide
Version 4.8
TTeekkRRAADDIIUUSS - SP Edition
© 2007-2014 KaplanSoft Ltd. - http://www.kaplansoft.com/ 2
Document Revision 8.0
http://www.kaplansoft.com/TekRADIUS/
TekRADIUS is built by Yasin KAPLAN
Read “Readme.txt” for last minute changes and updates which can be found under
application directory.
Copyright © 2007-2014 KaplanSoft. All Rights Reserved. This document is supplied by KaplanSoft.
No part of this document may be reproduced, republished or retransmitted in any form or by any
means whatsoever, whether electronically or mechanically, including, but not limited to, by way of
photocopying, recording, information recording or through retrieval systems, without the written
permission of KaplanSoft. If you would like permission to use any of this material, please contact
KaplanSoft.
KaplanSoft reserves the right to revise this document and make changes at any time without prior
notice. Specifications contained in this document are subject to change without notice. Please send
your comments by email to info@kaplansoft.com.
TekRADIUS contains code derived from the RSA Data Security, Inc. MD4 Message-Digest
Algorithm.
KaplanSoft is registered trademark of Kaplan Bilisim Teknolojileri Yazılım ve Ticaret Ltd.
Microsoft, Microsoft SQL Server, Win32, Windows 2000, Windows, Windows NT and Windows
Vista are either registered trademarks or trademarks of Microsoft Corporation in the United States
and/or other countries.
Cisco is Registered trademark of Cisco Systems, Inc. and/or its affiliates in the U.S. and certain
other countries.
TTeekkRRAADDIIUUSS - SP Edition
© 2007-2014 KaplanSoft Ltd. - http://www.kaplansoft.com/ 3
Contents
TekRADIUS Service Provider (SP) Edition....................................................................................4
TekRADIUS Rate Editor .................................................................................................................4
Credit and Charged Amount Calculation.........................................................................................5
TekSIP Application Notes ...............................................................................................................7
TTeekkRRAADDIIUUSS - SP Edition
© 2007-2014 KaplanSoft Ltd. - http://www.kaplansoft.com/ 4
TekRADIUS Service Provider (SP) Edition
VoIP Billing feature supported only by SP Edition. Requirements for SP edition:
 Vendor: Supported RADIUS Vendors are Cisco, Quintum and Epygi. (Your Access Server
is not needed to be one of these vendors, most VoIP vendors support Cisco VoIP attributes).
 RADIUS Attributes: There must be Cisco, Quintum or Epygi VSA 24 (H323-Conf-Id)
found in RADIUS Authentication and Accounting request packets in order TekRADIUS to
assume that incoming packet belongs to a VoIP session. Accounting made based on
“originate” call leg (VSA 26).
 TekRADIUS Configuration: VoIP Billing must be enabled in order TekRADIUS to
process incoming RADIUS packets belong to VoIP sessions. You can enable VoIP Billing
using TekRADIUS Manager; check Settings / Service Parameters / Accounting / VoIP
Billing Enabled option.
You must have “Rates” SQL table under TekRADIUS database with at least “Default” Rate table.
You can use TekRADIUS Rate Editor to create “Rates” SQL table and its entries. Use User-Credit
(Add as a check attribute in user profiles) attribute to assign credits to VoIP users in TekRADIUS.
You can optionally add Credit-Type unit to user or group profiles.
TekRADIUS Rate Editor
TekRADIUS Rate Editor is used to create rate tables for VoIP services. TekRADIUS must be
installed prior to installation of Rate Editor. Rate Editor reads settings of TekRADIUS to access
TekRADIUS database.
Rate Editor checks if “Rate” table exists in TekRADIUS database at first run. If not, Rate Editor
automatically creates “Rate” table.
TTeekkRRAADDIIUUSS - SP Edition
© 2007-2014 KaplanSoft Ltd. - http://www.kaplansoft.com/ 5
Set Price = 0 if you do not want to be billed calls for the particular prefix.
You can create rate tables either manually or using Import function. Each rate table must have its
own unique name. You can define prefix based rates after creating a rate list group. You can specify
a rate table for a user or group profile by adding Rate-Table as a check attribute to the user or group
profile.
Every rate entry has four fields; Prefix, a description for the Destination, Billing Period (Resolution
in seconds) and Price for the billing period.
Rate Editor can import text files having rate entries. Every line must contain six fields separated
with semi-colons (Table;Prefix;Destination;Resolution;Price;Type). Here is a sample of import file
(VoIP type billing);
Default;1;USA;30;0.5;VoIP
Default;90212;Istanbul, Turkey;30;1;VoIP
Default;90532;Turkcell;5;2;VoIP
Default;9054;Vodafone;5;2;VoIP
Default;9055;Avea;5;2;VoIP
Default;90232;Izmir;30;2;VoIP
Test;90;Turkey, PSTN;1;1;VoIP
Click [Import] button at “Import/Export” tab to import a rate file. If you do not check “Update
existing rates” option, Rate Editor will skip importing new entry if an existing rate entry found. You
can also export rate entries in the database by clicking [Export] button.
Credit and Charged Amount Calculation
TekRADIUS calculates authorized credit using following formula;
Authorized Amount = (User Credit / Price) x Resolution
TTeekkRRAADDIIUUSS - SP Edition
© 2007-2014 KaplanSoft Ltd. - http://www.kaplansoft.com/ 6
TekRADIUS calculates charged amount when user session ends using following formula;
Charged Amount = (Duration / Resolution) x Price
You must have mappings for h323-conf-id and h323-call-origin attributes in Accounting Table
settings for proper operation.
Cisco- h323-conf-id and Cisco- h323-call-origin attributes are mapped in the example above. You
need to map correct attributes based on your vendor (Quintum, AudioCodes etc…).
You can simulate authorization and charging functions in test tab.
TTeekkRRAADDIIUUSS - SP Edition
© 2007-2014 KaplanSoft Ltd. - http://www.kaplansoft.com/ 7
TekSIP Application Notes
TekSIP SP edition provides SIP session control in conjunction with a RADIUS server. You need a
RADIUS server which supports VoIP authorization. TekRADIUS SP edition supports VoIP
authorization with billing. You can request a trial key for SP editions of TekRADIUS and TekSIP
from KaplanSoft. You need to enable bot RADIUS accounting and authentication in TekSIP.
You must set Send VSA's option to send VoIP vendor specific attributes. You can optionally
enable sending interim RADIUS updates to the RADIUS server by setting Interim Accounting
Period value greater than zero.
You must set Authorization Only options in RADIUS authentication options. TekSIP will not send
RADIUS digest authentication attributes for VoIP calls (INVITE requests) when this parameter is
set.
TTeekkRRAADDIIUUSS - SP Edition
© 2007-2014 KaplanSoft Ltd. - http://www.kaplansoft.com/ 8
You must also set Auth. Calls to Reg.EPs if you plan to bill local calls between registered
endpoints.

More Related Content

PPT
Pro Flow V1
PDF
Upgrade Guide for ESM 6.8c
PDF
Landed cost
PDF
ArcSight Express 4.0 Virtual Appliance Guide
PDF
Administrator's Guide for ESM 6.5c
DOCX
Vignesh.M_Material Analyst
PDF
Sage 300 ERP v2014 Compatibility Guide
PDF
ARPMiner Manual
Pro Flow V1
Upgrade Guide for ESM 6.8c
Landed cost
ArcSight Express 4.0 Virtual Appliance Guide
Administrator's Guide for ESM 6.5c
Vignesh.M_Material Analyst
Sage 300 ERP v2014 Compatibility Guide
ARPMiner Manual

Viewers also liked (13)

PDF
TekRADIUS Manual
PDF
TekFAX Manual
TXT
SMPPCli Readme
PDF
TekSMTP Manual
PDF
CV Swapnil S
PPTX
TekRADIUS
PDF
WebKilit Manual
PDF
TekCERT Manual
PDF
SIPob Manual
PDF
TekSIP Manual
PDF
TekTape Manual
TekRADIUS Manual
TekFAX Manual
SMPPCli Readme
TekSMTP Manual
CV Swapnil S
TekRADIUS
WebKilit Manual
TekCERT Manual
SIPob Manual
TekSIP Manual
TekTape Manual
Ad

Similar to TekRADIUS Rate Editor (19)

PDF
TekRADIUS Datasheet
DOC
TekRADIUS Installation step by step
PDF
Authentication & Authorization and Accounting (AAA) in Telecommunications Ind...
PDF
TekRADIUS Frequently Asked Questions
PPTX
FreeSBC - A New Approach to the SBC
PDF
FreeSBC - A New Approach to the SBC
PDF
TekRADIUS applications
PPTX
TekRADIUS
PPT
Von canada 2005 sbc-seaboard
PPT
Matrix sapex ip pbx-presentation
PPT
Matrix sapex ip pbx-presentation
PPTX
Why Do I Need an SBC
PDF
TekSIP Datasheet
PDF
Pricing
 
PDF
How to Prevent Telecom Fraud
PPTX
How to Prevent Telecom Fraud in Real-Time
PDF
How to Prevent Telecom Fraud in Real-Time
PDF
ServicePilot VoIP and UC monitoring for Acme Packet
PPT
Matrix sapex ip pbx-presentation
TekRADIUS Datasheet
TekRADIUS Installation step by step
Authentication & Authorization and Accounting (AAA) in Telecommunications Ind...
TekRADIUS Frequently Asked Questions
FreeSBC - A New Approach to the SBC
FreeSBC - A New Approach to the SBC
TekRADIUS applications
TekRADIUS
Von canada 2005 sbc-seaboard
Matrix sapex ip pbx-presentation
Matrix sapex ip pbx-presentation
Why Do I Need an SBC
TekSIP Datasheet
Pricing
 
How to Prevent Telecom Fraud
How to Prevent Telecom Fraud in Real-Time
How to Prevent Telecom Fraud in Real-Time
ServicePilot VoIP and UC monitoring for Acme Packet
Matrix sapex ip pbx-presentation
Ad

More from Yasin KAPLAN (14)

RTF
TekOTP Readme
RTF
TekWifi Readme
PDF
TekSIP Route Server Manual
PDF
Tekaba Manual
PDF
TekENUM Manual
PDF
TekENUM Datasheet
PDF
TekFAX Datasheet
PDF
ARPMiner Datasheet
PDF
TekTape - Audio Recorder for SIP Calls
PDF
TekConSer Manual
PDF
TekIVR Manual
PDF
TekIVR Datasheet
PDF
Simple virtual office PBX with TekSIP
DOC
How to Add Custom Vendor Specific Attributes to TekRADIUS?
TekOTP Readme
TekWifi Readme
TekSIP Route Server Manual
Tekaba Manual
TekENUM Manual
TekENUM Datasheet
TekFAX Datasheet
ARPMiner Datasheet
TekTape - Audio Recorder for SIP Calls
TekConSer Manual
TekIVR Manual
TekIVR Datasheet
Simple virtual office PBX with TekSIP
How to Add Custom Vendor Specific Attributes to TekRADIUS?

Recently uploaded (20)

PDF
Salesforce Agentforce AI Implementation.pdf
PDF
DNT Brochure 2025 – ISV Solutions @ D365
PPTX
Computer Software and OS of computer science of grade 11.pptx
PDF
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
PDF
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
PDF
Cost to Outsource Software Development in 2025
PDF
STL Containers in C++ : Sequence Container : Vector
PPTX
Introduction to Windows Operating System
PDF
MCP Security Tutorial - Beginner to Advanced
PDF
iTop VPN Crack Latest Version Full Key 2025
DOCX
Greta — No-Code AI for Building Full-Stack Web & Mobile Apps
PPTX
assetexplorer- product-overview - presentation
PDF
AI/ML Infra Meetup | LLM Agents and Implementation Challenges
PPTX
Custom Software Development Services.pptx.pptx
PDF
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
PDF
Top 10 Software Development Trends to Watch in 2025 🚀.pdf
PPTX
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
How Tridens DevSecOps Ensures Compliance, Security, and Agility
PPTX
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
Salesforce Agentforce AI Implementation.pdf
DNT Brochure 2025 – ISV Solutions @ D365
Computer Software and OS of computer science of grade 11.pptx
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
Cost to Outsource Software Development in 2025
STL Containers in C++ : Sequence Container : Vector
Introduction to Windows Operating System
MCP Security Tutorial - Beginner to Advanced
iTop VPN Crack Latest Version Full Key 2025
Greta — No-Code AI for Building Full-Stack Web & Mobile Apps
assetexplorer- product-overview - presentation
AI/ML Infra Meetup | LLM Agents and Implementation Challenges
Custom Software Development Services.pptx.pptx
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
Top 10 Software Development Trends to Watch in 2025 🚀.pdf
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
wealthsignaloriginal-com-DS-text-... (1).pdf
How Tridens DevSecOps Ensures Compliance, Security, and Agility
WiFi Honeypot Detecscfddssdffsedfseztor.pptx

TekRADIUS Rate Editor

  • 1. TTeekkRRAADDIIUUSS SSPP Rate Editor Installation & Configuration Guide Version 4.8
  • 2. TTeekkRRAADDIIUUSS - SP Edition © 2007-2014 KaplanSoft Ltd. - http://www.kaplansoft.com/ 2 Document Revision 8.0 http://www.kaplansoft.com/TekRADIUS/ TekRADIUS is built by Yasin KAPLAN Read “Readme.txt” for last minute changes and updates which can be found under application directory. Copyright © 2007-2014 KaplanSoft. All Rights Reserved. This document is supplied by KaplanSoft. No part of this document may be reproduced, republished or retransmitted in any form or by any means whatsoever, whether electronically or mechanically, including, but not limited to, by way of photocopying, recording, information recording or through retrieval systems, without the written permission of KaplanSoft. If you would like permission to use any of this material, please contact KaplanSoft. KaplanSoft reserves the right to revise this document and make changes at any time without prior notice. Specifications contained in this document are subject to change without notice. Please send your comments by email to info@kaplansoft.com. TekRADIUS contains code derived from the RSA Data Security, Inc. MD4 Message-Digest Algorithm. KaplanSoft is registered trademark of Kaplan Bilisim Teknolojileri Yazılım ve Ticaret Ltd. Microsoft, Microsoft SQL Server, Win32, Windows 2000, Windows, Windows NT and Windows Vista are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Cisco is Registered trademark of Cisco Systems, Inc. and/or its affiliates in the U.S. and certain other countries.
  • 3. TTeekkRRAADDIIUUSS - SP Edition © 2007-2014 KaplanSoft Ltd. - http://www.kaplansoft.com/ 3 Contents TekRADIUS Service Provider (SP) Edition....................................................................................4 TekRADIUS Rate Editor .................................................................................................................4 Credit and Charged Amount Calculation.........................................................................................5 TekSIP Application Notes ...............................................................................................................7
  • 4. TTeekkRRAADDIIUUSS - SP Edition © 2007-2014 KaplanSoft Ltd. - http://www.kaplansoft.com/ 4 TekRADIUS Service Provider (SP) Edition VoIP Billing feature supported only by SP Edition. Requirements for SP edition:  Vendor: Supported RADIUS Vendors are Cisco, Quintum and Epygi. (Your Access Server is not needed to be one of these vendors, most VoIP vendors support Cisco VoIP attributes).  RADIUS Attributes: There must be Cisco, Quintum or Epygi VSA 24 (H323-Conf-Id) found in RADIUS Authentication and Accounting request packets in order TekRADIUS to assume that incoming packet belongs to a VoIP session. Accounting made based on “originate” call leg (VSA 26).  TekRADIUS Configuration: VoIP Billing must be enabled in order TekRADIUS to process incoming RADIUS packets belong to VoIP sessions. You can enable VoIP Billing using TekRADIUS Manager; check Settings / Service Parameters / Accounting / VoIP Billing Enabled option. You must have “Rates” SQL table under TekRADIUS database with at least “Default” Rate table. You can use TekRADIUS Rate Editor to create “Rates” SQL table and its entries. Use User-Credit (Add as a check attribute in user profiles) attribute to assign credits to VoIP users in TekRADIUS. You can optionally add Credit-Type unit to user or group profiles. TekRADIUS Rate Editor TekRADIUS Rate Editor is used to create rate tables for VoIP services. TekRADIUS must be installed prior to installation of Rate Editor. Rate Editor reads settings of TekRADIUS to access TekRADIUS database. Rate Editor checks if “Rate” table exists in TekRADIUS database at first run. If not, Rate Editor automatically creates “Rate” table.
  • 5. TTeekkRRAADDIIUUSS - SP Edition © 2007-2014 KaplanSoft Ltd. - http://www.kaplansoft.com/ 5 Set Price = 0 if you do not want to be billed calls for the particular prefix. You can create rate tables either manually or using Import function. Each rate table must have its own unique name. You can define prefix based rates after creating a rate list group. You can specify a rate table for a user or group profile by adding Rate-Table as a check attribute to the user or group profile. Every rate entry has four fields; Prefix, a description for the Destination, Billing Period (Resolution in seconds) and Price for the billing period. Rate Editor can import text files having rate entries. Every line must contain six fields separated with semi-colons (Table;Prefix;Destination;Resolution;Price;Type). Here is a sample of import file (VoIP type billing); Default;1;USA;30;0.5;VoIP Default;90212;Istanbul, Turkey;30;1;VoIP Default;90532;Turkcell;5;2;VoIP Default;9054;Vodafone;5;2;VoIP Default;9055;Avea;5;2;VoIP Default;90232;Izmir;30;2;VoIP Test;90;Turkey, PSTN;1;1;VoIP Click [Import] button at “Import/Export” tab to import a rate file. If you do not check “Update existing rates” option, Rate Editor will skip importing new entry if an existing rate entry found. You can also export rate entries in the database by clicking [Export] button. Credit and Charged Amount Calculation TekRADIUS calculates authorized credit using following formula; Authorized Amount = (User Credit / Price) x Resolution
  • 6. TTeekkRRAADDIIUUSS - SP Edition © 2007-2014 KaplanSoft Ltd. - http://www.kaplansoft.com/ 6 TekRADIUS calculates charged amount when user session ends using following formula; Charged Amount = (Duration / Resolution) x Price You must have mappings for h323-conf-id and h323-call-origin attributes in Accounting Table settings for proper operation. Cisco- h323-conf-id and Cisco- h323-call-origin attributes are mapped in the example above. You need to map correct attributes based on your vendor (Quintum, AudioCodes etc…). You can simulate authorization and charging functions in test tab.
  • 7. TTeekkRRAADDIIUUSS - SP Edition © 2007-2014 KaplanSoft Ltd. - http://www.kaplansoft.com/ 7 TekSIP Application Notes TekSIP SP edition provides SIP session control in conjunction with a RADIUS server. You need a RADIUS server which supports VoIP authorization. TekRADIUS SP edition supports VoIP authorization with billing. You can request a trial key for SP editions of TekRADIUS and TekSIP from KaplanSoft. You need to enable bot RADIUS accounting and authentication in TekSIP. You must set Send VSA's option to send VoIP vendor specific attributes. You can optionally enable sending interim RADIUS updates to the RADIUS server by setting Interim Accounting Period value greater than zero. You must set Authorization Only options in RADIUS authentication options. TekSIP will not send RADIUS digest authentication attributes for VoIP calls (INVITE requests) when this parameter is set.
  • 8. TTeekkRRAADDIIUUSS - SP Edition © 2007-2014 KaplanSoft Ltd. - http://www.kaplansoft.com/ 8 You must also set Auth. Calls to Reg.EPs if you plan to bill local calls between registered endpoints.