From 680f44a4a03c0681041826e8a799f35ce2c88baf Mon Sep 17 00:00:00 2001 From: aland Date: Thu, 27 Sep 2007 15:02:41 +0000 Subject: [PATCH] Added the OpenSER dictionary from their web site. Commented out (i.e. unused) because of conflicts --- share/dictionary | 7 +++++++ share/dictionary.openser | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 share/dictionary.openser diff --git a/share/dictionary b/share/dictionary index d9190a0..0e39836 100644 --- a/share/dictionary +++ b/share/dictionary @@ -132,9 +132,16 @@ $INCLUDE dictionary.netscreen $INCLUDE dictionary.nexans $INCLUDE dictionary.ntua $INCLUDE dictionary.nokia +# +# Commented out because of attribute conflicts. +# #$INCLUDE dictionary.nokia.conflict $INCLUDE dictionary.nomadix $INCLUDE dictionary.nortel +# +# Commented out because of attribute conflicts. +# +#$INCLUDE dictionary.openser $INCLUDE dictionary.packeteer $INCLUDE dictionary.patton $INCLUDE dictionary.propel diff --git a/share/dictionary.openser b/share/dictionary.openser new file mode 100644 index 0000000..a581810 --- /dev/null +++ b/share/dictionary.openser @@ -0,0 +1,40 @@ +# -*- text -*- +############################################################################## +# +# OpenSER dictionary. +# +# This dictionary is NOT included by default, because it conflicts +# with attributes defined in the RADIUS standard. Vendors SHOULD +# be using a VSA space to assign attributes. +# +# Be aware that if you DO include this dictionary in the main +# dictionary file, other parts of your configuration may break! +# +# http://www.openser.org/docs/openser-radius-1.0.x.html +# +# $Id$ +# +############################################################################## + +ATTRIBUTE Sip-Method 101 integer +ATTRIBUTE Sip-Response-Code 102 integer +ATTRIBUTE Sip-Cseq 103 string +ATTRIBUTE Sip-To-Tag 104 string +ATTRIBUTE Sip-From-Tag 105 string +ATTRIBUTE Sip-Translated-Request-URI 107 string +ATTRIBUTE Sip-Src-IP 108 string +ATTRIBUTE Sip-Src-Port 109 string +ATTRIBUTE Sip-Uri-User 208 string +ATTRIBUTE Sip-Group 211 string +ATTRIBUTE Sip-Rpid 213 string +ATTRIBUTE SIP-AVP 225 string + +VALUE Service-Type Group-Check 12 +VALUE Service-Type Sip-Session 15 +VALUE Service-Type SIP-Caller-AVPs 30 +VALUE Service-Type SIP-Callee-AVPs 31 + +VALUE Sip-Method INVITE 1 +VALUE Sip-Method CANCEL 2 +VALUE Sip-Method ACK 4 +VALUE Sip-Method BYE 8 -- 2.1.4