diff options
Diffstat (limited to 'resources/protocols/radius/dictionary.eltex')
-rw-r--r-- | resources/protocols/radius/dictionary.eltex | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/resources/protocols/radius/dictionary.eltex b/resources/protocols/radius/dictionary.eltex new file mode 100644 index 00000000..6bcc4a12 --- /dev/null +++ b/resources/protocols/radius/dictionary.eltex @@ -0,0 +1,27 @@ +# -*- text -*- +# Copyright (C) 2015 The FreeRADIUS Server project and contributors +# +# dictionary.eltex +# + +VENDOR Eltex 35265 + +BEGIN-VENDOR Eltex + +ATTRIBUTE Eltex-AVPair 1 string + +ATTRIBUTE Eltex-Disconnect-Code-Local 11 integer + +VALUE Eltex-Disconnect-Code-Local User-Answer 1 +VALUE Eltex-Disconnect-Code-Local Incomplete-Number 2 +VALUE Eltex-Disconnect-Code-Local Unassigned-Number 3 +VALUE Eltex-Disconnect-Code-Local Unsuccessful-Other-Cause 4 +VALUE Eltex-Disconnect-Code-Local User-Busy 5 +VALUE Eltex-Disconnect-Code-Local Out-of-Order 6 +VALUE Eltex-Disconnect-Code-Local No-Answer 7 +VALUE Eltex-Disconnect-Code-Local Unavailable-Trunk 8 +VALUE Eltex-Disconnect-Code-Local Access-Denied 9 +VALUE Eltex-Disconnect-Code-Local Unavailable-Voice-Channel 10 +VALUE Eltex-Disconnect-Code-Local RADIUS-Server-Unavailable 11 + +END-VENDOR Eltex |