nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # -*- text -*- |
2 | ############################################################################## |
||
3 | # |
||
4 | # OpenSER dictionary. |
||
5 | # |
||
6 | # This dictionary is NOT included by default, because it conflicts |
||
7 | # with attributes defined in the RADIUS standard. Vendors SHOULD |
||
8 | # be using a VSA space to assign attributes. |
||
9 | # |
||
10 | # Be aware that if you DO include this dictionary in the main |
||
11 | # dictionary file, other parts of your configuration may break! |
||
12 | # |
||
13 | # http://www.openser.org/docs/openser-radius-1.0.x.html |
||
14 | # |
||
15 | # $Id$ |
||
16 | # |
||
17 | ############################################################################## |
||
18 | |||
19 | ATTRIBUTE Sip-Method 101 integer |
||
20 | ATTRIBUTE Sip-Response-Code 102 integer |
||
21 | ATTRIBUTE Sip-Cseq 103 string |
||
22 | ATTRIBUTE Sip-To-Tag 104 string |
||
23 | ATTRIBUTE Sip-From-Tag 105 string |
||
24 | ATTRIBUTE Sip-Translated-Request-URI 107 string |
||
25 | ATTRIBUTE Sip-Src-IP 108 string |
||
26 | ATTRIBUTE Sip-Src-Port 109 string |
||
27 | ATTRIBUTE Sip-Uri-User 208 string |
||
28 | ATTRIBUTE Sip-Group 211 string |
||
29 | ATTRIBUTE Sip-Rpid 213 string |
||
30 | ATTRIBUTE SIP-AVP 225 string |
||
31 | |||
32 | VALUE Service-Type Group-Check 12 |
||
33 | VALUE Service-Type Sip-Session 15 |
||
34 | VALUE Service-Type SIP-Caller-AVPs 30 |
||
35 | VALUE Service-Type SIP-Callee-AVPs 31 |
||
36 | |||
37 | VALUE Sip-Method INVITE 1 |
||
38 | VALUE Sip-Method CANCEL 2 |
||
39 | VALUE Sip-Method ACK 4 |
||
40 | VALUE Sip-Method BYE 8 |