Sample accounting plugin required to generate given VSA

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
max_andrews
Posts: 6
Joined: Fri Jan 18, 2008 10:39 am

Sample accounting plugin required to generate given VSA

Post by max_andrews »

1. Brekeke Product Name and version:

2. Java version:

3. OS type and the version:

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

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

6. Your problem:

Can the sample accounting plugin which is available free to download can generate below Vendor Specific Attributes inside the radius accounting request packet other than default attributes?

If it is possible to generate, how can we proceed?

We use freeradius-1.1 at the moment where we have some other endpoints which uses freeradius for auth and accounting. We are trying to add Brekeke SIP Server as a new endpoint to the existing network structure. We need below VSAs as they are a must to integrate into our call detail history database.

These are the VSAs we need in the radius request packet,
----------------------------------------------------------------------------
AVP: l=58 t=Vendor-Specific(26) v=Cisco(9)
VSA: l=52 t=h323-connect-time(28):h323-connect-time=17:32:16.000 GMT Thu Jan 31 2008
h323-connect-time: h323-connect-time=17:32:16.000 GMT Thu Jan 31 2008

AVP: l=56 t=Vendor-Specific(26) v=Cisco(9)
VSA: l=50 t=h323-setup-time(25): h323-setup-time=17:32:16.720 GMT Thu Jan 31 2008
h323-setup-time: h323-setup-time=17:32:16.720 GMT Thu Jan 31 2008

AVP: l=61 t=Vendor-Specific(26) v=Cisco(9)
VSA: l=55 t=h323-disconnect-time(29): h323-disconnect-time=17:32:19.992 GMT Thu Jan 31 2008
h323-disconnect-time: h323-disconnect-time=17:32:19.992 GMT Thu Jan 31 2008

AVP: l=75 t=Vendor-Specific(26) v=Cisco(9)
VSA: l=69 t=h323-conf-id(24): h323-conf-id=7D4575E551-243BC6AA59-547CE2D65E-8470B22228-1800733916
h323-conf-id: h323-conf-id=7D4575E551-243BC6AA59-547CE2D65E-8470B22228-1800733916

AVP: l=27 t=Vendor-Specific(26) v=Cisco(9)
VSA: l=21 t=h323-call-type(27): h323-call-type=VoIP
h323-call-type: h323-call-type=VoIP
----------------------------------------------------------------------------
How can we proceed?
voipwell.com
Posts: 528
Joined: Tue Sep 20, 2005 9:10 am
Location: Tannersville, Pennsylvania

Post by voipwell.com »

The stock dial plan plug-in doesn't support those fields, but the plug-in is a free source code project for you to modify.
streitleak
Posts: 1
Joined: Sat Sep 01, 2007 7:13 am

Post by streitleak »

Yap...Only Modify sample code can add those attributes.
But another problem is coming. Who can write this program?
If you want modify by yourself, You must modify jraduis first. why?
Because the sample code is based on jradius to do Radius Acct and Radius Authenticate.
Is easy for End user?
Even the newest SIP Server, I still not seen any document on Radius function.

So Have anyone can solve this problem?
Mike
Posts: 733
Joined: Mon Mar 07, 2005 2:25 pm
Location: Sunny San Mateo
Contact:

Post by Mike »

Hi streitleak,
Thank you for using Brekeke products.

As the Radius accounting plug-in document mentioned, it is based on the standard. It means the plug-in is not based on any specific vendor.

Therefore, if you want to add additional specific attributes into the plug-in, please modify the source code by yourself. (That's why we provide the source code..)

Also, we have the developer support plan and the customization service. If you are interested in these services, please contact our sales team (sales@brekeke.com) for more details.
Post Reply