[OpenSIPS-Devel] [ opensips-Bugs-3607611 ] ACC + Radius: Bad attribute 40

SourceForge.net noreply at sourceforge.net
Thu Mar 14 20:34:33 CET 2013


Bugs item #3607611, was opened at 2013-03-11 03:08
Message generated for change (Comment added) made by nikbyte
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3607611&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: 1.9.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nick Altmann (nikbyte)
Assigned to: Bogdan-Andrei Iancu (bogdan_iancu)
Summary: ACC + Radius: Bad attribute 40

Initial Comment:
On negative reply we get accounting request with bad attribute 40:
	Accounting Request (4), id: 0xec, Authenticator: 5491af7e6c0765700f8b7bded904c1c0
	  Accounting Status Attribute (40), length: 6, Value: #0

when enabled these options:
modparam("acc", "aaa_flag", "ACCOUNTING")
modparam("acc", "aaa_missed_flag", "ACCOUNTING")
modparam("acc", "failed_transaction_flag", "ACCOUNTING")


----------------------------------------------------------------------

>Comment By: Nick Altmann (nikbyte)
Date: 2013-03-14 12:34

Message:
I've double checked.

How to reproduce?
1. A call B, then B send negative reply.
2. A call B, then A CANCEL call.

It reproduced when:
modparam("acc", "aaa_flag", "ACCOUNTING")
modparam("acc", "aaa_missed_flag", "ACCOUNTING")
modparam("acc", "failed_transaction_flag", "ACCOUNTING")


modparam("acc", "aaa_flag", "ACCOUNTING")
modparam("acc", "aaa_missed_flag", "ACCOUNTING")
# modparam("acc", "failed_transaction_flag", "ACCOUNTING")

or

modparam("acc", "aaa_flag", "ACCOUNTING")
# modparam("acc", "aaa_missed_flag", "ACCOUNTING")
modparam("acc", "failed_transaction_flag", "ACCOUNTING")

(Maybe because flag name is the same?

And it's not reproduced when
modparam("acc", "aaa_flag", "ACCOUNTING")
# modparam("acc", "aaa_missed_flag", "ACCOUNTING")
# modparam("acc", "failed_transaction_flag", "ACCOUNTING")


----------------------------------------------------------------------

Comment By: Bogdan-Andrei Iancu (bogdan_iancu)
Date: 2013-03-14 09:40

Message:
Hi Nick,

Is your ACC cdr generated by the missed call flag or by the
failed_transaction flag ? Could you please double check ?

Regards,
Bogdan

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3607611&group_id=232389



More information about the Devel mailing list