dictionary.openser 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. ##############################################################################
  4. #
  5. # OpenSER dictionary.
  6. #
  7. # This dictionary is NOT included by default, because it conflicts
  8. # with attributes defined in the RADIUS standard. Vendors SHOULD
  9. # be using a VSA space to assign attributes.
  10. #
  11. # Be aware that if you DO include this dictionary in the main
  12. # dictionary file, other parts of your configuration may break!
  13. #
  14. # http://www.openser.org/docs/openser-radius-1.0.x.html
  15. #
  16. # $Id: 03051dd30d139189d6572c8ce78b13edf3aa3484 $
  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. VALUE Service-Type Group-Check 12
  32. VALUE Service-Type Sip-Session 15
  33. VALUE Service-Type SIP-Caller-AVPs 30
  34. VALUE Service-Type SIP-Callee-AVPs 31
  35. VALUE Sip-Method INVITE 1
  36. VALUE Sip-Method CANCEL 2
  37. VALUE Sip-Method ACK 4
  38. VALUE Sip-Method BYE 8