RADIUS Accounting

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
roy.lee
Posts: 1
Joined: Thu May 22, 2008 10:24 am

RADIUS Accounting

Post by roy.lee »

1. Brekeke Product Name and version: 2.0.7.2

2. Java version: 1.6.0.2

3. OS type and the version:

4. UA (phone), gateway or other hardware/software involved: XTEN EyeBeam

5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :

6. Your problem:

The accounting plug-in looks not working but the authentication plug-in is working fine, no RADIUS accounting packet sent by proxy server,only the authentication packet received by FreeRADIUS Server. No accounting packet can be captured on server. (Ethereal)

Can anyone give me a hint or advise for accounting problem ? Thanks !

Dial plan:
----------------------------------------------------------------------
Matching Pattern:
$request = ^INVITE

Deploy Pattern:
$session=com.sample.radius.proxy.RadiusAcct
$continue = true
----------------------------------------------------------------------
Log:
----------------------------------------------------------------------
session.12: information:
starttime = Fri May 23 00:59:35 CST 2008
plugin = com.sample.radius.proxy.RadiusAcct
request = INVITE
----------------------------------------------------------------------
I can't find any additional information regarding RADIUS accounting in log file.

Regards
Roy.
jelly
Posts: 62
Joined: Wed Jun 20, 2007 9:54 am

Post by jelly »

Please to update your brekeke sip server to latest version. and try to use following dial plan:
----------------------------------------------------------------------
Matching Pattern:
$request = ^INVITE

Deploy Pattern:
$session=plugin.radius.RadiusAcct
$continue = true
----------------------------------------------------------------------
janP
Posts: 336
Joined: Sun Nov 25, 2007 2:55 pm

Post by janP »

Roy,

I'm using Brekeke and FreeRADIUS without any problem.
Did you follow the radius plug-in's readme document??

Did you set the following correctly in the configuration?
---------------------------
radius.authport = 1812
radius.acctport = 1813
radius.radiushost = Put_radius_server_IP_address
radius.sharedsecret = Put_shared_secret
---------------------------
PuppetMaster
Posts: 4
Joined: Thu Dec 24, 2009 12:04 am

Not working too

Post by PuppetMaster »

Hi everybody,

I have the same situation here, I think that i have no problem with the FreeRADIUS server but the plugin is not sending anything to it, i followed the exact same configuration mentioned in the installation manual.

I also did what jelly said with no luck.

We are using BSS version 2.3.8.4, is it compatible with this plugin ?
lakeview
Posts: 319
Joined: Thu Nov 15, 2007 11:54 am
Location: Florida

Post by lakeview »

Does jelly's Dialplan rule have the highest priority in your DialPlan list?
I mean.. it should be in the top of the DialPlan list.
lakeview
Posts: 319
Joined: Thu Nov 15, 2007 11:54 am
Location: Florida

Post by lakeview »

Did you try "$session=com.sample.radius.proxy.RadiusAcct" instead of "$session=plugin.radius.RadiusAcct "?
Post Reply