Brekeke SIP Server Wiki

RADIUS Accounting Request: Attributes

Standard Attributes
 Attribute
Type  Value
 User-Name 1  User part of the From header’s URI or authentication username.
 NAS-IP-Address 4  IP address of Brekeke SIP Server
 NAS-Port 5  SIP port number of Brekeke SIP Server
 Service-Type 6  Type of service which can be configured with the property variable “radius.acct.servicetype” .
The default value is 1.
 Framed-IP-Address 8  IP address of caller
 Vendor-Specific 26  See the Vendor Specific Attributes table.
 Called-Station-ID 30  To header’s URI
 Calling-Station-ID 31  From header’s URI
 NAS-Identifier 32  It can be configured with the property variable “radius.nas.id” .The default value is null.
 Acct-Status-Type 40  Type of status
1 = Start
2 = Stop
 Acct-Session-Id 44  Call-ID header’s value
 Acct-Session-Time 46  Length of session in seconds
 Acct-Terminate-Cause 49  Cause of termination
 Event-Timestamp 55  Time that this event occurred
 Sip-Method 101  Type of method
0 = INVITE
1 = BYE
2 = REGISTER
3 = CANCEL
4 = OPTIONS
5= ACK
6 = SUBSCRIBE
7 = NOTIFY
 Sip-Response-Code 102  SIP status code
 Sip-CSeq 103  CSeq number
 Sip-To-Tag 104  To header’s tag
 Sip-From-Tag 105  From header’s tag
 Sip-Source-IP-Address 108  IP address of caller
 Sip-Source-Port 109  Port number of caller

Vendor Specific Attributes
 Attribute
Vendor Type  Value
 src-number-in 1  Incoming number of caller
 src-number-out 1  Outgoing number of caller
 dst-number-in 1  Incoming number of called
 dst-number-out 1  Outgoing number of called
 sip-status-code 1  SIP status code
 h323-remote-address 23  IP address of called
 h323-setup-time 25  Call setup time
 h323-call-origin 26  Call origin. “proxy”
 h323-call-type 27  Call type. “VoIP”
 h323-connect-time 28  Call connect time
 h323-disconnect-time 29  Call disconnect time
 h323-disconnect-cause 30  Call disconnect cause. Q.931 code.
 call-id 141  Call-ID header’s value.
 session-protocol 142  Protocol. “sipv2”
 method 143  Method name. e.g, “INVITE”
 prev-hop-ip 145  IP address of previous hop
 incomming-req-uri 146  Incomming request URI
 outgoing-req-uri 147  Outgoing request URI
 next-hop-ip 148  IP address of next hop

Related Links
Yes No
Suggest Edit