~ubuntu-branches/ubuntu/hardy/freeradius/hardy-proposed

« back to all changes in this revision

Viewing changes to share/dictionary.columbia_university

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-12-16 20:45:11 UTC
  • mfrom: (3.1.10 feisty)
  • Revision ID: james.westby@ubuntu.com-20061216204511-3pbbsu4s8jtehsor
Tags: 1.1.3-3
Fix POSIX compliance problem in init script.  Closes: #403384. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
VALUE Service-Type Sip-session 12 
 
1
# -*- text -*-
 
2
VALUE   Service-Type                    Sip-session             12
2
3
 
3
4
#  Columbia University VSAs, from:
4
5
#
5
6
#  http://www.cs.columbia.edu/IRT/cinema/release/radius_notes.html
6
7
#
7
 
#       $Id: dictionary.columbia_university,v 1.1 2002/06/04 21:31:50 aland Exp $
 
8
#       $Id: dictionary.columbia_university,v 1.1.10.1 2005/11/30 22:17:22 aland Exp $
8
9
#
9
 
VENDOR  Columbia-University 11862 
10
 
 
11
 
ATTRIBUTE Sip-Method                    0       integer Columbia-University 
12
 
ATTRIBUTE Sip-From                      1       string  Columbia-University 
13
 
ATTRIBUTE Sip-To                        2       string  Columbia-University 
14
 
ATTRIBUTE Sip-Translated-Request-URI    4       string  Columbia-University 
15
 
 
16
 
VALUE Sip-Method        INVITE          0
17
 
VALUE Sip-Method        BYE             1
18
 
VALUE Sip-Method        REGISTER        2
19
 
VALUE Sip-Method        OTHER           3
 
10
VENDOR          Columbia-University             11862
 
11
 
 
12
BEGIN-VENDOR    Columbia-University
 
13
 
 
14
ATTRIBUTE       Sip-Method                              0       integer
 
15
ATTRIBUTE       Sip-From                                1       string
 
16
ATTRIBUTE       Sip-To                                  2       string
 
17
ATTRIBUTE       Sip-Translated-Request-URI              4       string
 
18
 
 
19
VALUE   Sip-Method                      INVITE                  0
 
20
VALUE   Sip-Method                      BYE                     1
 
21
VALUE   Sip-Method                      REGISTER                2
 
22
VALUE   Sip-Method                      OTHER                   3
 
23
 
 
24
END-VENDOR      Columbia-University