README 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. postgres Module
  2. Greg Fausak
  3. August.net
  4. Edited by
  5. Greg Fausak
  6. Copyright © 2003 Greg Fausak
  7. _________________________________________________________
  8. Table of Contents
  9. 1. User's Guide
  10. 1.1. Overview
  11. 1.2. Dependencies
  12. 1.2.1. SER Modules
  13. 1.2.2. External Libraries or Applications
  14. 1.3. Exported Parameters
  15. 1.3.1. param_name (param_type)
  16. 1.4. Exported Functions
  17. 1.4.1. function_name(param1, param2)
  18. 1.5. Installation & Running
  19. 2. Developer's Guide
  20. 3. Frequently Asked Questions
  21. List of Examples
  22. 1-1. Set param_name parameter
  23. 1-2. function_name usage
  24. _________________________________________________________
  25. Chapter 1. User's Guide
  26. 1.1. Overview
  27. Module description
  28. _________________________________________________________
  29. 1.2. Dependencies
  30. 1.2.1. SER Modules
  31. The following modules must be loaded before this module:
  32. * No dependencies on other SER modules.
  33. _________________________________________________________
  34. 1.2.2. External Libraries or Applications
  35. The following libraries or applications must be installed
  36. before running SER with this module loaded:
  37. * None.
  38. _________________________________________________________
  39. 1.3. Exported Parameters
  40. 1.3.1. param_name (param_type)
  41. Param description.
  42. Default value is "value".
  43. Example 1-1. Set param_name parameter
  44. ...
  45. modparam("module", "param_name", "param_value")
  46. ...
  47. _________________________________________________________
  48. 1.4. Exported Functions
  49. 1.4.1. function_name(param1, param2)
  50. Description
  51. Meaning of the parameters is as follows:
  52. * param1 - description.
  53. * param2 - description.
  54. Example 1-2. function_name usage
  55. ...
  56. function_name("sample_param1", "sample_param2");
  57. ...
  58. _________________________________________________________
  59. 1.5. Installation & Running
  60. Notes about installation and running.
  61. _________________________________________________________
  62. Chapter 2. Developer's Guide
  63. The module does not provide any sort of API to use in other
  64. SER modules.
  65. _________________________________________________________
  66. Chapter 3. Frequently Asked Questions
  67. 3.1. Where can I find more about SER?
  68. 3.2. Where can I post a question about this module?
  69. 3.3. How can I report a bug?
  70. 3.1. Where can I find more about SER?
  71. Take a look at http://iptel.org/ser.
  72. 3.2. Where can I post a question about this module?
  73. First at all check if your question was already answered on
  74. one of our mailing lists:
  75. * http://mail.iptel.org/mailman/listinfo/serusers
  76. * http://mail.iptel.org/mailman/listinfo/serdev
  77. E-mails regarding any stable version should be sent to
  78. <[email protected]> and e-mail regarding development versions
  79. or CVS snapshots should be send to <[email protected]>.
  80. 3.3. How can I report a bug?
  81. Please follow the guidelines provided at:
  82. http://iptel.org/ser/bugs