cfg_registrar.txt 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Configuration Variables for registrar
  2. =====================================
  3. [ this file is autogenerated, do not edit ]
  4. 1. registrar.realm_pref
  5. Realm prefix to be removed. Default is "".
  6. Default: <unknown:str>.
  7. Type: string.
  8. 2. registrar.default_expires
  9. Contains number of second to expire if no expire hf or contact
  10. expire present.
  11. Default: 3600.
  12. Type: integer.
  13. 3. registrar.default_expires_range
  14. Percent from default_expires that will be used in generating
  15. the range for the expire interval.
  16. Default: 0.
  17. Range: 0 - 100.
  18. Type: integer.
  19. 4. registrar.min_expires
  20. The minimum expires value of a Contact. Value 0 disables the
  21. checking. .
  22. Default: 60.
  23. Type: integer.
  24. 5. registrar.max_expires
  25. The maximum expires value of a Contact. Value 0 disables the
  26. checking. .
  27. Default: 0.
  28. Type: integer.
  29. 6. registrar.max_contacts
  30. The maximum number of Contacts for an AOR. Value 0 disables the
  31. checking. .
  32. Default: 0.
  33. Type: integer.
  34. 7. registrar.retry_after
  35. If you want to add the Retry-After header field in 5xx replies,
  36. set this parameter to a value grater than zero.
  37. Default: 0.
  38. Type: integer.
  39. 8. registrar.case_sensitive
  40. If set to 1 then AOR comparison will be case sensitive.
  41. Recommended and default is 0, case insensitive.
  42. Default: 0.
  43. Type: integer.
  44. 9. registrar.default_q
  45. The parameter represents default q value for new contacts..
  46. Default: -1.
  47. Range: -1 - 1000.
  48. Type: integer.
  49. 10. registrar.append_branches
  50. If set to 1(default), lookup will put all contacts found in msg
  51. structure.
  52. Default: 1.
  53. Type: integer.