[OpenSIPS-Users] CDRTool does not identify by IP origin from OpenSips

DanB danb at sms4sip.com
Wed Jul 22 09:23:59 CEST 2009


Hi Alberto,
By default CDRTool takes the gateway parameter out of Source IP (nicely
explained also in the doc/RATING.TXT) and if you don't modify the defaults,
out of radacct.SourceIP column.

In order to identify the gateway, you need to enforce that SourceIP inside
opensips script to whatever IP you want to be used as your gateway.
Example of params in opensips.cfg:
modparam("acc", "radius_extra", "       Source-IP=$avp(s:mygtw)")

Another trick you can use is to write your own radius sql query which places
the SourceIP from another radius attribute received.

Cheers,
DanB

On Tue, Jul 21, 2009 at 9:44 PM, Alberto Listas <listas at b2br.net> wrote:

>  Hi,
>
> I am having a difficulty with the rating in CDRTool. When I telnet and give
> this command:
>
> ShowPrice From=sip:005521810000 at 10.0.0.4 <sip%3A005521810000 at 10.0.0.4> To=
> sip:00552181000000 at 10.0.0.1 <sip%3A00552181000000 at 10.0.0.1>Gateway=10.0.0.4 Duration=30
> (IPs where changed)
>
> The rating engine identifies the customer by the gateway and rates
> correctly.
>
> When the call comes from the OpenSips it doesn't identify the customer and
> uses
> the default profile:
>
> Start time: 2009-07-21 14:55:24
> Stop time: 2009-07-21 14:55:59
> Method:Invite from :
> From:5521083200000 at 10.0.0.4 <From%3A5521083200000 at 10.0.0.4>
> Domain:10.0.0.4
> To (dialed URI):005521810000 at 10.0.0.4
> Canonical URI: 005521810000 at 10.0.0.1
> Next hop URI:005521810000 at 10.0.0.2 <URI%3A005521810000 at 10.0.0.2>
> Destination: BRAZIL CELL (55218)
> Billing Party:5521810000 at 10.0.0.4 <Party%3A5521810000 at 10.0.0.4>
> Reseller:
> Duration: 35 s
> App: audio
> Destination: 55218
> Customer: default
> Connect: 0.0000 ......
>
> Should I set some different variable to FreeRadius for it to identify the
> GATEWAY?
>
> Thanks,
>
> Alberto
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20090722/6b9bef02/attachment.htm 


More information about the Users mailing list