1#
2# $Id$
3#
4# SIP RADIUS attributes
5#
6# Proprietary indicates an attribute that hasn't
7# been standardized
8#
9#
10# NOTE: All standard (IANA registered) attributes are
11#       defined in the default dictionary of the
12#       radiusclient-ng library.
13#
14
15
16#### Attributes ###
17ATTRIBUTE Sip-Uri-User         208  string     # Proprietary, auth_radius
18ATTRIBUTE Sip-Group            211  string     # Proprietary, group_radius
19ATTRIBUTE Sip-Rpid             213  string     # Proprietary, auth_radius
20ATTRIBUTE SIP-AVP              225  string     # Proprietary, avp_radius
21
22### Acct-Status-Type Values ###
23#VALUE Acct-Status-Type   Failed           15   # RFC2866, acc
24
25### Service-Type Values ###
26#VALUE Service-Type       Call-Check       10   # RFC2865, uri_radius
27VALUE Service-Type       Group-Check      12   # Proprietary, group_radius
28##VALUE Service-Type       Sip-Session      15   # Schulzrinne, acc, auth_radius
29VALUE Service-Type       SIP-Caller-AVPs  30   # Proprietary, avp_radius
30VALUE Service-Type       SIP-Callee-AVPs  31   # Proprietary, avp_radius
31
32### Sip-Method Values ###
33VALUE Sip-Method         Undefined      0
34VALUE Sip-Method         Invite         1
35VALUE Sip-Method         Cancel         2
36VALUE Sip-Method         Ack            4
37VALUE Sip-Method         Bye            8
38VALUE Sip-Method         Info           16
39VALUE Sip-Method         Options        32
40VALUE Sip-Method         Update         64
41VALUE Sip-Method         Register       128
42VALUE Sip-Method         Message        256
43VALUE Sip-Method         Subscribe      512
44VALUE Sip-Method         Notify         1024
45VALUE Sip-Method         Prack          2048
46VALUE Sip-Method         Refer          4096
47VALUE Sip-Method         Other          8192
48
49
50