Radius IP Based Authetication On incoming INVITE

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
farishryan
Posts: 3
Joined: Tue Mar 25, 2008 11:07 pm

Radius IP Based Authetication On incoming INVITE

Post by farishryan »

1. Brekeke Product Name and version:
SIP Server 2.1 , Radius Authentication 1.1.2
2. Java version:

3. OS type and the version:
Windows XP
4. UA (phone), gateway or other hardware/software involved:
Sjphone, Xlite
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :

6. Your problem:

Hi,

We have managed Brekeke SIP server to Authenticate ( Both Register and INVITE ) SIP UA Via Radius Backend, But we need to do IP based Authentication for the Gateway which send direct INVITE without Registering using user/pass, in that case Brekeke send Radius packets with "anonymous" as user name. is it possible to IP Authentication for GW with any Dialplan tricks?

Thanks in Advance

Ryan B. Farish
davidste
Posts: 1
Joined: Wed Mar 05, 2008 5:16 pm

WHY SUPPORT IS NOT ANSWERING?

Post by davidste »

I dont understand why the support team does not answer!
Tata
Posts: 223
Joined: Sun Jan 27, 2008 1:03 pm

Post by Tata »

This BBS is the User Discussion Forums.. not support forum.
If you need a support, you need to contact Brekeke or reseller.

tata
Tata
Posts: 223
Joined: Sun Jan 27, 2008 1:03 pm

Post by Tata »

Hi..

If you want to accept a certain IP address without the authentication, try the DialPlan below.

---------------
[Matching Pattern:]
$request = ^INVITE
$addr = <GATEWAY_IP_ADDRESS>

[DeployPattern:]
$auth = off
---------------

See the DialPlan reference for more details.


tata
farishryan
Posts: 3
Joined: Tue Mar 25, 2008 11:07 pm

Post by farishryan »

Tata wrote:
If you want to accept a certain IP address without the authentication, try the DialPlan below.

---------------
[Matching Pattern:]
$request = ^INVITE
$addr = <GATEWAY_IP_ADDRESS>

[DeployPattern:]
$auth = off
---------------

See the DialPlan reference for more details.


tata
but this will not make authentication via Radius. i need radius authentication, i don't want to add IP manually on Brekeke config.

thanks
Mohney
Posts: 79
Joined: Tue Nov 20, 2007 12:05 pm

Post by Mohney »

Hi

Did you check the Radius Plug-in?
http://www.brekeke.com/download/download_sip_plugin.php

Since its source code is available, you can modify it as you want.
Or, you can ask Brekeke to customize it.
farishryan
Posts: 3
Joined: Tue Mar 25, 2008 11:07 pm

Post by farishryan »

Mohney wrote:Hi

Did you check the Radius Plug-in?
http://www.brekeke.com/download/download_sip_plugin.php
yes, Thats what we are using, and i mention it on my first post about it with version number.
Mohney
Posts: 79
Joined: Tue Nov 20, 2007 12:05 pm

Post by Mohney »

Hi

Did you find the source code in the plug-in package?
You can customize it for your purpose.
Post Reply