[Serusers] accounting of zero second calls
Adrian Georgescu
ag at ag-projects.com
Wed Jun 16 19:38:23 CEST 2004
I have this turned on alright. Only SIP status between 200 and 300 are
dealt with in the acc module for sending a RADIUS START message.
Outside the [200 - 300] range, a RADIUS 15 is sent by function
rad_status
Wed Jun 16 19:08:43 2004 : Error: rlm_radutmp: NAS 81.23.228.139 port
5060 unknown packet type 15)
Wed Jun 16 19:08:44 2004 : Info: rlm_sql (sql): Unsupported
Acct-Status-Type = 15
Wed Jun 16 19:08:44 2004 : Error: rlm_radutmp: NAS 81.23.228.139 port
5060 unknown packet type 15)
Wed Jun 16 19:08:44 2004 : Info: rlm_sql (sql): Unsupported
Acct-Status-Type = 15
Wed Jun 16 19:08:44 2004 : Error: rlm_radutmp: NAS 81.23.228.139 port
5060 unknown packet type 15)
15 is a not a recognized RADIUS Packet
according to radius definitions from radiusclient.h valid types are:
/* ACCOUNTING STATUS TYPES */
#define PW_STATUS_START 1
#define PW_STATUS_STOP 2
#define PW_STATUS_ALIVE 3
#define PW_STATUS_MODEM_START 4
#define PW_STATUS_MODEM_STOP 5
#define PW_STATUS_CANCEL 6
#define PW_ACCOUNTING_ON 7
#define PW_ACCOUNTING_OFF 8
Adrian
On Jun 16, 2004, at 7:22 PM, Bogdan-Andrei IANCU wrote:
> for radius/db/diameter are separate parameters:
> (radius|db|diameter)_missed_flag
>
> bogdan
>
> Adrian Georgescu wrote:
>
>> I did.
>>
>> It saves missed calls in mysql but it generates no RADIUS requests at
>> all.
>>
>> Adrian
>>
>>
>> On Jun 16, 2004, at 6:58 PM, Juha Heinanen wrote:
>>
>>> AG Projects support writes:
>>>
>>>> Does anyone know how to account for non successful calls to Radius?
>>>> I
>>>> would like 0 second calls accounted for as well.
>>>
>>>
>>> there is failed_transaction flag. have you tried to turn it on?
>>>
>>> -- juha
>>
>>
>> _______________________________________________
>> Serusers mailing list
>> serusers at lists.iptel.org
>> http://lists.iptel.org/mailman/listinfo/serusers
>>
>
More information about the sr-users
mailing list